COLOR #9EAC9C

HEX: #9EAC9C RGB: (158,172,156)

Color info

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

RGB color model

#9EAC9C color RGB value is (158,172,156).

RGB: (158,172,156) (62%, 67%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 156 of 255 = 61%

158
172
156

R + G + B ~ 63%. #9EAC9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 172 + 156 = 486 (100%)
R 158 of 486 ~ 32.51%
G 172 of 486 ~ 35.39%
B 156 of 486 ~ 32.1'%

%32.51
%35.39
%32.1

CMYK color model

#9EAC9C color CMYK value is (8,0,9,33).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 32.55%

CMYK: (8,0,9,33)
C8M0Y9K33 (8%, 0%, 9%, 33%)
(0.08 / 0.00 / 0.09 / 0.33)

CMYK percentages

%8.14
%0
%9.3
%32.55

Codes

Color #9EAC9C in popluar color models

9E AC 9C
RGB 158 172 156
HSL 113° 8.79% 64.31%
HSB/HSV 113° 9.30% 67.45%
CMYK 8.14% 0.00% 9.30%
32.55%

Color #9EAC9C in popluar number systems.

HEX 9E AC 9C
Decimal 158 172 156
Binary 10011110 10101100 10011100
Octal 236 254 234

Shades and tints

Shades of #9EAC9C

#9EAC9C
(158,172,156)
#909D8E
(144,157,142)
#828E80
(130,142,128)
#747F72
(116,127,114)
#667064
(102,112,100)
#586156
(88,97,86)
#4A5248
(74,82,72)
#3C433A
(60,67,58)
#2E342C
(46,52,44)
#20251E
(32,37,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EAC9C

#9EAC9C
(158,172,156)
#A6B3A5
(166,179,165)
#AEBAAE
(174,186,174)
#B6C1B7
(182,193,183)
#BEC8C0
(190,200,192)
#C6CFC9
(198,207,201)
#CED6D2
(206,214,210)
#D6DDDB
(214,221,219)
#DEE4E4
(222,228,228)
#E6EBED
(230,235,237)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAC9C color. Also use rgb(158,172,156) instead hex code.

Text Font Color

.myTextColor { color: #9EAC9C; }

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

This text font color is #9EAC9C.

Background Color

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

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

This div background color is #9EAC9C.

Border color

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

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

This div border color is #9EAC9C.

Opacity

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

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

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

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

This text has shadow with #9EAC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAC9C.

Preview

Color preview on black background

This text has color #9EAC9C on black background.


Color preview on white background

This text has color #9EAC9C on white background.


Black color preview on #9EAC9C background

This text has black color on #9EAC9C background.


White color preview on #9EAC9C background

This text has white color on #9EAC9C background.


Related colors

Complementary color

Complementary color for #hex is #615363.


I love getcolorcode.com

Triadic colors

1 #9C9EAC and #AC9C9E with #9EAC9C are triadic colors.

2 #9CAC9E and #AC9E9C with #9EAC9C are triadic colors.