COLOR #9EA27A

HEX: #9EA27A RGB: (158,162,122)

Color info

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

RGB color model

#9EA27A color RGB value is (158,162,122).

RGB: (158,162,122) (62%, 64%, 48%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 122 of 255 = 48%

158
162
122

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

Portions of RGB colors in percentages

R + G + B = 158 + 162 + 122 = 442 (100%)
R 158 of 442 ~ 35.75%
G 162 of 442 ~ 36.65%
B 122 of 442 ~ 27.6'%

%35.75
%36.65
%27.6

CMYK color model

#9EA27A color CMYK value is (2,0,25,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 36.47%
CMYK: (2,0,25,36) C2M0Y25K36 (2%,0%,25%,36%) (0.02/0.00/0.25/0.36) 

CMYK percentages

%2.47
%0
%24.69
%36.47

Codes

Color #9EA27A in popluar color models

9E A2 7A
RGB 158 162 122
HSL 66° 17.70% 55.69%
HSB/HSV 66° 24.69% 63.53%
CMYK 2.47% 0.00% 24.69%
36.47%

Color #9EA27A in popluar number systems.

HEX 9E A2 7A
Decimal 158 162 122
Binary 10011110 10100010 1111010
Octal 236 242 172

Shades and tints

Shades of #9EA27A

#9EA27A
(158,162,122)
#90946F
(144,148,111)
#828664
(130,134,100)
#747859
(116,120,89)
#666A4E
(102,106,78)
#585C43
(88,92,67)
#4A4E38
(74,78,56)
#3C402D
(60,64,45)
#2E3222
(46,50,34)
#202417
(32,36,23)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #9EA27A

#9EA27A
(158,162,122)
#A6AA86
(166,170,134)
#AEB292
(174,178,146)
#B6BA9E
(182,186,158)
#BEC2AA
(190,194,170)
#C6CAB6
(198,202,182)
#CED2C2
(206,210,194)
#D6DACE
(214,218,206)
#DEE2DA
(222,226,218)
#E6EAE6
(230,234,230)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA27A; }

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

This text font color is #9EA27A.

Background Color

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

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

This div background color is #9EA27A.

Border color

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

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

This div border color is #9EA27A.

Opacity

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

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

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

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

This text has shadow with #9EA27A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA27A.

Preview

Color preview on black background

This text has color #9EA27A on black background.


Color preview on white background

This text has color #9EA27A on white background.


Black color preview on #9EA27A background

This text has black color on #9EA27A background.


White color preview on #9EA27A background

This text has white color on #9EA27A background.


Related colors

Complementary color

Complementary color for #hex is #615D85.


I love getcolorcode.com

Triadic colors

1 #7A9EA2 and #A27A9E with #9EA27A are triadic colors.

2 #7AA29E and #A29E7A with #9EA27A are triadic colors.