COLOR #9EC7AE

HEX: #9EC7AE RGB: (158,199,174)

Color info

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

RGB color model

#9EC7AE color RGB value is (158,199,174).

RGB: (158,199,174) (62%, 78%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 199 of 255 = 78%
B 174 of 255 = 68%

158
199
174

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

Portions of RGB colors in percentages

R + G + B = 158 + 199 + 174 = 531 (100%)
R 158 of 531 ~ 29.76%
G 199 of 531 ~ 37.48%
B 174 of 531 ~ 32.77'%

%29.76
%37.48
%32.77

CMYK color model

#9EC7AE color CMYK value is (21,0,13,22).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%

CMYK: (21,0,13,22)
C21M0Y13K22 (21%, 0%, 13%, 22%)
(0.21 / 0.00 / 0.13 / 0.22)

CMYK percentages

%20.6
%0
%12.56
%21.96

Codes

Color #9EC7AE in popluar color models

9E C7 AE
RGB 158 199 174
HSL 143° 26.80% 70.00%
HSB/HSV 143° 20.60% 78.04%
CMYK 20.60% 0.00% 12.56%
21.96%

Color #9EC7AE in popluar number systems.

HEX 9E C7 AE
Decimal 158 199 174
Binary 10011110 11000111 10101110
Octal 236 307 256

Shades and tints

Shades of #9EC7AE

#9EC7AE
(158,199,174)
#90B59F
(144,181,159)
#82A390
(130,163,144)
#749181
(116,145,129)
#667F72
(102,127,114)
#586D63
(88,109,99)
#4A5B54
(74,91,84)
#3C4945
(60,73,69)
#2E3736
(46,55,54)
#202527
(32,37,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #9EC7AE

#9EC7AE
(158,199,174)
#A6CCB5
(166,204,181)
#AED1BC
(174,209,188)
#B6D6C3
(182,214,195)
#BEDBCA
(190,219,202)
#C6E0D1
(198,224,209)
#CEE5D8
(206,229,216)
#D6EADF
(214,234,223)
#DEEFE6
(222,239,230)
#E6F4ED
(230,244,237)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC7AE color. Also use rgb(158,199,174) instead hex code.

Text Font Color

.myTextColor { color: #9EC7AE; }

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

This text font color is #9EC7AE.

Background Color

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

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

This div background color is #9EC7AE.

Border color

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

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

This div border color is #9EC7AE.

Opacity

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

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

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

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

This text has shadow with #9EC7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC7AE.

Preview

Color preview on black background

This text has color #9EC7AE on black background.


Color preview on white background

This text has color #9EC7AE on white background.


Black color preview on #9EC7AE background

This text has black color on #9EC7AE background.


White color preview on #9EC7AE background

This text has white color on #9EC7AE background.


Related colors

Complementary color

Complementary color for #hex is #613851.


I love getcolorcode.com

Triadic colors

1 #AE9EC7 and #C7AE9E with #9EC7AE are triadic colors.

2 #AEC79E and #C79EAE with #9EC7AE are triadic colors.