Color Hex Logo

#9dbfbd Color Hex

#9DBFBD
(157,191,189)
0 Favorites   0 Comments

Color spaces of #9dbfbd

RGB 157191189
HSL0.490.210.68
HSV176°18°75°
CMYK 0.180.000.01   0.25
XYZ41.720748.103855.2302
Yxy48.10380.28760.3316
Hunter Lab69.3569-14.00031.3361
CIE-Lab74.8904-11.7768-2.7955

#9dbfbd color RGB value is (157,191,189).

#9dbfbd hex color red value is 157, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9dbfbd hue: 0.49 , saturation: 0.21 and the lightness value of 9dbfbd is 0.68.

The process color (four color CMYK) of #9dbfbd color hex is 0.18, 0.00, 0.01, 0.25. Web safe color of #9dbfbd is #99cccc. Color #9dbfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111111 10111101
Octal 235 277 275
Decimal 157 191 189
Hex 9D BF BD

RGB Percentages of Color #9dbfbd

%29.24
%35.57
%35.20

CMYK Percentages of Color #9dbfbd

%18
%0
%1
%25

Triadic Colors of #9dbfbd

#9dbfbd #bd9dbf #bfbd9d

Analogous Colors of #9dbfbd

#9dbfbd #9db0bf #9dbfac

Monochromatic Colors of #9dbfbd

#9dbfbd

Complementary Color

#9dbfbd #bf9d9f

#9dbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbfbd Color CSS Codes

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

#9dbfbd Text Font Color

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

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


#9dbfbd Background Color

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

This div background color is #9dbfbd


#9dbfbd Border Color

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

This div border color is #9dbfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,191,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 #9dbfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbfbd


Comments

No comments written yet.

Please login to write comment.