COLOR #9EB38C

HEX: #9EB38C RGB: (158,179,140)

Color info

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

RGB color model

#9EB38C color RGB value is (158,179,140).

RGB: (158,179,140) (62%, 70%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 140 of 255 = 55%

158
179
140

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

Portions of RGB colors in percentages

R + G + B = 158 + 179 + 140 = 477 (100%)
R 158 of 477 ~ 33.12%
G 179 of 477 ~ 37.53%
B 140 of 477 ~ 29.35'%

%33.12
%37.53
%29.35

CMYK color model

#9EB38C color CMYK value is (12,0,22,30).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%

CMYK: (12,0,22,30)
C12M0Y22K30 (12%, 0%, 22%, 30%)
(0.12 / 0.00 / 0.22 / 0.30)

CMYK percentages

%11.73
%0
%21.79
%29.8

Codes

Color #9EB38C in popluar color models

9E B3 8C
RGB 158 179 140
HSL 92° 20.42% 62.55%
HSB/HSV 92° 21.79% 70.20%
CMYK 11.73% 0.00% 21.79%
29.80%

Color #9EB38C in popluar number systems.

HEX 9E B3 8C
Decimal 158 179 140
Binary 10011110 10110011 10001100
Octal 236 263 214

Shades and tints

Shades of #9EB38C

#9EB38C
(158,179,140)
#90A380
(144,163,128)
#829374
(130,147,116)
#748368
(116,131,104)
#66735C
(102,115,92)
#586350
(88,99,80)
#4A5344
(74,83,68)
#3C4338
(60,67,56)
#2E332C
(46,51,44)
#202320
(32,35,32)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #9EB38C

#9EB38C
(158,179,140)
#A6B996
(166,185,150)
#AEBFA0
(174,191,160)
#B6C5AA
(182,197,170)
#BECBB4
(190,203,180)
#C6D1BE
(198,209,190)
#CED7C8
(206,215,200)
#D6DDD2
(214,221,210)
#DEE3DC
(222,227,220)
#E6E9E6
(230,233,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB38C; }

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

This text font color is #9EB38C.

Background Color

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

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

This div background color is #9EB38C.

Border color

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

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

This div border color is #9EB38C.

Opacity

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

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

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

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

This text has shadow with #9EB38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB38C.

Preview

Color preview on black background

This text has color #9EB38C on black background.


Color preview on white background

This text has color #9EB38C on white background.


Black color preview on #9EB38C background

This text has black color on #9EB38C background.


White color preview on #9EB38C background

This text has white color on #9EB38C background.


Related colors

Complementary color

Complementary color for #hex is #614C73.


I love getcolorcode.com

Triadic colors

1 #8C9EB3 and #B38C9E with #9EB38C are triadic colors.

2 #8CB39E and #B39E8C with #9EB38C are triadic colors.