COLOR #9EAB9C

HEX: #9EAB9C RGB: (158,171,156)

Color info

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

RGB color model

#9EAB9C color RGB value is (158,171,156).

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

RGB channels and saturation

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

158
171
156

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

Portions of RGB colors in percentages

R + G + B = 158 + 171 + 156 = 485 (100%)
R 158 of 485 ~ 32.58%
G 171 of 485 ~ 35.26%
B 156 of 485 ~ 32.16'%

%32.58
%35.26
%32.16

CMYK color model

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

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%

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

CMYK percentages

%7.6
%0
%8.77
%32.94

Codes

Color #9EAB9C in popluar color models

9E AB 9C
RGB 158 171 156
HSL 112° 8.20% 64.12%
HSB/HSV 112° 8.77% 67.06%
CMYK 7.60% 0.00% 8.77%
32.94%

Color #9EAB9C in popluar number systems.

HEX 9E AB 9C
Decimal 158 171 156
Binary 10011110 10101011 10011100
Octal 236 253 234

Shades and tints

Shades of #9EAB9C

#9EAB9C
(158,171,156)
#909C8E
(144,156,142)
#828D80
(130,141,128)
#747E72
(116,126,114)
#666F64
(102,111,100)
#586056
(88,96,86)
#4A5148
(74,81,72)
#3C423A
(60,66,58)
#2E332C
(46,51,44)
#20241E
(32,36,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #9EAB9C

#9EAB9C
(158,171,156)
#A6B2A5
(166,178,165)
#AEB9AE
(174,185,174)
#B6C0B7
(182,192,183)
#BEC7C0
(190,199,192)
#C6CEC9
(198,206,201)
#CED5D2
(206,213,210)
#D6DCDB
(214,220,219)
#DEE3E4
(222,227,228)
#E6EAED
(230,234,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAB9C; }

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

This text font color is #9EAB9C.

Background Color

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

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

This div background color is #9EAB9C.

Border color

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

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

This div border color is #9EAB9C.

Opacity

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

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

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

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

This text has shadow with #9EAB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAB9C.

Preview

Color preview on black background

This text has color #9EAB9C on black background.


Color preview on white background

This text has color #9EAB9C on white background.


Black color preview on #9EAB9C background

This text has black color on #9EAB9C background.


White color preview on #9EAB9C background

This text has white color on #9EAB9C background.


Related colors

Complementary color

Complementary color for #hex is #615463.


I love getcolorcode.com

Triadic colors

1 #9C9EAB and #AB9C9E with #9EAB9C are triadic colors.

2 #9CAB9E and #AB9E9C with #9EAB9C are triadic colors.