COLOR #9EEEAB

HEX: #9EEEAB RGB: (158,238,171)

Color info

#9EEEAB contains mainly green color. Web safe color of #9EEEAB is #99FF99 (or #9F9).

RGB color model

#9EEEAB color RGB value is (158,238,171).

RGB: (158,238,171) (62%, 93%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 238 of 255 = 93%
B 171 of 255 = 67%

158
238
171

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

Portions of RGB colors in percentages

R + G + B = 158 + 238 + 171 = 567 (100%)
R 158 of 567 ~ 27.87%
G 238 of 567 ~ 41.98%
B 171 of 567 ~ 30.16'%

%27.87
%41.98
%30.16

CMYK color model

#9EEEAB color CMYK value is (34,0,28,7).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 6.67%

CMYK: (34,0,28,7)
C34M0Y28K7 (34%, 0%, 28%, 7%)
(0.34 / 0.00 / 0.28 / 0.07)

CMYK percentages

%33.61
%0
%28.15
%6.67

Codes

Color #9EEEAB in popluar color models

9E EE AB
RGB 158 238 171
HSL 130° 70.18% 77.65%
HSB/HSV 130° 33.61% 93.33%
CMYK 33.61% 0.00% 28.15%
6.67%

Color #9EEEAB in popluar number systems.

HEX 9E EE AB
Decimal 158 238 171
Binary 10011110 11101110 10101011
Octal 236 356 253

Shades and tints

Shades of #9EEEAB

#9EEEAB
(158,238,171)
#90D99C
(144,217,156)
#82C48D
(130,196,141)
#74AF7E
(116,175,126)
#669A6F
(102,154,111)
#588560
(88,133,96)
#4A7051
(74,112,81)
#3C5B42
(60,91,66)
#2E4633
(46,70,51)
#203124
(32,49,36)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #9EEEAB

#9EEEAB
(158,238,171)
#A6EFB2
(166,239,178)
#AEF0B9
(174,240,185)
#B6F1C0
(182,241,192)
#BEF2C7
(190,242,199)
#C6F3CE
(198,243,206)
#CEF4D5
(206,244,213)
#D6F5DC
(214,245,220)
#DEF6E3
(222,246,227)
#E6F7EA
(230,247,234)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEEAB color. Also use rgb(158,238,171) instead hex code.

Text Font Color

.myTextColor { color: #9EEEAB; }

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

This text font color is #9EEEAB.

Background Color

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

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

This div background color is #9EEEAB.

Border color

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

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

This div border color is #9EEEAB.

Opacity

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

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

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

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

This text has shadow with #9EEEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EEEAB.

Preview

Color preview on black background

This text has color #9EEEAB on black background.


Color preview on white background

This text has color #9EEEAB on white background.


Black color preview on #9EEEAB background

This text has black color on #9EEEAB background.


White color preview on #9EEEAB background

This text has white color on #9EEEAB background.


Related colors

Complementary color

Complementary color for #hex is #611154.


I love getcolorcode.com

Triadic colors

1 #AB9EEE and #EEAB9E with #9EEEAB are triadic colors.

2 #ABEE9E and #EE9EAB with #9EEEAB are triadic colors.