COLOR #9ED5CE

HEX: #9ED5CE
RGB: (158,213,206)

Color info

#9ED5CE contains red, green and blue colors in about the same proportion. Web safe color of #9ED5CE is #99CCCC (or #9CC).

RGB color model

#9ED5CE color RGB value is (158,213,206).

  • red value is 158;
  • green value is 213;
  • blue value is 206.
RGB:
(158,213,206)
(62%,84%,81%)

RGB channels and saturation

R 158 of 255 = 62%
G 213 of 255 = 84%
B 206 of 255 = 81%

158
213
206

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

Portions of RGB colors in percentages

R + G + B =
158 + 213 + 206 = 577 (100%)
R 158 of 577 ~ 27.38%
G 213 of 577 ~ 36.92%
B 206 of 577 ~ 35.7%

%27.38
%36.92
%35.7

CMYK color model

#9ED5CE color CMYK value is (26,0,3,16).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(26,0,3,16)
C26M0Y3K16 
(26%,0%,3%,16%)
(0.26/0.00/0.03/0.16)	

CMYK percentages

%25.82
%0
%3.29
%16.47

Codes

Color #9ED5CE in popluar color models

9ED5CE
RGB158213206
HSL172°39.57%72.75%
HSB/HSV172°25.82%83.53%
CMYK25.82%0.00%3.29%
16.47%

Color #9ED5CE in popluar number systems.

HEX9ED5CE
Decimal158213206
Binary100111101101010111001110
Octal236325316

Shades and tints

Shades of #9ED5CE

#9ED5CE
(158,213,206)
#90C2BC
(144,194,188)
#82AFAA
(130,175,170)
#749C98
(116,156,152)
#668986
(102,137,134)
#587674
(88,118,116)
#4A6362
(74,99,98)
#3C5050
(60,80,80)
#2E3D3E
(46,61,62)
#202A2C
(32,42,44)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #9ED5CE

#9ED5CE
(158,213,206)
#A6D8D2
(166,216,210)
#AEDBD6
(174,219,214)
#B6DEDA
(182,222,218)
#BEE1DE
(190,225,222)
#C6E4E2
(198,228,226)
#CEE7E6
(206,231,230)
#D6EAEA
(214,234,234)
#DEEDEE
(222,237,238)
#E6F0F2
(230,240,242)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED5CE color. Also use rgb(158,213,206) instead hex code.

Text Font Color

.myTextColor { color: #9ED5CE; }

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

This text font color is #9ED5CE.


Background Color

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

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

This div background color is #9ED5CE.


Border color

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

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

This div border color is #9ED5CE.


Opacity

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

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

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

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

This text has shadow with #9ED5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED5CE on black background.


Color preview on white background

This text has color #9ED5CE on white background.



Black color preview on #9ED5CE background

This text has black color on #9ED5CE background.


White color preview on #9ED5CE background

This text has white color on #9ED5CE background.