COLOR #9EC1AD

HEX: #9EC1AD RGB: (158,193,173)

Color info

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

RGB color model

#9EC1AD color RGB value is (158,193,173).

RGB: (158,193,173) (62%, 76%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 173 of 255 = 68%

158
193
173

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

Portions of RGB colors in percentages

R + G + B = 158 + 193 + 173 = 524 (100%)
R 158 of 524 ~ 30.15%
G 193 of 524 ~ 36.83%
B 173 of 524 ~ 33.02'%

%30.15
%36.83
%33.02

CMYK color model

#9EC1AD color CMYK value is (18,0,10,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%

CMYK: (18,0,10,24)
C18M0Y10K24 (18%, 0%, 10%, 24%)
(0.18 / 0.00 / 0.10 / 0.24)

CMYK percentages

%18.13
%0
%10.36
%24.31

Codes

Color #9EC1AD in popluar color models

9E C1 AD
RGB 158 193 173
HSL 146° 22.01% 68.82%
HSB/HSV 146° 18.13% 75.69%
CMYK 18.13% 0.00% 10.36%
24.31%

Color #9EC1AD in popluar number systems.

HEX 9E C1 AD
Decimal 158 193 173
Binary 10011110 11000001 10101101
Octal 236 301 255

Shades and tints

Shades of #9EC1AD

#9EC1AD
(158,193,173)
#90B09E
(144,176,158)
#829F8F
(130,159,143)
#748E80
(116,142,128)
#667D71
(102,125,113)
#586C62
(88,108,98)
#4A5B53
(74,91,83)
#3C4A44
(60,74,68)
#2E3935
(46,57,53)
#202826
(32,40,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #9EC1AD

#9EC1AD
(158,193,173)
#A6C6B4
(166,198,180)
#AECBBB
(174,203,187)
#B6D0C2
(182,208,194)
#BED5C9
(190,213,201)
#C6DAD0
(198,218,208)
#CEDFD7
(206,223,215)
#D6E4DE
(214,228,222)
#DEE9E5
(222,233,229)
#E6EEEC
(230,238,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC1AD; }

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

This text font color is #9EC1AD.

Background Color

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

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

This div background color is #9EC1AD.

Border color

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

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

This div border color is #9EC1AD.

Opacity

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

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

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

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

This text has shadow with #9EC1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC1AD.

Preview

Color preview on black background

This text has color #9EC1AD on black background.


Color preview on white background

This text has color #9EC1AD on white background.


Black color preview on #9EC1AD background

This text has black color on #9EC1AD background.


White color preview on #9EC1AD background

This text has white color on #9EC1AD background.


Related colors

Complementary color

Complementary color for #hex is #613E52.


I love getcolorcode.com

Triadic colors

1 #AD9EC1 and #C1AD9E with #9EC1AD are triadic colors.

2 #ADC19E and #C19EAD with #9EC1AD are triadic colors.