COLOR #9EAF83

HEX: #9EAF83
RGB: (158,175,131)

Color info

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

RGB color model

#9EAF83 color RGB value is (158,175,131).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 131 of 255 = 51%

158
175
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 131 = 464 (100%)
R 158 of 464 ~ 34.05%
G 175 of 464 ~ 37.72%
B 131 of 464 ~ 28.23%

%34.05
%37.72
%28.23

CMYK color model

#9EAF83 color CMYK value is (10,0,25,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(10,0,25,31)
C10M0Y25K31 
(10%,0%,25%,31%)
(0.10/0.00/0.25/0.31)	

CMYK percentages

%9.71
%0
%25.14
%31.37

Codes

Color #9EAF83 in popluar color models

9EAF83
RGB158175131
HSL83°21.57%60.00%
HSB/HSV83°25.14%68.63%
CMYK9.71%0.00%25.14%
31.37%

Color #9EAF83 in popluar number systems.

HEX9EAF83
Decimal158175131
Binary100111101010111110000011
Octal236257203

Shades and tints

Shades of #9EAF83

#9EAF83
(158,175,131)
#90A078
(144,160,120)
#82916D
(130,145,109)
#748262
(116,130,98)
#667357
(102,115,87)
#58644C
(88,100,76)
#4A5541
(74,85,65)
#3C4636
(60,70,54)
#2E372B
(46,55,43)
#202820
(32,40,32)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EAF83

#9EAF83
(158,175,131)
#A6B68E
(166,182,142)
#AEBD99
(174,189,153)
#B6C4A4
(182,196,164)
#BECBAF
(190,203,175)
#C6D2BA
(198,210,186)
#CED9C5
(206,217,197)
#D6E0D0
(214,224,208)
#DEE7DB
(222,231,219)
#E6EEE6
(230,238,230)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAF83; }

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

This text font color is #9EAF83.


Background Color

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

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

This div background color is #9EAF83.


Border color

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

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

This div border color is #9EAF83.


Opacity

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

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

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

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

This text has shadow with #9EAF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAF83 on black background.


Color preview on white background

This text has color #9EAF83 on white background.



Black color preview on #9EAF83 background

This text has black color on #9EAF83 background.


White color preview on #9EAF83 background

This text has white color on #9EAF83 background.