COLOR #9EDECF

HEX: #9EDECF RGB: (158,222,207)

Color info

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

RGB color model

#9EDECF color RGB value is (158,222,207).

RGB: (158,222,207) (62%, 87%, 81%)

RGB channels and saturation

R 158 of 255 = 62%
G 222 of 255 = 87%
B 207 of 255 = 81%

158
222
207

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

Portions of RGB colors in percentages

R + G + B = 158 + 222 + 207 = 587 (100%)
R 158 of 587 ~ 26.92%
G 222 of 587 ~ 37.82%
B 207 of 587 ~ 35.26'%

%26.92
%37.82
%35.26

CMYK color model

#9EDECF color CMYK value is (29,0,7,13).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 6.76%
  • key color value is 12.94%
CMYK: (29,0,7,13) C29M0Y7K13 (29%,0%,7%,13%) (0.29/0.00/0.07/0.13) 

CMYK percentages

%28.83
%0
%6.76
%12.94

Codes

Color #9EDECF in popluar color models

9E DE CF
RGB 158 222 207
HSL 166° 49.23% 74.51%
HSB/HSV 166° 28.83% 87.06%
CMYK 28.83% 0.00% 6.76%
12.94%

Color #9EDECF in popluar number systems.

HEX 9E DE CF
Decimal 158 222 207
Binary 10011110 11011110 11001111
Octal 236 336 317

Shades and tints

Shades of #9EDECF

#9EDECF
(158,222,207)
#90CABD
(144,202,189)
#82B6AB
(130,182,171)
#74A299
(116,162,153)
#668E87
(102,142,135)
#587A75
(88,122,117)
#4A6663
(74,102,99)
#3C5251
(60,82,81)
#2E3E3F
(46,62,63)
#202A2D
(32,42,45)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #9EDECF

#9EDECF
(158,222,207)
#A6E1D3
(166,225,211)
#AEE4D7
(174,228,215)
#B6E7DB
(182,231,219)
#BEEADF
(190,234,223)
#C6EDE3
(198,237,227)
#CEF0E7
(206,240,231)
#D6F3EB
(214,243,235)
#DEF6EF
(222,246,239)
#E6F9F3
(230,249,243)
#EEFCF7
(238,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDECF color. Also use rgb(158,222,207) instead hex code.

Text Font Color

.myTextColor { color: #9EDECF; }

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

This text font color is #9EDECF.

Background Color

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

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

This div background color is #9EDECF.

Border color

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

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

This div border color is #9EDECF.

Opacity

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

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

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

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

This text has shadow with #9EDECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDECF.

Preview

Color preview on black background

This text has color #9EDECF on black background.


Color preview on white background

This text has color #9EDECF on white background.


Black color preview on #9EDECF background

This text has black color on #9EDECF background.


White color preview on #9EDECF background

This text has white color on #9EDECF background.


Related colors

Complementary color

Complementary color for #hex is #612130.


I love getcolorcode.com

Triadic colors

1 #CF9EDE and #DECF9E with #9EDECF are triadic colors.

2 #CFDE9E and #DE9ECF with #9EDECF are triadic colors.