COLOR #9EA790

HEX: #9EA790 RGB: (158,167,144)

Color info

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

RGB color model

#9EA790 color RGB value is (158,167,144).

RGB: (158,167,144) (62%, 65%, 56%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 144 of 255 = 56%

158
167
144

R + G + B ~ 61%. #9EA790 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 167 + 144 = 469 (100%)
R 158 of 469 ~ 33.69%
G 167 of 469 ~ 35.61%
B 144 of 469 ~ 30.7'%

%33.69
%35.61
%30.7

CMYK color model

#9EA790 color CMYK value is (5,0,14,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 34.51%

CMYK: (5,0,14,35)
C5M0Y14K35 (5%, 0%, 14%, 35%)
(0.05 / 0.00 / 0.14 / 0.35)

CMYK percentages

%5.39
%0
%13.77
%34.51

Codes

Color #9EA790 in popluar color models

9E A7 90
RGB 158 167 144
HSL 83° 11.56% 60.98%
HSB/HSV 83° 13.77% 65.49%
CMYK 5.39% 0.00% 13.77%
34.51%

Color #9EA790 in popluar number systems.

HEX 9E A7 90
Decimal 158 167 144
Binary 10011110 10100111 10010000
Octal 236 247 220

Shades and tints

Shades of #9EA790

#9EA790
(158,167,144)
#909883
(144,152,131)
#828976
(130,137,118)
#747A69
(116,122,105)
#666B5C
(102,107,92)
#585C4F
(88,92,79)
#4A4D42
(74,77,66)
#3C3E35
(60,62,53)
#2E2F28
(46,47,40)
#20201B
(32,32,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #9EA790

#9EA790
(158,167,144)
#A6AF9A
(166,175,154)
#AEB7A4
(174,183,164)
#B6BFAE
(182,191,174)
#BEC7B8
(190,199,184)
#C6CFC2
(198,207,194)
#CED7CC
(206,215,204)
#D6DFD6
(214,223,214)
#DEE7E0
(222,231,224)
#E6EFEA
(230,239,234)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA790 color. Also use rgb(158,167,144) instead hex code.

Text Font Color

.myTextColor { color: #9EA790; }

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

This text font color is #9EA790.

Background Color

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

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

This div background color is #9EA790.

Border color

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

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

This div border color is #9EA790.

Opacity

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

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

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

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

This text has shadow with #9EA790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA790.

Preview

Color preview on black background

This text has color #9EA790 on black background.


Color preview on white background

This text has color #9EA790 on white background.


Black color preview on #9EA790 background

This text has black color on #9EA790 background.


White color preview on #9EA790 background

This text has white color on #9EA790 background.


Related colors

Complementary color

Complementary color for #hex is #61586F.


I love getcolorcode.com

Triadic colors

1 #909EA7 and #A7909E with #9EA790 are triadic colors.

2 #90A79E and #A79E90 with #9EA790 are triadic colors.