COLOR #9EA1AD

HEX: #9EA1AD RGB: (158,161,173)

Color info

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

RGB color model

#9EA1AD color RGB value is (158,161,173).

RGB: (158,161,173) (62%, 63%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 173 of 255 = 68%

158
161
173

R + G + B ~ 64%. #9EA1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 161 + 173 = 492 (100%)
R 158 of 492 ~ 32.11%
G 161 of 492 ~ 32.72%
B 173 of 492 ~ 35.16'%

%32.11
%32.72
%35.16

CMYK color model

#9EA1AD color CMYK value is (9,7,0,32).

  • cyan value is 8.67%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (9,7,0,32)
C9M7Y0K32 (9%, 7%, 0%, 32%)
(0.09 / 0.07 / 0.00 / 0.32)

CMYK percentages

%8.67
%6.94
%0
%32.16

Codes

Color #9EA1AD in popluar color models

9E A1 AD
RGB 158 161 173
HSL 228° 8.38% 64.90%
HSB/HSV 228° 8.67% 67.84%
CMYK 8.67% 6.94% 0.00%
32.16%

Color #9EA1AD in popluar number systems.

HEX 9E A1 AD
Decimal 158 161 173
Binary 10011110 10100001 10101101
Octal 236 241 255

Shades and tints

Shades of #9EA1AD

#9EA1AD
(158,161,173)
#90939E
(144,147,158)
#82858F
(130,133,143)
#747780
(116,119,128)
#666971
(102,105,113)
#585B62
(88,91,98)
#4A4D53
(74,77,83)
#3C3F44
(60,63,68)
#2E3135
(46,49,53)
#202326
(32,35,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #9EA1AD

#9EA1AD
(158,161,173)
#A6A9B4
(166,169,180)
#AEB1BB
(174,177,187)
#B6B9C2
(182,185,194)
#BEC1C9
(190,193,201)
#C6C9D0
(198,201,208)
#CED1D7
(206,209,215)
#D6D9DE
(214,217,222)
#DEE1E5
(222,225,229)
#E6E9EC
(230,233,236)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA1AD color. Also use rgb(158,161,173) instead hex code.

Text Font Color

.myTextColor { color: #9EA1AD; }

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

This text font color is #9EA1AD.

Background Color

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

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

This div background color is #9EA1AD.

Border color

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

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

This div border color is #9EA1AD.

Opacity

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

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

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

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

This text has shadow with #9EA1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA1AD.

Preview

Color preview on black background

This text has color #9EA1AD on black background.


Color preview on white background

This text has color #9EA1AD on white background.


Black color preview on #9EA1AD background

This text has black color on #9EA1AD background.


White color preview on #9EA1AD background

This text has white color on #9EA1AD background.


Related colors

Complementary color

Complementary color for #hex is #615E52.


I love getcolorcode.com

Triadic colors

1 #AD9EA1 and #A1AD9E with #9EA1AD are triadic colors.

2 #ADA19E and #A19EAD with #9EA1AD are triadic colors.