COLOR #9EAF8A

HEX: #9EAF8A RGB: (158,175,138)

Color info

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

RGB color model

#9EAF8A color RGB value is (158,175,138).

RGB: (158,175,138) (62%, 69%, 54%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 138 of 255 = 54%

158
175
138

R + G + B ~ 62%. #9EAF8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 175 + 138 = 471 (100%)
R 158 of 471 ~ 33.55%
G 175 of 471 ~ 37.15%
B 138 of 471 ~ 29.3'%

%33.55
%37.15
%29.3

CMYK color model

#9EAF8A color CMYK value is (10,0,21,31).

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

CMYK: (10,0,21,31)
C10M0Y21K31 (10%, 0%, 21%, 31%)
(0.10 / 0.00 / 0.21 / 0.31)

CMYK percentages

%9.71
%0
%21.14
%31.37

Codes

Color #9EAF8A in popluar color models

9E AF 8A
RGB 158 175 138
HSL 88° 18.78% 61.37%
HSB/HSV 88° 21.14% 68.63%
CMYK 9.71% 0.00% 21.14%
31.37%

Color #9EAF8A in popluar number systems.

HEX 9E AF 8A
Decimal 158 175 138
Binary 10011110 10101111 10001010
Octal 236 257 212

Shades and tints

Shades of #9EAF8A

#9EAF8A
(158,175,138)
#90A07E
(144,160,126)
#829172
(130,145,114)
#748266
(116,130,102)
#66735A
(102,115,90)
#58644E
(88,100,78)
#4A5542
(74,85,66)
#3C4636
(60,70,54)
#2E372A
(46,55,42)
#20281E
(32,40,30)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #9EAF8A

#9EAF8A
(158,175,138)
#A6B694
(166,182,148)
#AEBD9E
(174,189,158)
#B6C4A8
(182,196,168)
#BECBB2
(190,203,178)
#C6D2BC
(198,210,188)
#CED9C6
(206,217,198)
#D6E0D0
(214,224,208)
#DEE7DA
(222,231,218)
#E6EEE4
(230,238,228)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAF8A; }

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

This text font color is #9EAF8A.

Background Color

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

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

This div background color is #9EAF8A.

Border color

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

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

This div border color is #9EAF8A.

Opacity

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

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

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

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

This text has shadow with #9EAF8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAF8A.

Preview

Color preview on black background

This text has color #9EAF8A on black background.


Color preview on white background

This text has color #9EAF8A on white background.


Black color preview on #9EAF8A background

This text has black color on #9EAF8A background.


White color preview on #9EAF8A background

This text has white color on #9EAF8A background.


Related colors

Complementary color

Complementary color for #hex is #615075.


I love getcolorcode.com

Triadic colors

1 #8A9EAF and #AF8A9E with #9EAF8A are triadic colors.

2 #8AAF9E and #AF9E8A with #9EAF8A are triadic colors.