Color Hex Logo

#9bb7bd Color Hex

#9BB7BD
(155,183,189)
0 Favorites   0 Comments

Color spaces of #9bb7bd

RGB 155183189
HSL0.530.200.67
HSV191°18°74°
CMYK 0.180.030.00   0.26
XYZ39.636444.509754.6463
Yxy44.50970.28560.3207
Hunter Lab66.7156-10.7036-1.8631
CIE-Lab72.5679-8.2025-6.2357

#9bb7bd color RGB value is (155,183,189).

#9bb7bd hex color red value is 155, green value is 183 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9bb7bd hue: 0.53 , saturation: 0.20 and the lightness value of 9bb7bd is 0.67.

The process color (four color CMYK) of #9bb7bd color hex is 0.18, 0.03, 0.00, 0.26. Web safe color of #9bb7bd is #99cccc. Color #9bb7bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110111 10111101
Octal 233 267 275
Decimal 155 183 189
Hex 9B B7 BD

RGB Percentages of Color #9bb7bd

%29.41
%34.72
%35.86

CMYK Percentages of Color #9bb7bd

%18
%3
%0
%26

Triadic Colors of #9bb7bd

#9bb7bd #bd9bb7 #b7bd9b

Analogous Colors of #9bb7bd

#9bb7bd #9ba6bd #9bbdb2

Monochromatic Colors of #9bb7bd

#9bb7bd

Complementary Color

#9bb7bd #bda19b

#9bb7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb7bd Color CSS Codes

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

#9bb7bd Text Font Color

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

This sample text font color is #9bb7bd
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.


#9bb7bd Background Color

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

This div background color is #9bb7bd


#9bb7bd Border Color

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

This div border color is #9bb7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb7bd

#9bb7bd Color Palettes


Comments

No comments written yet.

Please login to write comment.