COLOR #9EA6B2

HEX: #9EA6B2 RGB: (158,166,178)

Color info

#9EA6B2 contains red, green and blue colors in about the same proportion. Web safe color of #9EA6B2 is #999999 (or #999).

RGB color model

#9EA6B2 color RGB value is (158,166,178).

RGB: (158,166,178) (62%, 65%, 70%)

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 178 of 255 = 70%

158
166
178

R + G + B ~ 66%. #9EA6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 166 + 178 = 502 (100%)
R 158 of 502 ~ 31.47%
G 166 of 502 ~ 33.07%
B 178 of 502 ~ 35.46'%

%31.47
%33.07
%35.46

CMYK color model

#9EA6B2 color CMYK value is (11,7,0,30).

  • cyan value is 11.24%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (11,7,0,30) C11M7Y0K30 (11%,7%,0%,30%) (0.11/0.07/0.00/0.30) 

CMYK percentages

%11.24
%6.74
%0
%30.2

Codes

Color #9EA6B2 in popluar color models

9E A6 B2
RGB 158 166 178
HSL 216° 11.49% 65.88%
HSB/HSV 216° 11.24% 69.80%
CMYK 11.24% 6.74% 0.00%
30.20%

Color #9EA6B2 in popluar number systems.

HEX 9E A6 B2
Decimal 158 166 178
Binary 10011110 10100110 10110010
Octal 236 246 262

Shades and tints

Shades of #9EA6B2

#9EA6B2
(158,166,178)
#9097A2
(144,151,162)
#828892
(130,136,146)
#747982
(116,121,130)
#666A72
(102,106,114)
#585B62
(88,91,98)
#4A4C52
(74,76,82)
#3C3D42
(60,61,66)
#2E2E32
(46,46,50)
#201F22
(32,31,34)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9EA6B2

#9EA6B2
(158,166,178)
#A6AEB9
(166,174,185)
#AEB6C0
(174,182,192)
#B6BEC7
(182,190,199)
#BEC6CE
(190,198,206)
#C6CED5
(198,206,213)
#CED6DC
(206,214,220)
#D6DEE3
(214,222,227)
#DEE6EA
(222,230,234)
#E6EEF1
(230,238,241)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA6B2 color. Also use rgb(158,166,178) instead hex code.

Text Font Color

.myTextColor { color: #9EA6B2; }

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

This text font color is #9EA6B2.

Background Color

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

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

This div background color is #9EA6B2.

Border color

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

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

This div border color is #9EA6B2.

Opacity

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

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

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

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

This text has shadow with #9EA6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA6B2.

Preview

Color preview on black background

This text has color #9EA6B2 on black background.


Color preview on white background

This text has color #9EA6B2 on white background.


Black color preview on #9EA6B2 background

This text has black color on #9EA6B2 background.


White color preview on #9EA6B2 background

This text has white color on #9EA6B2 background.


Related colors

Complementary color

Complementary color for #hex is #61594D.


I love getcolorcode.com

Triadic colors

1 #B29EA6 and #A6B29E with #9EA6B2 are triadic colors.

2 #B2A69E and #A69EB2 with #9EA6B2 are triadic colors.