COLOR #9EDDC7

HEX: #9EDDC7
RGB: (158,221,199)

Color info

#9EDDC7 contains mainly green and blue colors. Web safe color of #9EDDC7 is #99CCCC (or #9CC).

RGB color model

#9EDDC7 color RGB value is (158,221,199).

  • red value is 158;
  • green value is 221;
  • blue value is 199.
RGB:
(158,221,199)
(62%,87%,78%)

RGB channels and saturation

R 158 of 255 = 62%
G 221 of 255 = 87%
B 199 of 255 = 78%

158
221
199

R + G + B ~ 76%. #9EDDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 221 + 199 = 578 (100%)
R 158 of 578 ~ 27.34%
G 221 of 578 ~ 38.24%
B 199 of 578 ~ 34.43%

%27.34
%38.24
%34.43

CMYK color model

#9EDDC7 color CMYK value is (29,0,10,13).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(29,0,10,13)
C29M0Y10K13 
(29%,0%,10%,13%)
(0.29/0.00/0.10/0.13)	

CMYK percentages

%28.51
%0
%9.95
%13.33

Codes

Color #9EDDC7 in popluar color models

9EDDC7
RGB158221199
HSL159°48.09%74.31%
HSB/HSV159°28.51%86.67%
CMYK28.51%0.00%9.95%
13.33%

Color #9EDDC7 in popluar number systems.

HEX9EDDC7
Decimal158221199
Binary100111101101110111000111
Octal236335307

Shades and tints

Shades of #9EDDC7

#9EDDC7
(158,221,199)
#90C9B5
(144,201,181)
#82B5A3
(130,181,163)
#74A191
(116,161,145)
#668D7F
(102,141,127)
#58796D
(88,121,109)
#4A655B
(74,101,91)
#3C5149
(60,81,73)
#2E3D37
(46,61,55)
#202925
(32,41,37)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EDDC7

#9EDDC7
(158,221,199)
#A6E0CC
(166,224,204)
#AEE3D1
(174,227,209)
#B6E6D6
(182,230,214)
#BEE9DB
(190,233,219)
#C6ECE0
(198,236,224)
#CEEFE5
(206,239,229)
#D6F2EA
(214,242,234)
#DEF5EF
(222,245,239)
#E6F8F4
(230,248,244)
#EEFBF9
(238,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDDC7 color. Also use rgb(158,221,199) instead hex code.

Text Font Color

.myTextColor { color: #9EDDC7; }

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

This text font color is #9EDDC7.


Background Color

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

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

This div background color is #9EDDC7.


Border color

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

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

This div border color is #9EDDC7.


Opacity

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

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

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

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

This text has shadow with #9EDDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDDC7 on black background.


Color preview on white background

This text has color #9EDDC7 on white background.



Black color preview on #9EDDC7 background

This text has black color on #9EDDC7 background.


White color preview on #9EDDC7 background

This text has white color on #9EDDC7 background.