COLOR #9ED7DB

HEX: #9ED7DB
RGB: (158,215,219)

Color info

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

RGB color model

#9ED7DB color RGB value is (158,215,219).

  • red value is 158;
  • green value is 215;
  • blue value is 219.
RGB:
(158,215,219)
(62%,84%,86%)

RGB channels and saturation

R 158 of 255 = 62%
G 215 of 255 = 84%
B 219 of 255 = 86%

158
215
219

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

Portions of RGB colors in percentages

R + G + B =
158 + 215 + 219 = 592 (100%)
R 158 of 592 ~ 26.69%
G 215 of 592 ~ 36.32%
B 219 of 592 ~ 36.99%

%26.69
%36.32
%36.99

CMYK color model

#9ED7DB color CMYK value is (28,2,0,14).

  • cyan value is 27.85%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(28,2,0,14)
C28M2Y0K14 
(28%,2%,0%,14%)
(0.28/0.02/0.00/0.14)	

CMYK percentages

%27.85
%1.83
%0
%14.12

Codes

Color #9ED7DB in popluar color models

9ED7DB
RGB158215219
HSL184°45.86%73.92%
HSB/HSV184°27.85%85.88%
CMYK27.85%1.83%0.00%
14.12%

Color #9ED7DB in popluar number systems.

HEX9ED7DB
Decimal158215219
Binary100111101101011111011011
Octal236327333

Shades and tints

Shades of #9ED7DB

#9ED7DB
(158,215,219)
#90C4C8
(144,196,200)
#82B1B5
(130,177,181)
#749EA2
(116,158,162)
#668B8F
(102,139,143)
#58787C
(88,120,124)
#4A6569
(74,101,105)
#3C5256
(60,82,86)
#2E3F43
(46,63,67)
#202C30
(32,44,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #9ED7DB

#9ED7DB
(158,215,219)
#A6DADE
(166,218,222)
#AEDDE1
(174,221,225)
#B6E0E4
(182,224,228)
#BEE3E7
(190,227,231)
#C6E6EA
(198,230,234)
#CEE9ED
(206,233,237)
#D6ECF0
(214,236,240)
#DEEFF3
(222,239,243)
#E6F2F6
(230,242,246)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED7DB color. Also use rgb(158,215,219) instead hex code.

Text Font Color

.myTextColor { color: #9ED7DB; }

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

This text font color is #9ED7DB.


Background Color

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

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

This div background color is #9ED7DB.


Border color

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

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

This div border color is #9ED7DB.


Opacity

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

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

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

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

This text has shadow with #9ED7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED7DB on black background.


Color preview on white background

This text has color #9ED7DB on white background.



Black color preview on #9ED7DB background

This text has black color on #9ED7DB background.


White color preview on #9ED7DB background

This text has white color on #9ED7DB background.