COLOR #9EB184

HEX: #9EB184
RGB: (158,177,132)

Color info

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

RGB color model

#9EB184 color RGB value is (158,177,132).

  • red value is 158;
  • green value is 177;
  • blue value is 132.
RGB:
(158,177,132)
(62%,69%,52%)

RGB channels and saturation

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

158
177
132

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

Portions of RGB colors in percentages

R + G + B =
158 + 177 + 132 = 467 (100%)
R 158 of 467 ~ 33.83%
G 177 of 467 ~ 37.9%
B 132 of 467 ~ 28.27%

%33.83
%37.9
%28.27

CMYK color model

#9EB184 color CMYK value is (11,0,25,31).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK:
(11,0,25,31)
C11M0Y25K31 
(11%,0%,25%,31%)
(0.11/0.00/0.25/0.31)	

CMYK percentages

%10.73
%0
%25.42
%30.59

Codes

Color #9EB184 in popluar color models

9EB184
RGB158177132
HSL85°22.39%60.59%
HSB/HSV85°25.42%69.41%
CMYK10.73%0.00%25.42%
30.59%

Color #9EB184 in popluar number systems.

HEX9EB184
Decimal158177132
Binary100111101011000110000100
Octal236261204

Shades and tints

Shades of #9EB184

#9EB184
(158,177,132)
#90A178
(144,161,120)
#82916C
(130,145,108)
#748160
(116,129,96)
#667154
(102,113,84)
#586148
(88,97,72)
#4A513C
(74,81,60)
#3C4130
(60,65,48)
#2E3124
(46,49,36)
#202118
(32,33,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #9EB184

#9EB184
(158,177,132)
#A6B88F
(166,184,143)
#AEBF9A
(174,191,154)
#B6C6A5
(182,198,165)
#BECDB0
(190,205,176)
#C6D4BB
(198,212,187)
#CEDBC6
(206,219,198)
#D6E2D1
(214,226,209)
#DEE9DC
(222,233,220)
#E6F0E7
(230,240,231)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB184; }

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

This text font color is #9EB184.


Background Color

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

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

This div background color is #9EB184.


Border color

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

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

This div border color is #9EB184.


Opacity

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

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

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

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

This text has shadow with #9EB184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB184 on black background.


Color preview on white background

This text has color #9EB184 on white background.



Black color preview on #9EB184 background

This text has black color on #9EB184 background.


White color preview on #9EB184 background

This text has white color on #9EB184 background.