COLOR #9EA38C

HEX: #9EA38C RGB: (158,163,140)

Color info

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

RGB color model

#9EA38C color RGB value is (158,163,140).

RGB: (158,163,140) (62%, 64%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 140 of 255 = 55%

158
163
140

R + G + B ~ 60%. #9EA38C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 163 + 140 = 461 (100%)
R 158 of 461 ~ 34.27%
G 163 of 461 ~ 35.36%
B 140 of 461 ~ 30.37'%

%34.27
%35.36
%30.37

CMYK color model

#9EA38C color CMYK value is (3,0,14,36).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK: (3,0,14,36) C3M0Y14K36 (3%,0%,14%,36%) (0.03/0.00/0.14/0.36) 

CMYK percentages

%3.07
%0
%14.11
%36.08

Codes

Color #9EA38C in popluar color models

9E A3 8C
RGB 158 163 140
HSL 73° 11.11% 59.41%
HSB/HSV 73° 14.11% 63.92%
CMYK 3.07% 0.00% 14.11%
36.08%

Color #9EA38C in popluar number systems.

HEX 9E A3 8C
Decimal 158 163 140
Binary 10011110 10100011 10001100
Octal 236 243 214

Shades and tints

Shades of #9EA38C

#9EA38C
(158,163,140)
#909580
(144,149,128)
#828774
(130,135,116)
#747968
(116,121,104)
#666B5C
(102,107,92)
#585D50
(88,93,80)
#4A4F44
(74,79,68)
#3C4138
(60,65,56)
#2E332C
(46,51,44)
#202520
(32,37,32)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #9EA38C

#9EA38C
(158,163,140)
#A6AB96
(166,171,150)
#AEB3A0
(174,179,160)
#B6BBAA
(182,187,170)
#BEC3B4
(190,195,180)
#C6CBBE
(198,203,190)
#CED3C8
(206,211,200)
#D6DBD2
(214,219,210)
#DEE3DC
(222,227,220)
#E6EBE6
(230,235,230)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA38C; }

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

This text font color is #9EA38C.

Background Color

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

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

This div background color is #9EA38C.

Border color

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

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

This div border color is #9EA38C.

Opacity

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

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

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

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

This text has shadow with #9EA38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA38C.

Preview

Color preview on black background

This text has color #9EA38C on black background.


Color preview on white background

This text has color #9EA38C on white background.


Black color preview on #9EA38C background

This text has black color on #9EA38C background.


White color preview on #9EA38C background

This text has white color on #9EA38C background.


Related colors

Complementary color

Complementary color for #hex is #615C73.


I love getcolorcode.com

Triadic colors

1 #8C9EA3 and #A38C9E with #9EA38C are triadic colors.

2 #8CA39E and #A39E8C with #9EA38C are triadic colors.