COLOR #9EC8AD

HEX: #9EC8AD RGB: (158,200,173)

Color info

#9EC8AD contains red, green and blue colors in about the same proportion. Web safe color of #9EC8AD is #99CC99 (or #9C9).

RGB color model

#9EC8AD color RGB value is (158,200,173).

RGB: (158,200,173) (62%, 78%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 200 of 255 = 78%
B 173 of 255 = 68%

158
200
173

R + G + B ~ 69%. #9EC8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 200 + 173 = 531 (100%)
R 158 of 531 ~ 29.76%
G 200 of 531 ~ 37.66%
B 173 of 531 ~ 32.58'%

%29.76
%37.66
%32.58

CMYK color model

#9EC8AD color CMYK value is (21,0,14,22).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%

CMYK: (21,0,14,22)
C21M0Y14K22 (21%, 0%, 14%, 22%)
(0.21 / 0.00 / 0.14 / 0.22)

CMYK percentages

%21
%0
%13.5
%21.57

Codes

Color #9EC8AD in popluar color models

9E C8 AD
RGB 158 200 173
HSL 141° 27.63% 70.20%
HSB/HSV 141° 21.00% 78.43%
CMYK 21.00% 0.00% 13.50%
21.57%

Color #9EC8AD in popluar number systems.

HEX 9E C8 AD
Decimal 158 200 173
Binary 10011110 11001000 10101101
Octal 236 310 255

Shades and tints

Shades of #9EC8AD

#9EC8AD
(158,200,173)
#90B69E
(144,182,158)
#82A48F
(130,164,143)
#749280
(116,146,128)
#668071
(102,128,113)
#586E62
(88,110,98)
#4A5C53
(74,92,83)
#3C4A44
(60,74,68)
#2E3835
(46,56,53)
#202626
(32,38,38)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9EC8AD

#9EC8AD
(158,200,173)
#A6CDB4
(166,205,180)
#AED2BB
(174,210,187)
#B6D7C2
(182,215,194)
#BEDCC9
(190,220,201)
#C6E1D0
(198,225,208)
#CEE6D7
(206,230,215)
#D6EBDE
(214,235,222)
#DEF0E5
(222,240,229)
#E6F5EC
(230,245,236)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC8AD color. Also use rgb(158,200,173) instead hex code.

Text Font Color

.myTextColor { color: #9EC8AD; }

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

This text font color is #9EC8AD.

Background Color

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

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

This div background color is #9EC8AD.

Border color

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

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

This div border color is #9EC8AD.

Opacity

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

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

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

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

This text has shadow with #9EC8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC8AD.

Preview

Color preview on black background

This text has color #9EC8AD on black background.


Color preview on white background

This text has color #9EC8AD on white background.


Black color preview on #9EC8AD background

This text has black color on #9EC8AD background.


White color preview on #9EC8AD background

This text has white color on #9EC8AD background.


Related colors

Complementary color

Complementary color for #hex is #613752.


I love getcolorcode.com

Triadic colors

1 #AD9EC8 and #C8AD9E with #9EC8AD are triadic colors.

2 #ADC89E and #C89EAD with #9EC8AD are triadic colors.