COLOR #9EDBD1

HEX: #9EDBD1
RGB: (158,219,209)

Color info

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

RGB color model

#9EDBD1 color RGB value is (158,219,209).

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

RGB channels and saturation

R 158 of 255 = 62%
G 219 of 255 = 86%
B 209 of 255 = 82%

158
219
209

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

Portions of RGB colors in percentages

R + G + B =
158 + 219 + 209 = 586 (100%)
R 158 of 586 ~ 26.96%
G 219 of 586 ~ 37.37%
B 209 of 586 ~ 35.67%

%26.96
%37.37
%35.67

CMYK color model

#9EDBD1 color CMYK value is (28,0,5,14).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 14.12%
CMYK:
(28,0,5,14)
C28M0Y5K14 
(28%,0%,5%,14%)
(0.28/0.00/0.05/0.14)	

CMYK percentages

%27.85
%0
%4.57
%14.12

Codes

Color #9EDBD1 in popluar color models

9EDBD1
RGB158219209
HSL170°45.86%73.92%
HSB/HSV170°27.85%85.88%
CMYK27.85%0.00%4.57%
14.12%

Color #9EDBD1 in popluar number systems.

HEX9EDBD1
Decimal158219209
Binary100111101101101111010001
Octal236333321

Shades and tints

Shades of #9EDBD1

#9EDBD1
(158,219,209)
#90C8BE
(144,200,190)
#82B5AB
(130,181,171)
#74A298
(116,162,152)
#668F85
(102,143,133)
#587C72
(88,124,114)
#4A695F
(74,105,95)
#3C564C
(60,86,76)
#2E4339
(46,67,57)
#203026
(32,48,38)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #9EDBD1

#9EDBD1
(158,219,209)
#A6DED5
(166,222,213)
#AEE1D9
(174,225,217)
#B6E4DD
(182,228,221)
#BEE7E1
(190,231,225)
#C6EAE5
(198,234,229)
#CEEDE9
(206,237,233)
#D6F0ED
(214,240,237)
#DEF3F1
(222,243,241)
#E6F6F5
(230,246,245)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDBD1; }

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

This text font color is #9EDBD1.


Background Color

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

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

This div background color is #9EDBD1.


Border color

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

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

This div border color is #9EDBD1.


Opacity

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

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

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

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

This text has shadow with #9EDBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDBD1 on black background.


Color preview on white background

This text has color #9EDBD1 on white background.



Black color preview on #9EDBD1 background

This text has black color on #9EDBD1 background.


White color preview on #9EDBD1 background

This text has white color on #9EDBD1 background.