COLOR #9EEDC4

HEX: #9EEDC4
RGB: (158,237,196)

Color info

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

RGB color model

#9EEDC4 color RGB value is (158,237,196).

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

RGB channels and saturation

R 158 of 255 = 62%
G 237 of 255 = 93%
B 196 of 255 = 77%

158
237
196

R + G + B ~ 77%. #9EEDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 237 + 196 = 591 (100%)
R 158 of 591 ~ 26.73%
G 237 of 591 ~ 40.1%
B 196 of 591 ~ 33.16%

%26.73
%40.1
%33.16

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(33,0,17,7)
C33M0Y17K7 
(33%,0%,17%,7%)
(0.33/0.00/0.17/0.07)	

CMYK percentages

%33.33
%0
%17.3
%7.06

Codes

Color #9EEDC4 in popluar color models

9EEDC4
RGB158237196
HSL149°68.70%77.45%
HSB/HSV149°33.33%92.94%
CMYK33.33%0.00%17.30%
7.06%

Color #9EEDC4 in popluar number systems.

HEX9EEDC4
Decimal158237196
Binary100111101110110111000100
Octal236355304

Shades and tints

Shades of #9EEDC4

#9EEDC4
(158,237,196)
#90D8B3
(144,216,179)
#82C3A2
(130,195,162)
#74AE91
(116,174,145)
#669980
(102,153,128)
#58846F
(88,132,111)
#4A6F5E
(74,111,94)
#3C5A4D
(60,90,77)
#2E453C
(46,69,60)
#20302B
(32,48,43)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #9EEDC4

#9EEDC4
(158,237,196)
#A6EEC9
(166,238,201)
#AEEFCE
(174,239,206)
#B6F0D3
(182,240,211)
#BEF1D8
(190,241,216)
#C6F2DD
(198,242,221)
#CEF3E2
(206,243,226)
#D6F4E7
(214,244,231)
#DEF5EC
(222,245,236)
#E6F6F1
(230,246,241)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEDC4; }

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

This text font color is #9EEDC4.


Background Color

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

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

This div background color is #9EEDC4.


Border color

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

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

This div border color is #9EEDC4.


Opacity

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

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

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

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

This text has shadow with #9EEDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEDC4 on black background.


Color preview on white background

This text has color #9EEDC4 on white background.



Black color preview on #9EEDC4 background

This text has black color on #9EEDC4 background.


White color preview on #9EEDC4 background

This text has white color on #9EEDC4 background.