COLOR #9EA680

HEX: #9EA680 RGB: (158,166,128)

Color info

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

RGB color model

#9EA680 color RGB value is (158,166,128).

RGB: (158,166,128) (62%, 65%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 128 of 255 = 50%

158
166
128

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

Portions of RGB colors in percentages

R + G + B = 158 + 166 + 128 = 452 (100%)
R 158 of 452 ~ 34.96%
G 166 of 452 ~ 36.73%
B 128 of 452 ~ 28.32'%

%34.96
%36.73
%28.32

CMYK color model

#9EA680 color CMYK value is (5,0,23,35).

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

CMYK: (5,0,23,35)
C5M0Y23K35 (5%, 0%, 23%, 35%)
(0.05 / 0.00 / 0.23 / 0.35)

CMYK percentages

%4.82
%0
%22.89
%34.9

Codes

Color #9EA680 in popluar color models

9E A6 80
RGB 158 166 128
HSL 73° 17.59% 57.65%
HSB/HSV 73° 22.89% 65.10%
CMYK 4.82% 0.00% 22.89%
34.90%

Color #9EA680 in popluar number systems.

HEX 9E A6 80
Decimal 158 166 128
Binary 10011110 10100110 10000000
Octal 236 246 200

Shades and tints

Shades of #9EA680

#9EA680
(158,166,128)
#909775
(144,151,117)
#82886A
(130,136,106)
#74795F
(116,121,95)
#666A54
(102,106,84)
#585B49
(88,91,73)
#4A4C3E
(74,76,62)
#3C3D33
(60,61,51)
#2E2E28
(46,46,40)
#201F1D
(32,31,29)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9EA680

#9EA680
(158,166,128)
#A6AE8B
(166,174,139)
#AEB696
(174,182,150)
#B6BEA1
(182,190,161)
#BEC6AC
(190,198,172)
#C6CEB7
(198,206,183)
#CED6C2
(206,214,194)
#D6DECD
(214,222,205)
#DEE6D8
(222,230,216)
#E6EEE3
(230,238,227)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA680; }

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

This text font color is #9EA680.

Background Color

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

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

This div background color is #9EA680.

Border color

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

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

This div border color is #9EA680.

Opacity

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

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

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

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

This text has shadow with #9EA680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA680.

Preview

Color preview on black background

This text has color #9EA680 on black background.


Color preview on white background

This text has color #9EA680 on white background.


Black color preview on #9EA680 background

This text has black color on #9EA680 background.


White color preview on #9EA680 background

This text has white color on #9EA680 background.


Related colors

Complementary color

Complementary color for #hex is #61597F.


I love getcolorcode.com

Triadic colors

1 #809EA6 and #A6809E with #9EA680 are triadic colors.

2 #80A69E and #A69E80 with #9EA680 are triadic colors.