COLOR #9EB084

HEX: #9EB084 RGB: (158,176,132)

Color info

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

RGB color model

#9EB084 color RGB value is (158,176,132).

RGB: (158,176,132) (62%, 69%, 52%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 132 of 255 = 52%

158
176
132

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

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 132 = 466 (100%)
R 158 of 466 ~ 33.91%
G 176 of 466 ~ 37.77%
B 132 of 466 ~ 28.33'%

%33.91
%37.77
%28.33

CMYK color model

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

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

CMYK percentages

%10.23
%0
%25
%30.98

Codes

Color #9EB084 in popluar color models

9E B0 84
RGB 158 176 132
HSL 85° 21.78% 60.39%
HSB/HSV 85° 25.00% 69.02%
CMYK 10.23% 0.00% 25.00%
30.98%

Color #9EB084 in popluar number systems.

HEX 9E B0 84
Decimal 158 176 132
Binary 10011110 10110000 10000100
Octal 236 260 204

Shades and tints

Shades of #9EB084

#9EB084
(158,176,132)
#90A078
(144,160,120)
#82906C
(130,144,108)
#748060
(116,128,96)
#667054
(102,112,84)
#586048
(88,96,72)
#4A503C
(74,80,60)
#3C4030
(60,64,48)
#2E3024
(46,48,36)
#202018
(32,32,24)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9EB084

#9EB084
(158,176,132)
#A6B78F
(166,183,143)
#AEBE9A
(174,190,154)
#B6C5A5
(182,197,165)
#BECCB0
(190,204,176)
#C6D3BB
(198,211,187)
#CEDAC6
(206,218,198)
#D6E1D1
(214,225,209)
#DEE8DC
(222,232,220)
#E6EFE7
(230,239,231)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB084 color. Also use rgb(158,176,132) instead hex code.

Text Font Color

.myTextColor { color: #9EB084; }

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

This text font color is #9EB084.

Background Color

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

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

This div background color is #9EB084.

Border color

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

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

This div border color is #9EB084.

Opacity

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

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

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

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

This text has shadow with #9EB084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB084.

Preview

Color preview on black background

This text has color #9EB084 on black background.


Color preview on white background

This text has color #9EB084 on white background.


Black color preview on #9EB084 background

This text has black color on #9EB084 background.


White color preview on #9EB084 background

This text has white color on #9EB084 background.


Related colors

Complementary color

Complementary color for #hex is #614F7B.


I love getcolorcode.com

Triadic colors

1 #849EB0 and #B0849E with #9EB084 are triadic colors.

2 #84B09E and #B09E84 with #9EB084 are triadic colors.