COLOR #9EEFE6

HEX: #9EEFE6
RGB: (158,239,230)

Color info

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

RGB color model

#9EEFE6 color RGB value is (158,239,230).

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

RGB channels and saturation

R 158 of 255 = 62%
G 239 of 255 = 94%
B 230 of 255 = 90%

158
239
230

R + G + B ~ 82%. #9EEFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 239 + 230 = 627 (100%)
R 158 of 627 ~ 25.2%
G 239 of 627 ~ 38.12%
B 230 of 627 ~ 36.68%

%25.2
%38.12
%36.68

CMYK color model

#9EEFE6 color CMYK value is (34,0,4,6).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(34,0,4,6)
C34M0Y4K6 
(34%,0%,4%,6%)
(0.34/0.00/0.04/0.06)	

CMYK percentages

%33.89
%0
%3.77
%6.27

Codes

Color #9EEFE6 in popluar color models

9EEFE6
RGB158239230
HSL173°71.68%77.84%
HSB/HSV173°33.89%93.73%
CMYK33.89%0.00%3.77%
6.27%

Color #9EEFE6 in popluar number systems.

HEX9EEFE6
Decimal158239230
Binary100111101110111111100110
Octal236357346

Shades and tints

Shades of #9EEFE6

#9EEFE6
(158,239,230)
#90DAD2
(144,218,210)
#82C5BE
(130,197,190)
#74B0AA
(116,176,170)
#669B96
(102,155,150)
#588682
(88,134,130)
#4A716E
(74,113,110)
#3C5C5A
(60,92,90)
#2E4746
(46,71,70)
#203232
(32,50,50)
#121D1E
(18,29,30)
#000000
(0,0,0)

Tints of #9EEFE6

#9EEFE6
(158,239,230)
#A6F0E8
(166,240,232)
#AEF1EA
(174,241,234)
#B6F2EC
(182,242,236)
#BEF3EE
(190,243,238)
#C6F4F0
(198,244,240)
#CEF5F2
(206,245,242)
#D6F6F4
(214,246,244)
#DEF7F6
(222,247,246)
#E6F8F8
(230,248,248)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEFE6; }

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

This text font color is #9EEFE6.


Background Color

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

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

This div background color is #9EEFE6.


Border color

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

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

This div border color is #9EEFE6.


Opacity

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

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

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

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

This text has shadow with #9EEFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEFE6 on black background.


Color preview on white background

This text has color #9EEFE6 on white background.



Black color preview on #9EEFE6 background

This text has black color on #9EEFE6 background.


White color preview on #9EEFE6 background

This text has white color on #9EEFE6 background.