COLOR #9ED2AF

HEX: #9ED2AF RGB: (158,210,175)

Color info

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

RGB color model

#9ED2AF color RGB value is (158,210,175).

RGB: (158,210,175) (62%, 82%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 175 of 255 = 69%

158
210
175

R + G + B ~ 71%. #9ED2AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 210 + 175 = 543 (100%)
R 158 of 543 ~ 29.1%
G 210 of 543 ~ 38.67%
B 175 of 543 ~ 32.23'%

%29.1
%38.67
%32.23

CMYK color model

#9ED2AF color CMYK value is (25,0,17,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 17.65%

CMYK: (25,0,17,18)
C25M0Y17K18 (25%, 0%, 17%, 18%)
(0.25 / 0.00 / 0.17 / 0.18)

CMYK percentages

%24.76
%0
%16.67
%17.65

Codes

Color #9ED2AF in popluar color models

9E D2 AF
RGB 158 210 175
HSL 140° 36.62% 72.16%
HSB/HSV 140° 24.76% 82.35%
CMYK 24.76% 0.00% 16.67%
17.65%

Color #9ED2AF in popluar number systems.

HEX 9E D2 AF
Decimal 158 210 175
Binary 10011110 11010010 10101111
Octal 236 322 257

Shades and tints

Shades of #9ED2AF

#9ED2AF
(158,210,175)
#90BFA0
(144,191,160)
#82AC91
(130,172,145)
#749982
(116,153,130)
#668673
(102,134,115)
#587364
(88,115,100)
#4A6055
(74,96,85)
#3C4D46
(60,77,70)
#2E3A37
(46,58,55)
#202728
(32,39,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #9ED2AF

#9ED2AF
(158,210,175)
#A6D6B6
(166,214,182)
#AEDABD
(174,218,189)
#B6DEC4
(182,222,196)
#BEE2CB
(190,226,203)
#C6E6D2
(198,230,210)
#CEEAD9
(206,234,217)
#D6EEE0
(214,238,224)
#DEF2E7
(222,242,231)
#E6F6EE
(230,246,238)
#EEFAF5
(238,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED2AF color. Also use rgb(158,210,175) instead hex code.

Text Font Color

.myTextColor { color: #9ED2AF; }

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

This text font color is #9ED2AF.

Background Color

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

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

This div background color is #9ED2AF.

Border color

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

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

This div border color is #9ED2AF.

Opacity

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

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

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

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

This text has shadow with #9ED2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED2AF.

Preview

Color preview on black background

This text has color #9ED2AF on black background.


Color preview on white background

This text has color #9ED2AF on white background.


Black color preview on #9ED2AF background

This text has black color on #9ED2AF background.


White color preview on #9ED2AF background

This text has white color on #9ED2AF background.


Related colors

Complementary color

Complementary color for #hex is #612D50.


I love getcolorcode.com

Triadic colors

1 #AF9ED2 and #D2AF9E with #9ED2AF are triadic colors.

2 #AFD29E and #D29EAF with #9ED2AF are triadic colors.