COLOR #9EDFD1

HEX: #9EDFD1
RGB: (158,223,209)

Color info

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

RGB color model

#9EDFD1 color RGB value is (158,223,209).

  • red value is 158;
  • green value is 223;
  • blue value is 209.
RGB:
(158,223,209)
(62%,87%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 209 of 255 = 82%

158
223
209

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

Portions of RGB colors in percentages

R + G + B =
158 + 223 + 209 = 590 (100%)
R 158 of 590 ~ 26.78%
G 223 of 590 ~ 37.8%
B 209 of 590 ~ 35.42%

%26.78
%37.8
%35.42

CMYK color model

#9EDFD1 color CMYK value is (29,0,6,13).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK:
(29,0,6,13)
C29M0Y6K13 
(29%,0%,6%,13%)
(0.29/0.00/0.06/0.13)	

CMYK percentages

%29.15
%0
%6.28
%12.55

Codes

Color #9EDFD1 in popluar color models

9EDFD1
RGB158223209
HSL167°50.39%74.71%
HSB/HSV167°29.15%87.45%
CMYK29.15%0.00%6.28%
12.55%

Color #9EDFD1 in popluar number systems.

HEX9EDFD1
Decimal158223209
Binary100111101101111111010001
Octal236337321

Shades and tints

Shades of #9EDFD1

#9EDFD1
(158,223,209)
#90CBBE
(144,203,190)
#82B7AB
(130,183,171)
#74A398
(116,163,152)
#668F85
(102,143,133)
#587B72
(88,123,114)
#4A675F
(74,103,95)
#3C534C
(60,83,76)
#2E3F39
(46,63,57)
#202B26
(32,43,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EDFD1

#9EDFD1
(158,223,209)
#A6E1D5
(166,225,213)
#AEE3D9
(174,227,217)
#B6E5DD
(182,229,221)
#BEE7E1
(190,231,225)
#C6E9E5
(198,233,229)
#CEEBE9
(206,235,233)
#D6EDED
(214,237,237)
#DEEFF1
(222,239,241)
#E6F1F5
(230,241,245)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDFD1 color. Also use rgb(158,223,209) instead hex code.

Text Font Color

.myTextColor { color: #9EDFD1; }

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

This text font color is #9EDFD1.


Background Color

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

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

This div background color is #9EDFD1.


Border color

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

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

This div border color is #9EDFD1.


Opacity

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

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

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

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

This text has shadow with #9EDFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDFD1 on black background.


Color preview on white background

This text has color #9EDFD1 on white background.



Black color preview on #9EDFD1 background

This text has black color on #9EDFD1 background.


White color preview on #9EDFD1 background

This text has white color on #9EDFD1 background.