Color Hex Logo

#9bb7cd Color Hex

#9BB7CD
(155,183,205)
0 Favorites   0 Comments

Color spaces of #9bb7cd

RGB 155183205
HSL0.570.330.71
HSV206°24°80°
CMYK 0.240.110.00   0.20
XYZ41.470545.243364.3047
Yxy45.24330.27460.2996
Hunter Lab67.2631-7.6579-9.5980
CIE-Lab73.0518-4.6132-14.2620

#9bb7cd color RGB value is (155,183,205).

#9bb7cd hex color red value is 155, green value is 183 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9bb7cd hue: 0.57 , saturation: 0.33 and the lightness value of 9bb7cd is 0.71.

The process color (four color CMYK) of #9bb7cd color hex is 0.24, 0.11, 0.00, 0.20. Web safe color of #9bb7cd is #99cccc. Color #9bb7cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110111 11001101
Octal 233 267 315
Decimal 155 183 205
Hex 9B B7 CD

RGB Percentages of Color #9bb7cd

%28.55
%33.70
%37.75

CMYK Percentages of Color #9bb7cd

%24
%11
%0
%20

Triadic Colors of #9bb7cd

#9bb7cd #cd9bb7 #b7cd9b

Analogous Colors of #9bb7cd

#9bb7cd #9b9ecd #9bcdca

Monochromatic Colors of #9bb7cd

#9bb7cd

Complementary Color

#9bb7cd #cdb19b

#9bb7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb7cd Color CSS Codes

.mybgcolor {background-color:#9bb7cd; } 
.myforecolor {color:#9bb7cd; }
.mybordercolor {border:3px solid #9bb7cd; }

#9bb7cd Text Font Color

<p style="color:#9bb7cd">Text here</p>

This sample text font color is #9bb7cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9bb7cd Background Color

<div style="background-color:#9bb7cd">
Div content here</div>

This div background color is #9bb7cd


#9bb7cd Border Color

<div style="border:3px solid #9bb7cd">
Div here</div>

This div border color is #9bb7cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,183,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bb7cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bb7cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9bb7cd;
  box-shadow:         1px 1px 3px 2px #9bb7cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,183,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9bb7cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9bb7cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9bb7cd;
  box-shadow:         1px 1px 3px 2px #9bb7cd;">
Div content here</div>

This div box has shadow with color #9bb7cd

#9bb7cd Color Palettes


Comments

No comments written yet.

Please login to write comment.