COLOR #9EEDEC

HEX: #9EEDEC
RGB: (158,237,236)

Color info

#9EEDEC contains mainly green and blue colors. Web safe color of #9EEDEC is #99FFFF (or #9FF).

RGB color model

#9EEDEC color RGB value is (158,237,236).

  • red value is 158;
  • green value is 237;
  • blue value is 236.
RGB:
(158,237,236)
(62%,93%,93%)

RGB channels and saturation

R 158 of 255 = 62%
G 237 of 255 = 93%
B 236 of 255 = 93%

158
237
236

R + G + B ~ 83%. #9EEDEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 237 + 236 = 631 (100%)
R 158 of 631 ~ 25.04%
G 237 of 631 ~ 37.56%
B 236 of 631 ~ 37.4%

%25.04
%37.56
%37.4

CMYK color model

#9EEDEC color CMYK value is (33,0,0,7).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(33,0,0,7)
C33M0Y0K7 
(33%,0%,0%,7%)
(0.33/0.00/0.00/0.07)	

CMYK percentages

%33.33
%0
%0.42
%7.06

Codes

Color #9EEDEC in popluar color models

9EEDEC
RGB158237236
HSL179°68.70%77.45%
HSB/HSV179°33.33%92.94%
CMYK33.33%0.00%0.42%
7.06%

Color #9EEDEC in popluar number systems.

HEX9EEDEC
Decimal158237236
Binary100111101110110111101100
Octal236355354

Shades and tints

Shades of #9EEDEC

#9EEDEC
(158,237,236)
#90D8D7
(144,216,215)
#82C3C2
(130,195,194)
#74AEAD
(116,174,173)
#669998
(102,153,152)
#588483
(88,132,131)
#4A6F6E
(74,111,110)
#3C5A59
(60,90,89)
#2E4544
(46,69,68)
#20302F
(32,48,47)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #9EEDEC

#9EEDEC
(158,237,236)
#A6EEED
(166,238,237)
#AEEFEE
(174,239,238)
#B6F0EF
(182,240,239)
#BEF1F0
(190,241,240)
#C6F2F1
(198,242,241)
#CEF3F2
(206,243,242)
#D6F4F3
(214,244,243)
#DEF5F4
(222,245,244)
#E6F6F5
(230,246,245)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEDEC color. Also use rgb(158,237,236) instead hex code.

Text Font Color

.myTextColor { color: #9EEDEC; }

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

This text font color is #9EEDEC.


Background Color

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

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

This div background color is #9EEDEC.


Border color

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

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

This div border color is #9EEDEC.


Opacity

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

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

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

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

This text has shadow with #9EEDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEDEC on black background.


Color preview on white background

This text has color #9EEDEC on white background.



Black color preview on #9EEDEC background

This text has black color on #9EEDEC background.


White color preview on #9EEDEC background

This text has white color on #9EEDEC background.