COLOR #9EFEE2

HEX: #9EFEE2
RGB: (158,254,226)

Color info

#9EFEE2 contains mainly green and blue colors. Web safe color of #9EFEE2 is #99FFCC (or #9FC).

RGB color model

#9EFEE2 color RGB value is (158,254,226).

  • red value is 158;
  • green value is 254;
  • blue value is 226.
RGB:
(158,254,226)
(62%,100%,89%)

RGB channels and saturation

R 158 of 255 = 62%
G 254 of 255 = 100%
B 226 of 255 = 89%

158
254
226

R + G + B ~ 84%. #9EFEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 254 + 226 = 638 (100%)
R 158 of 638 ~ 24.76%
G 254 of 638 ~ 39.81%
B 226 of 638 ~ 35.42%

%24.76
%39.81
%35.42

CMYK color model

#9EFEE2 color CMYK value is (38,0,11,0).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(38,0,11,0)
C38M0Y11K0 
(38%,0%,11%,0%)
(0.38/0.00/0.11/0.00)	

CMYK percentages

%37.8
%0
%11.02
%0.39

Codes

Color #9EFEE2 in popluar color models

9EFEE2
RGB158254226
HSL163°97.96%80.78%
HSB/HSV163°37.80%99.61%
CMYK37.80%0.00%11.02%
0.39%

Color #9EFEE2 in popluar number systems.

HEX9EFEE2
Decimal158254226
Binary100111101111111011100010
Octal236376342

Shades and tints

Shades of #9EFEE2

#9EFEE2
(158,254,226)
#90E7CE
(144,231,206)
#82D0BA
(130,208,186)
#74B9A6
(116,185,166)
#66A292
(102,162,146)
#588B7E
(88,139,126)
#4A746A
(74,116,106)
#3C5D56
(60,93,86)
#2E4642
(46,70,66)
#202F2E
(32,47,46)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #9EFEE2

#9EFEE2
(158,254,226)
#A6FEE4
(166,254,228)
#AEFEE6
(174,254,230)
#B6FEE8
(182,254,232)
#BEFEEA
(190,254,234)
#C6FEEC
(198,254,236)
#CEFEEE
(206,254,238)
#D6FEF0
(214,254,240)
#DEFEF2
(222,254,242)
#E6FEF4
(230,254,244)
#EEFEF6
(238,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFEE2 color. Also use rgb(158,254,226) instead hex code.

Text Font Color

.myTextColor { color: #9EFEE2; }

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

This text font color is #9EFEE2.


Background Color

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

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

This div background color is #9EFEE2.


Border color

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

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

This div border color is #9EFEE2.


Opacity

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

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

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

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

This text has shadow with #9EFEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFEE2 on black background.


Color preview on white background

This text has color #9EFEE2 on white background.



Black color preview on #9EFEE2 background

This text has black color on #9EFEE2 background.


White color preview on #9EFEE2 background

This text has white color on #9EFEE2 background.