COLOR #9EEFAA

HEX: #9EEFAA
RGB: (158,239,170)

Color info

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

RGB color model

#9EEFAA color RGB value is (158,239,170).

  • red value is 158;
  • green value is 239;
  • blue value is 170.
RGB:
(158,239,170)
(62%,94%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 239 of 255 = 94%
B 170 of 255 = 67%

158
239
170

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

Portions of RGB colors in percentages

R + G + B =
158 + 239 + 170 = 567 (100%)
R 158 of 567 ~ 27.87%
G 239 of 567 ~ 42.15%
B 170 of 567 ~ 29.98%

%27.87
%42.15
%29.98

CMYK color model

#9EEFAA color CMYK value is (34,0,29,6).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 6.27%
CMYK:
(34,0,29,6)
C34M0Y29K6 
(34%,0%,29%,6%)
(0.34/0.00/0.29/0.06)	

CMYK percentages

%33.89
%0
%28.87
%6.27

Codes

Color #9EEFAA in popluar color models

9EEFAA
RGB158239170
HSL129°71.68%77.84%
HSB/HSV129°33.89%93.73%
CMYK33.89%0.00%28.87%
6.27%

Color #9EEFAA in popluar number systems.

HEX9EEFAA
Decimal158239170
Binary100111101110111110101010
Octal236357252

Shades and tints

Shades of #9EEFAA

#9EEFAA
(158,239,170)
#90DA9B
(144,218,155)
#82C58C
(130,197,140)
#74B07D
(116,176,125)
#669B6E
(102,155,110)
#58865F
(88,134,95)
#4A7150
(74,113,80)
#3C5C41
(60,92,65)
#2E4732
(46,71,50)
#203223
(32,50,35)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #9EEFAA

#9EEFAA
(158,239,170)
#A6F0B1
(166,240,177)
#AEF1B8
(174,241,184)
#B6F2BF
(182,242,191)
#BEF3C6
(190,243,198)
#C6F4CD
(198,244,205)
#CEF5D4
(206,245,212)
#D6F6DB
(214,246,219)
#DEF7E2
(222,247,226)
#E6F8E9
(230,248,233)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEFAA color. Also use rgb(158,239,170) instead hex code.

Text Font Color

.myTextColor { color: #9EEFAA; }

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

This text font color is #9EEFAA.


Background Color

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

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

This div background color is #9EEFAA.


Border color

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

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

This div border color is #9EEFAA.


Opacity

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

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

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

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

This text has shadow with #9EEFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEFAA on black background.


Color preview on white background

This text has color #9EEFAA on white background.



Black color preview on #9EEFAA background

This text has black color on #9EEFAA background.


White color preview on #9EEFAA background

This text has white color on #9EEFAA background.