COLOR #9EA2B3

HEX: #9EA2B3 RGB: (158,162,179)

Color info

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

RGB color model

#9EA2B3 color RGB value is (158,162,179).

RGB: (158,162,179) (62%, 64%, 70%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 179 of 255 = 70%

158
162
179

R + G + B ~ 65%. #9EA2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 162 + 179 = 499 (100%)
R 158 of 499 ~ 31.66%
G 162 of 499 ~ 32.46%
B 179 of 499 ~ 35.87'%

%31.66
%32.46
%35.87

CMYK color model

#9EA2B3 color CMYK value is (12,9,0,30).

  • cyan value is 11.73%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (12,9,0,30)
C12M9Y0K30 (12%, 9%, 0%, 30%)
(0.12 / 0.09 / 0.00 / 0.30)

CMYK percentages

%11.73
%9.5
%0
%29.8

Codes

Color #9EA2B3 in popluar color models

9E A2 B3
RGB 158 162 179
HSL 229° 12.14% 66.08%
HSB/HSV 229° 11.73% 70.20%
CMYK 11.73% 9.50% 0.00%
29.80%

Color #9EA2B3 in popluar number systems.

HEX 9E A2 B3
Decimal 158 162 179
Binary 10011110 10100010 10110011
Octal 236 242 263

Shades and tints

Shades of #9EA2B3

#9EA2B3
(158,162,179)
#9094A3
(144,148,163)
#828693
(130,134,147)
#747883
(116,120,131)
#666A73
(102,106,115)
#585C63
(88,92,99)
#4A4E53
(74,78,83)
#3C4043
(60,64,67)
#2E3233
(46,50,51)
#202423
(32,36,35)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9EA2B3

#9EA2B3
(158,162,179)
#A6AAB9
(166,170,185)
#AEB2BF
(174,178,191)
#B6BAC5
(182,186,197)
#BEC2CB
(190,194,203)
#C6CAD1
(198,202,209)
#CED2D7
(206,210,215)
#D6DADD
(214,218,221)
#DEE2E3
(222,226,227)
#E6EAE9
(230,234,233)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA2B3; }

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

This text font color is #9EA2B3.

Background Color

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

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

This div background color is #9EA2B3.

Border color

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

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

This div border color is #9EA2B3.

Opacity

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

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

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

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

This text has shadow with #9EA2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA2B3.

Preview

Color preview on black background

This text has color #9EA2B3 on black background.


Color preview on white background

This text has color #9EA2B3 on white background.


Black color preview on #9EA2B3 background

This text has black color on #9EA2B3 background.


White color preview on #9EA2B3 background

This text has white color on #9EA2B3 background.


Related colors

Complementary color

Complementary color for #hex is #615D4C.


I love getcolorcode.com

Triadic colors

1 #B39EA2 and #A2B39E with #9EA2B3 are triadic colors.

2 #B3A29E and #A29EB3 with #9EA2B3 are triadic colors.