COLOR #9EDBCD

HEX: #9EDBCD RGB: (158,219,205)

Color info

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

RGB color model

#9EDBCD color RGB value is (158,219,205).

RGB: (158,219,205) (62%, 86%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 219 of 255 = 86%
B 205 of 255 = 80%

158
219
205

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

Portions of RGB colors in percentages

R + G + B = 158 + 219 + 205 = 582 (100%)
R 158 of 582 ~ 27.15%
G 219 of 582 ~ 37.63%
B 205 of 582 ~ 35.22'%

%27.15
%37.63
%35.22

CMYK color model

#9EDBCD color CMYK value is (28,0,6,14).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 6.39%
  • key color value is 14.12%

CMYK: (28,0,6,14)
C28M0Y6K14 (28%, 0%, 6%, 14%)
(0.28 / 0.00 / 0.06 / 0.14)

CMYK percentages

%27.85
%0
%6.39
%14.12

Codes

Color #9EDBCD in popluar color models

9E DB CD
RGB 158 219 205
HSL 166° 45.86% 73.92%
HSB/HSV 166° 27.85% 85.88%
CMYK 27.85% 0.00% 6.39%
14.12%

Color #9EDBCD in popluar number systems.

HEX 9E DB CD
Decimal 158 219 205
Binary 10011110 11011011 11001101
Octal 236 333 315

Shades and tints

Shades of #9EDBCD

#9EDBCD
(158,219,205)
#90C8BB
(144,200,187)
#82B5A9
(130,181,169)
#74A297
(116,162,151)
#668F85
(102,143,133)
#587C73
(88,124,115)
#4A6961
(74,105,97)
#3C564F
(60,86,79)
#2E433D
(46,67,61)
#20302B
(32,48,43)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #9EDBCD

#9EDBCD
(158,219,205)
#A6DED1
(166,222,209)
#AEE1D5
(174,225,213)
#B6E4D9
(182,228,217)
#BEE7DD
(190,231,221)
#C6EAE1
(198,234,225)
#CEEDE5
(206,237,229)
#D6F0E9
(214,240,233)
#DEF3ED
(222,243,237)
#E6F6F1
(230,246,241)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDBCD; }

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

This text font color is #9EDBCD.

Background Color

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

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

This div background color is #9EDBCD.

Border color

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

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

This div border color is #9EDBCD.

Opacity

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

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

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

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

This text has shadow with #9EDBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDBCD.

Preview

Color preview on black background

This text has color #9EDBCD on black background.


Color preview on white background

This text has color #9EDBCD on white background.


Black color preview on #9EDBCD background

This text has black color on #9EDBCD background.


White color preview on #9EDBCD background

This text has white color on #9EDBCD background.


Related colors

Complementary color

Complementary color for #hex is #612432.


I love getcolorcode.com

Triadic colors

1 #CD9EDB and #DBCD9E with #9EDBCD are triadic colors.

2 #CDDB9E and #DB9ECD with #9EDBCD are triadic colors.