Color Hex Logo

#9db7bc Color Hex

#9DB7BC
(157,183,188)
0 Favorites   0 Comments

Color spaces of #9db7bc

RGB 157183188
HSL0.530.190.68
HSV190°16°74°
CMYK 0.160.030.00   0.26
XYZ39.915244.665954.0946
Yxy44.66590.28780.3221
Hunter Lab66.8326-10.3493-1.2068
CIE-Lab72.6714-7.7747-5.5206

#9db7bc color RGB value is (157,183,188).

#9db7bc hex color red value is 157, green value is 183 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9db7bc hue: 0.53 , saturation: 0.19 and the lightness value of 9db7bc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110111 10111100
Octal 235 267 274
Decimal 157 183 188
Hex 9D B7 BC

RGB Percentages of Color #9db7bc

%29.73
%34.66
%35.61

CMYK Percentages of Color #9db7bc

%16
%3
%0
%26

Triadic Colors of #9db7bc

#9db7bc #bc9db7 #b7bc9d

Analogous Colors of #9db7bc

#9db7bc #9da8bc #9dbcb2

Monochromatic Colors of #9db7bc

#9db7bc

Complementary Color

#9db7bc #bca29d

#9db7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db7bc Color CSS Codes

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

#9db7bc Text Font Color

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

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


#9db7bc Background Color

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

This div background color is #9db7bc


#9db7bc Border Color

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

This div border color is #9db7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db7bc


Comments

No comments written yet.

Please login to write comment.