Color Hex Logo

#9eb3bf Color Hex

#9EB3BF
(158,179,191)
0 Favorites   0 Comments

Color spaces of #9eb3bf

RGB 158179191
HSL0.560.200.68
HSV202°17°75°
CMYK 0.170.060.00   0.25
XYZ39.624643.270955.5539
Yxy43.27090.28620.3125
Hunter Lab65.7806-7.5922-4.0259
CIE-Lab71.7385-4.6644-8.5408

#9eb3bf color RGB value is (158,179,191).

#9eb3bf hex color red value is 158, green value is 179 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9eb3bf hue: 0.56 , saturation: 0.20 and the lightness value of 9eb3bf is 0.68.

The process color (four color CMYK) of #9eb3bf color hex is 0.17, 0.06, 0.00, 0.25. Web safe color of #9eb3bf is #99cccc. Color #9eb3bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110011 10111111
Octal 236 263 277
Decimal 158 179 191
Hex 9E B3 BF

RGB Percentages of Color #9eb3bf

%29.92
%33.90
%36.17

CMYK Percentages of Color #9eb3bf

%17
%6
%0
%25

Triadic Colors of #9eb3bf

#9eb3bf #bf9eb3 #b3bf9e

Analogous Colors of #9eb3bf

#9eb3bf #9ea3bf #9ebfbb

Monochromatic Colors of #9eb3bf

#9eb3bf

Complementary Color

#9eb3bf #bfaa9e

#9eb3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb3bf Color CSS Codes

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

#9eb3bf Text Font Color

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

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


#9eb3bf Background Color

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

This div background color is #9eb3bf


#9eb3bf Border Color

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

This div border color is #9eb3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb3bf


Comments

No comments written yet.

Please login to write comment.