COLOR #9EA1AF

HEX: #9EA1AF RGB: (158,161,175)

Color info

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

RGB color model

#9EA1AF color RGB value is (158,161,175).

RGB: (158,161,175) (62%, 63%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 175 of 255 = 69%

158
161
175

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

Portions of RGB colors in percentages

R + G + B = 158 + 161 + 175 = 494 (100%)
R 158 of 494 ~ 31.98%
G 161 of 494 ~ 32.59%
B 175 of 494 ~ 35.43'%

%31.98
%32.59
%35.43

CMYK color model

#9EA1AF color CMYK value is (10,8,0,31).

  • cyan value is 9.71%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (10,8,0,31)
C10M8Y0K31 (10%, 8%, 0%, 31%)
(0.10 / 0.08 / 0.00 / 0.31)

CMYK percentages

%9.71
%8
%0
%31.37

Codes

Color #9EA1AF in popluar color models

9E A1 AF
RGB 158 161 175
HSL 229° 9.60% 65.29%
HSB/HSV 229° 9.71% 68.63%
CMYK 9.71% 8.00% 0.00%
31.37%

Color #9EA1AF in popluar number systems.

HEX 9E A1 AF
Decimal 158 161 175
Binary 10011110 10100001 10101111
Octal 236 241 257

Shades and tints

Shades of #9EA1AF

#9EA1AF
(158,161,175)
#9093A0
(144,147,160)
#828591
(130,133,145)
#747782
(116,119,130)
#666973
(102,105,115)
#585B64
(88,91,100)
#4A4D55
(74,77,85)
#3C3F46
(60,63,70)
#2E3137
(46,49,55)
#202328
(32,35,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #9EA1AF

#9EA1AF
(158,161,175)
#A6A9B6
(166,169,182)
#AEB1BD
(174,177,189)
#B6B9C4
(182,185,196)
#BEC1CB
(190,193,203)
#C6C9D2
(198,201,210)
#CED1D9
(206,209,217)
#D6D9E0
(214,217,224)
#DEE1E7
(222,225,231)
#E6E9EE
(230,233,238)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1AF; }

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

This text font color is #9EA1AF.

Background Color

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

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

This div background color is #9EA1AF.

Border color

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

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

This div border color is #9EA1AF.

Opacity

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

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

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

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

This text has shadow with #9EA1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA1AF.

Preview

Color preview on black background

This text has color #9EA1AF on black background.


Color preview on white background

This text has color #9EA1AF on white background.


Black color preview on #9EA1AF background

This text has black color on #9EA1AF background.


White color preview on #9EA1AF background

This text has white color on #9EA1AF background.


Related colors

Complementary color

Complementary color for #hex is #615E50.


I love getcolorcode.com

Triadic colors

1 #AF9EA1 and #A1AF9E with #9EA1AF are triadic colors.

2 #AFA19E and #A19EAF with #9EA1AF are triadic colors.