COLOR #9EA280

HEX: #9EA280 RGB: (158,162,128)

Color info

#9EA280 contains red, green and blue colors in about the same proportion. Web safe color of #9EA280 is #999966 (or #996).

RGB color model

#9EA280 color RGB value is (158,162,128).

RGB: (158,162,128) (62%, 64%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 128 of 255 = 50%

158
162
128

R + G + B ~ 59%. #9EA280 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 162 + 128 = 448 (100%)
R 158 of 448 ~ 35.27%
G 162 of 448 ~ 36.16%
B 128 of 448 ~ 28.57'%

%35.27
%36.16
%28.57

CMYK color model

#9EA280 color CMYK value is (2,0,21,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 36.47%

CMYK: (2,0,21,36)
C2M0Y21K36 (2%, 0%, 21%, 36%)
(0.02 / 0.00 / 0.21 / 0.36)

CMYK percentages

%2.47
%0
%20.99
%36.47

Codes

Color #9EA280 in popluar color models

9E A2 80
RGB 158 162 128
HSL 67° 15.45% 56.86%
HSB/HSV 67° 20.99% 63.53%
CMYK 2.47% 0.00% 20.99%
36.47%

Color #9EA280 in popluar number systems.

HEX 9E A2 80
Decimal 158 162 128
Binary 10011110 10100010 10000000
Octal 236 242 200

Shades and tints

Shades of #9EA280

#9EA280
(158,162,128)
#909475
(144,148,117)
#82866A
(130,134,106)
#74785F
(116,120,95)
#666A54
(102,106,84)
#585C49
(88,92,73)
#4A4E3E
(74,78,62)
#3C4033
(60,64,51)
#2E3228
(46,50,40)
#20241D
(32,36,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EA280

#9EA280
(158,162,128)
#A6AA8B
(166,170,139)
#AEB296
(174,178,150)
#B6BAA1
(182,186,161)
#BEC2AC
(190,194,172)
#C6CAB7
(198,202,183)
#CED2C2
(206,210,194)
#D6DACD
(214,218,205)
#DEE2D8
(222,226,216)
#E6EAE3
(230,234,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA280 color. Also use rgb(158,162,128) instead hex code.

Text Font Color

.myTextColor { color: #9EA280; }

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

This text font color is #9EA280.

Background Color

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

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

This div background color is #9EA280.

Border color

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

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

This div border color is #9EA280.

Opacity

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

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

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

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

This text has shadow with #9EA280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA280.

Preview

Color preview on black background

This text has color #9EA280 on black background.


Color preview on white background

This text has color #9EA280 on white background.


Black color preview on #9EA280 background

This text has black color on #9EA280 background.


White color preview on #9EA280 background

This text has white color on #9EA280 background.


Related colors

Complementary color

Complementary color for #hex is #615D7F.


I love getcolorcode.com

Triadic colors

1 #809EA2 and #A2809E with #9EA280 are triadic colors.

2 #80A29E and #A29E80 with #9EA280 are triadic colors.