COLOR #9EACAA

HEX: #9EACAA RGB: (158,172,170)

Color info

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

RGB color model

#9EACAA color RGB value is (158,172,170).

RGB: (158,172,170) (62%, 67%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 170 of 255 = 67%

158
172
170

R + G + B ~ 65%. #9EACAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 172 + 170 = 500 (100%)
R 158 of 500 ~ 31.6%
G 172 of 500 ~ 34.4%
B 170 of 500 ~ 34'%

%31.6
%34.4
%34

CMYK color model

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

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK: (8,0,1,33) C8M0Y1K33 (8%,0%,1%,33%) (0.08/0.00/0.01/0.33) 

CMYK percentages

%8.14
%0
%1.16
%32.55

Codes

Color #9EACAA in popluar color models

9E AC AA
RGB 158 172 170
HSL 171° 7.78% 64.71%
HSB/HSV 171° 8.14% 67.45%
CMYK 8.14% 0.00% 1.16%
32.55%

Color #9EACAA in popluar number systems.

HEX 9E AC AA
Decimal 158 172 170
Binary 10011110 10101100 10101010
Octal 236 254 252

Shades and tints

Shades of #9EACAA

#9EACAA
(158,172,170)
#909D9B
(144,157,155)
#828E8C
(130,142,140)
#747F7D
(116,127,125)
#66706E
(102,112,110)
#58615F
(88,97,95)
#4A5250
(74,82,80)
#3C4341
(60,67,65)
#2E3432
(46,52,50)
#202523
(32,37,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9EACAA

#9EACAA
(158,172,170)
#A6B3B1
(166,179,177)
#AEBAB8
(174,186,184)
#B6C1BF
(182,193,191)
#BEC8C6
(190,200,198)
#C6CFCD
(198,207,205)
#CED6D4
(206,214,212)
#D6DDDB
(214,221,219)
#DEE4E2
(222,228,226)
#E6EBE9
(230,235,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EACAA; }

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

This text font color is #9EACAA.

Background Color

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

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

This div background color is #9EACAA.

Border color

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

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

This div border color is #9EACAA.

Opacity

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

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

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

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

This text has shadow with #9EACAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EACAA.

Preview

Color preview on black background

This text has color #9EACAA on black background.


Color preview on white background

This text has color #9EACAA on white background.


Black color preview on #9EACAA background

This text has black color on #9EACAA background.


White color preview on #9EACAA background

This text has white color on #9EACAA background.


Related colors

Complementary color

Complementary color for #hex is #615355.


I love getcolorcode.com

Triadic colors

1 #AA9EAC and #ACAA9E with #9EACAA are triadic colors.

2 #AAAC9E and #AC9EAA with #9EACAA are triadic colors.