COLOR #9EA69A

HEX: #9EA69A RGB: (158,166,154)

Color info

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

RGB color model

#9EA69A color RGB value is (158,166,154).

RGB: (158,166,154) (62%, 65%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 154 of 255 = 60%

158
166
154

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

Portions of RGB colors in percentages

R + G + B = 158 + 166 + 154 = 478 (100%)
R 158 of 478 ~ 33.05%
G 166 of 478 ~ 34.73%
B 154 of 478 ~ 32.22'%

%33.05
%34.73
%32.22

CMYK color model

#9EA69A color CMYK value is (5,0,7,35).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%

CMYK: (5,0,7,35)
C5M0Y7K35 (5%, 0%, 7%, 35%)
(0.05 / 0.00 / 0.07 / 0.35)

CMYK percentages

%4.82
%0
%7.23
%34.9

Codes

Color #9EA69A in popluar color models

9E A6 9A
RGB 158 166 154
HSL 100° 6.32% 62.75%
HSB/HSV 100° 7.23% 65.10%
CMYK 4.82% 0.00% 7.23%
34.90%

Color #9EA69A in popluar number systems.

HEX 9E A6 9A
Decimal 158 166 154
Binary 10011110 10100110 10011010
Octal 236 246 232

Shades and tints

Shades of #9EA69A

#9EA69A
(158,166,154)
#90978C
(144,151,140)
#82887E
(130,136,126)
#747970
(116,121,112)
#666A62
(102,106,98)
#585B54
(88,91,84)
#4A4C46
(74,76,70)
#3C3D38
(60,61,56)
#2E2E2A
(46,46,42)
#201F1C
(32,31,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #9EA69A

#9EA69A
(158,166,154)
#A6AEA3
(166,174,163)
#AEB6AC
(174,182,172)
#B6BEB5
(182,190,181)
#BEC6BE
(190,198,190)
#C6CEC7
(198,206,199)
#CED6D0
(206,214,208)
#D6DED9
(214,222,217)
#DEE6E2
(222,230,226)
#E6EEEB
(230,238,235)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA69A; }

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

This text font color is #9EA69A.

Background Color

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

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

This div background color is #9EA69A.

Border color

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

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

This div border color is #9EA69A.

Opacity

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

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

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

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

This text has shadow with #9EA69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA69A.

Preview

Color preview on black background

This text has color #9EA69A on black background.


Color preview on white background

This text has color #9EA69A on white background.


Black color preview on #9EA69A background

This text has black color on #9EA69A background.


White color preview on #9EA69A background

This text has white color on #9EA69A background.


Related colors

Complementary color

Complementary color for #hex is #615965.


I love getcolorcode.com

Triadic colors

1 #9A9EA6 and #A69A9E with #9EA69A are triadic colors.

2 #9AA69E and #A69E9A with #9EA69A are triadic colors.