COLOR #9EE5AF

HEX: #9EE5AF
RGB: (158,229,175)

Color info

#9EE5AF contains mainly green and blue colors. Web safe color of #9EE5AF is #99CC99 (or #9C9).

RGB color model

#9EE5AF color RGB value is (158,229,175).

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

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 175 of 255 = 69%

158
229
175

R + G + B ~ 74%. #9EE5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 175 = 562 (100%)
R 158 of 562 ~ 28.11%
G 229 of 562 ~ 40.75%
B 175 of 562 ~ 31.14%

%28.11
%40.75
%31.14

CMYK color model

#9EE5AF color CMYK value is (31,0,24,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(31,0,24,10)
C31M0Y24K10 
(31%,0%,24%,10%)
(0.31/0.00/0.24/0.10)	

CMYK percentages

%31
%0
%23.58
%10.2

Codes

Color #9EE5AF in popluar color models

9EE5AF
RGB158229175
HSL134°57.72%75.88%
HSB/HSV134°31.00%89.80%
CMYK31.00%0.00%23.58%
10.20%

Color #9EE5AF in popluar number systems.

HEX9EE5AF
Decimal158229175
Binary100111101110010110101111
Octal236345257

Shades and tints

Shades of #9EE5AF

#9EE5AF
(158,229,175)
#90D1A0
(144,209,160)
#82BD91
(130,189,145)
#74A982
(116,169,130)
#669573
(102,149,115)
#588164
(88,129,100)
#4A6D55
(74,109,85)
#3C5946
(60,89,70)
#2E4537
(46,69,55)
#203128
(32,49,40)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #9EE5AF

#9EE5AF
(158,229,175)
#A6E7B6
(166,231,182)
#AEE9BD
(174,233,189)
#B6EBC4
(182,235,196)
#BEEDCB
(190,237,203)
#C6EFD2
(198,239,210)
#CEF1D9
(206,241,217)
#D6F3E0
(214,243,224)
#DEF5E7
(222,245,231)
#E6F7EE
(230,247,238)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE5AF; }

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

This text font color is #9EE5AF.


Background Color

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

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

This div background color is #9EE5AF.


Border color

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

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

This div border color is #9EE5AF.


Opacity

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

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

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

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

This text has shadow with #9EE5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5AF on black background.


Color preview on white background

This text has color #9EE5AF on white background.



Black color preview on #9EE5AF background

This text has black color on #9EE5AF background.


White color preview on #9EE5AF background

This text has white color on #9EE5AF background.