Color Hex Logo

#9f9dbf Color Hex

#9F9DBF
(159,157,191)
0 Favorites   0 Comments

Color spaces of #9f9dbf

RGB 159157191
HSL0.680.210.68
HSV244°18°75°
CMYK 0.170.180.00   0.25
XYZ35.759035.246554.2088
Yxy35.24650.28560.2815
Hunter Lab59.36883.6188-12.5787
CIE-Lab65.94017.7642-17.2375

#9f9dbf color RGB value is (159,157,191).

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

The process color (four color CMYK) of #9f9dbf color hex is 0.17, 0.18, 0.00, 0.25. Web safe color of #9f9dbf is #9999cc. Color #9f9dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011101 10111111
Octal 237 235 277
Decimal 159 157 191
Hex 9F 9D BF

RGB Percentages of Color #9f9dbf

%31.36
%30.97
%37.67

CMYK Percentages of Color #9f9dbf

%17
%18
%0
%25

Triadic Colors of #9f9dbf

#9f9dbf #bf9f9d #9dbf9f

Analogous Colors of #9f9dbf

#9f9dbf #b09dbf #9dacbf

Monochromatic Colors of #9f9dbf

#9f9dbf

Complementary Color

#9f9dbf #bdbf9d

#9f9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9dbf Color CSS Codes

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

#9f9dbf Text Font Color

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

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


#9f9dbf Background Color

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

This div background color is #9f9dbf


#9f9dbf Border Color

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

This div border color is #9f9dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9dbf


Comments

No comments written yet.

Please login to write comment.