COLOR #9EAF80

HEX: #9EAF80
RGB: (158,175,128)

Color info

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

RGB color model

#9EAF80 color RGB value is (158,175,128).

  • red value is 158;
  • green value is 175;
  • blue value is 128.
RGB:
(158,175,128)
(62%,69%,50%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 128 of 255 = 50%

158
175
128

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 128 = 461 (100%)
R 158 of 461 ~ 34.27%
G 175 of 461 ~ 37.96%
B 128 of 461 ~ 27.77%

%34.27
%37.96
%27.77

CMYK color model

#9EAF80 color CMYK value is (10,0,27,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 31.37%
CMYK:
(10,0,27,31)
C10M0Y27K31 
(10%,0%,27%,31%)
(0.10/0.00/0.27/0.31)	

CMYK percentages

%9.71
%0
%26.86
%31.37

Codes

Color #9EAF80 in popluar color models

9EAF80
RGB158175128
HSL82°22.71%59.41%
HSB/HSV82°26.86%68.63%
CMYK9.71%0.00%26.86%
31.37%

Color #9EAF80 in popluar number systems.

HEX9EAF80
Decimal158175128
Binary100111101010111110000000
Octal236257200

Shades and tints

Shades of #9EAF80

#9EAF80
(158,175,128)
#90A075
(144,160,117)
#82916A
(130,145,106)
#74825F
(116,130,95)
#667354
(102,115,84)
#586449
(88,100,73)
#4A553E
(74,85,62)
#3C4633
(60,70,51)
#2E3728
(46,55,40)
#20281D
(32,40,29)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #9EAF80

#9EAF80
(158,175,128)
#A6B68B
(166,182,139)
#AEBD96
(174,189,150)
#B6C4A1
(182,196,161)
#BECBAC
(190,203,172)
#C6D2B7
(198,210,183)
#CED9C2
(206,217,194)
#D6E0CD
(214,224,205)
#DEE7D8
(222,231,216)
#E6EEE3
(230,238,227)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAF80; }

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

This text font color is #9EAF80.


Background Color

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

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

This div background color is #9EAF80.


Border color

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

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

This div border color is #9EAF80.


Opacity

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

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

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

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

This text has shadow with #9EAF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAF80 on black background.


Color preview on white background

This text has color #9EAF80 on white background.



Black color preview on #9EAF80 background

This text has black color on #9EAF80 background.


White color preview on #9EAF80 background

This text has white color on #9EAF80 background.