COLOR #9ED4AF

HEX: #9ED4AF
RGB: (158,212,175)

Color info

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

RGB color model

#9ED4AF color RGB value is (158,212,175).

  • red value is 158;
  • green value is 212;
  • blue value is 175.
RGB:
(158,212,175)
(62%,83%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 175 of 255 = 69%

158
212
175

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

Portions of RGB colors in percentages

R + G + B =
158 + 212 + 175 = 545 (100%)
R 158 of 545 ~ 28.99%
G 212 of 545 ~ 38.9%
B 175 of 545 ~ 32.11%

%28.99
%38.9
%32.11

CMYK color model

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

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 16.86%
CMYK:
(25,0,17,17)
C25M0Y17K17 
(25%,0%,17%,17%)
(0.25/0.00/0.17/0.17)	

CMYK percentages

%25.47
%0
%17.45
%16.86

Codes

Color #9ED4AF in popluar color models

9ED4AF
RGB158212175
HSL139°38.57%72.55%
HSB/HSV139°25.47%83.14%
CMYK25.47%0.00%17.45%
16.86%

Color #9ED4AF in popluar number systems.

HEX9ED4AF
Decimal158212175
Binary100111101101010010101111
Octal236324257

Shades and tints

Shades of #9ED4AF

#9ED4AF
(158,212,175)
#90C1A0
(144,193,160)
#82AE91
(130,174,145)
#749B82
(116,155,130)
#668873
(102,136,115)
#587564
(88,117,100)
#4A6255
(74,98,85)
#3C4F46
(60,79,70)
#2E3C37
(46,60,55)
#202928
(32,41,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #9ED4AF

#9ED4AF
(158,212,175)
#A6D7B6
(166,215,182)
#AEDABD
(174,218,189)
#B6DDC4
(182,221,196)
#BEE0CB
(190,224,203)
#C6E3D2
(198,227,210)
#CEE6D9
(206,230,217)
#D6E9E0
(214,233,224)
#DEECE7
(222,236,231)
#E6EFEE
(230,239,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED4AF; }

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

This text font color is #9ED4AF.


Background Color

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

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

This div background color is #9ED4AF.


Border color

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

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

This div border color is #9ED4AF.


Opacity

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

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

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

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

This text has shadow with #9ED4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED4AF on black background.


Color preview on white background

This text has color #9ED4AF on white background.



Black color preview on #9ED4AF background

This text has black color on #9ED4AF background.


White color preview on #9ED4AF background

This text has white color on #9ED4AF background.