COLOR #9EB9C9

HEX: #9EB9C9
RGB: (158,185,201)

Color info

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

RGB color model

#9EB9C9 color RGB value is (158,185,201).

  • red value is 158;
  • green value is 185;
  • blue value is 201.
RGB:
(158,185,201)
(62%,73%,79%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 201 of 255 = 79%

158
185
201

R + G + B ~ 71%. #9EB9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 201 = 544 (100%)
R 158 of 544 ~ 29.04%
G 185 of 544 ~ 34.01%
B 201 of 544 ~ 36.95%

%29.04
%34.01
%36.95

CMYK color model

#9EB9C9 color CMYK value is (21,8,0,21).

  • cyan value is 21.39%
  • magenta value is 7.96%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(21,8,0,21)
C21M8Y0K21 
(21%,8%,0%,21%)
(0.21/0.08/0.00/0.21)	

CMYK percentages

%21.39
%7.96
%0
%21.18

Codes

Color #9EB9C9 in popluar color models

9EB9C9
RGB158185201
HSL202°28.48%70.39%
HSB/HSV202°21.39%78.82%
CMYK21.39%7.96%0.00%
21.18%

Color #9EB9C9 in popluar number systems.

HEX9EB9C9
Decimal158185201
Binary100111101011100111001001
Octal236271311

Shades and tints

Shades of #9EB9C9

#9EB9C9
(158,185,201)
#90A9B7
(144,169,183)
#8299A5
(130,153,165)
#748993
(116,137,147)
#667981
(102,121,129)
#58696F
(88,105,111)
#4A595D
(74,89,93)
#3C494B
(60,73,75)
#2E3939
(46,57,57)
#202927
(32,41,39)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EB9C9

#9EB9C9
(158,185,201)
#A6BFCD
(166,191,205)
#AEC5D1
(174,197,209)
#B6CBD5
(182,203,213)
#BED1D9
(190,209,217)
#C6D7DD
(198,215,221)
#CEDDE1
(206,221,225)
#D6E3E5
(214,227,229)
#DEE9E9
(222,233,233)
#E6EFED
(230,239,237)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB9C9 color. Also use rgb(158,185,201) instead hex code.

Text Font Color

.myTextColor { color: #9EB9C9; }

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

This text font color is #9EB9C9.


Background Color

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

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

This div background color is #9EB9C9.


Border color

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

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

This div border color is #9EB9C9.


Opacity

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

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

Text with #9EB9C9 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 #9EB9C9;}

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

This text has shadow with #9EB9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB9C9 on black background.


Color preview on white background

This text has color #9EB9C9 on white background.



Black color preview on #9EB9C9 background

This text has black color on #9EB9C9 background.


White color preview on #9EB9C9 background

This text has white color on #9EB9C9 background.