COLOR #9EB3C0

HEX: #9EB3C0
RGB: (158,179,192)

Color info

#9EB3C0 contains red, green and blue colors in about the same proportion. Web safe color of #9EB3C0 is #9999CC (or #99C).

RGB color model

#9EB3C0 color RGB value is (158,179,192).

  • red value is 158;
  • green value is 179;
  • blue value is 192.
RGB:
(158,179,192)
(62%,70%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 192 of 255 = 75%

158
179
192

R + G + B ~ 69%. #9EB3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 179 + 192 = 529 (100%)
R 158 of 529 ~ 29.87%
G 179 of 529 ~ 33.84%
B 192 of 529 ~ 36.29%

%29.87
%33.84
%36.29

CMYK color model

#9EB3C0 color CMYK value is (18,7,0,25).

  • cyan value is 17.71%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(18,7,0,25)
C18M7Y0K25 
(18%,7%,0%,25%)
(0.18/0.07/0.00/0.25)	

CMYK percentages

%17.71
%6.77
%0
%24.71

Codes

Color #9EB3C0 in popluar color models

9EB3C0
RGB158179192
HSL203°21.25%68.63%
HSB/HSV203°17.71%75.29%
CMYK17.71%6.77%0.00%
24.71%

Color #9EB3C0 in popluar number systems.

HEX9EB3C0
Decimal158179192
Binary100111101011001111000000
Octal236263300

Shades and tints

Shades of #9EB3C0

#9EB3C0
(158,179,192)
#90A3AF
(144,163,175)
#82939E
(130,147,158)
#74838D
(116,131,141)
#66737C
(102,115,124)
#58636B
(88,99,107)
#4A535A
(74,83,90)
#3C4349
(60,67,73)
#2E3338
(46,51,56)
#202327
(32,35,39)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #9EB3C0

#9EB3C0
(158,179,192)
#A6B9C5
(166,185,197)
#AEBFCA
(174,191,202)
#B6C5CF
(182,197,207)
#BECBD4
(190,203,212)
#C6D1D9
(198,209,217)
#CED7DE
(206,215,222)
#D6DDE3
(214,221,227)
#DEE3E8
(222,227,232)
#E6E9ED
(230,233,237)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB3C0 color. Also use rgb(158,179,192) instead hex code.

Text Font Color

.myTextColor { color: #9EB3C0; }

<p style="color:#9EB3C0">This sample text font color is #9EB3C0.</p>

This text font color is #9EB3C0.


Background Color

.myBgColor { background-color: #9EB3C0; }

<div style="background-color:#9EB3C0">Inner text</div>

This div background color is #9EB3C0.


Border color

.myBorderColor { border: 1px solid #9EB3C0; }

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

This div border color is #9EB3C0.


Opacity

.myOpacity80 { color: #9EB3C0; opacity: 0.8; }

<p style="color:#9EB3C0;opacity:0.8;">80%</p>

Text with #9EB3C0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9EB3C0;}

<p style="text-shadow: 3px 3px 1px #9EB3C0">Text here.</p>

This text has shadow with #9EB3C0 color.

.textShadow {text-shadow: 3px 3px 1px #9EB3C0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9EB3C0, 5px 5px 20px red">Text here.</p>

This text has shadow with #9EB3C0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EB3C0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9EB3C0, Direction=45, Strength=4)">Text</p>

This text has shadow with #9EB3C0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9EB3C0;
  -webkit-box-shadow:	1px 1px 3px 2px #9EB3C0;
  box-shadow:		1px 1px 3px 2px #9EB3C0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EB3C0;
-webkit-box-shadow: 1px 1px 3px 2px #9EB3C0;
box-shadow:1px 1px 3px 2px #9EB3C0;">
Div content here</div>
This div box has shadow with color #9EB3C0.

Preview

Color preview on black background

This text has color #9EB3C0 on black background.


Color preview on white background

This text has color #9EB3C0 on white background.



Black color preview on #9EB3C0 background

This text has black color on #9EB3C0 background.


White color preview on #9EB3C0 background

This text has white color on #9EB3C0 background.