COLOR #9EB08C

HEX: #9EB08C RGB: (158,176,140)

Color info

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

RGB color model

#9EB08C color RGB value is (158,176,140).

RGB: (158,176,140) (62%, 69%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 140 of 255 = 55%

158
176
140

R + G + B ~ 62%. #9EB08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 140 = 474 (100%)
R 158 of 474 ~ 33.33%
G 176 of 474 ~ 37.13%
B 140 of 474 ~ 29.54'%

%33.33
%37.13
%29.54

CMYK color model

#9EB08C color CMYK value is (10,0,20,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (10,0,20,31)
C10M0Y20K31 (10%, 0%, 20%, 31%)
(0.10 / 0.00 / 0.20 / 0.31)

CMYK percentages

%10.23
%0
%20.45
%30.98

Codes

Color #9EB08C in popluar color models

9E B0 8C
RGB 158 176 140
HSL 90° 18.56% 61.96%
HSB/HSV 90° 20.45% 69.02%
CMYK 10.23% 0.00% 20.45%
30.98%

Color #9EB08C in popluar number systems.

HEX 9E B0 8C
Decimal 158 176 140
Binary 10011110 10110000 10001100
Octal 236 260 214

Shades and tints

Shades of #9EB08C

#9EB08C
(158,176,140)
#90A080
(144,160,128)
#829074
(130,144,116)
#748068
(116,128,104)
#66705C
(102,112,92)
#586050
(88,96,80)
#4A5044
(74,80,68)
#3C4038
(60,64,56)
#2E302C
(46,48,44)
#202020
(32,32,32)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #9EB08C

#9EB08C
(158,176,140)
#A6B796
(166,183,150)
#AEBEA0
(174,190,160)
#B6C5AA
(182,197,170)
#BECCB4
(190,204,180)
#C6D3BE
(198,211,190)
#CEDAC8
(206,218,200)
#D6E1D2
(214,225,210)
#DEE8DC
(222,232,220)
#E6EFE6
(230,239,230)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB08C; }

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

This text font color is #9EB08C.

Background Color

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

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

This div background color is #9EB08C.

Border color

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

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

This div border color is #9EB08C.

Opacity

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

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

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

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

This text has shadow with #9EB08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB08C.

Preview

Color preview on black background

This text has color #9EB08C on black background.


Color preview on white background

This text has color #9EB08C on white background.


Black color preview on #9EB08C background

This text has black color on #9EB08C background.


White color preview on #9EB08C background

This text has white color on #9EB08C background.


Related colors

Complementary color

Complementary color for #hex is #614F73.


I love getcolorcode.com

Triadic colors

1 #8C9EB0 and #B08C9E with #9EB08C are triadic colors.

2 #8CB09E and #B09E8C with #9EB08C are triadic colors.