COLOR #9ED8CC

HEX: #9ED8CC
RGB: (158,216,204)

Color info

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

RGB color model

#9ED8CC color RGB value is (158,216,204).

  • red value is 158;
  • green value is 216;
  • blue value is 204.
RGB:
(158,216,204)
(62%,85%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 204 of 255 = 80%

158
216
204

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

Portions of RGB colors in percentages

R + G + B =
158 + 216 + 204 = 578 (100%)
R 158 of 578 ~ 27.34%
G 216 of 578 ~ 37.37%
B 204 of 578 ~ 35.29%

%27.34
%37.37
%35.29

CMYK color model

#9ED8CC color CMYK value is (27,0,6,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 15.29%
CMYK:
(27,0,6,15)
C27M0Y6K15 
(27%,0%,6%,15%)
(0.27/0.00/0.06/0.15)	

CMYK percentages

%26.85
%0
%5.56
%15.29

Codes

Color #9ED8CC in popluar color models

9ED8CC
RGB158216204
HSL168°42.65%73.33%
HSB/HSV168°26.85%84.71%
CMYK26.85%0.00%5.56%
15.29%

Color #9ED8CC in popluar number systems.

HEX9ED8CC
Decimal158216204
Binary100111101101100011001100
Octal236330314

Shades and tints

Shades of #9ED8CC

#9ED8CC
(158,216,204)
#90C5BA
(144,197,186)
#82B2A8
(130,178,168)
#749F96
(116,159,150)
#668C84
(102,140,132)
#587972
(88,121,114)
#4A6660
(74,102,96)
#3C534E
(60,83,78)
#2E403C
(46,64,60)
#202D2A
(32,45,42)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #9ED8CC

#9ED8CC
(158,216,204)
#A6DBD0
(166,219,208)
#AEDED4
(174,222,212)
#B6E1D8
(182,225,216)
#BEE4DC
(190,228,220)
#C6E7E0
(198,231,224)
#CEEAE4
(206,234,228)
#D6EDE8
(214,237,232)
#DEF0EC
(222,240,236)
#E6F3F0
(230,243,240)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED8CC color. Also use rgb(158,216,204) instead hex code.

Text Font Color

.myTextColor { color: #9ED8CC; }

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

This text font color is #9ED8CC.


Background Color

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

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

This div background color is #9ED8CC.


Border color

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

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

This div border color is #9ED8CC.


Opacity

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

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

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

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

This text has shadow with #9ED8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED8CC on black background.


Color preview on white background

This text has color #9ED8CC on white background.



Black color preview on #9ED8CC background

This text has black color on #9ED8CC background.


White color preview on #9ED8CC background

This text has white color on #9ED8CC background.