COLOR #9ED6CC

HEX: #9ED6CC
RGB: (158,214,204)

Color info

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

RGB color model

#9ED6CC color RGB value is (158,214,204).

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

RGB channels and saturation

R 158 of 255 = 62%
G 214 of 255 = 84%
B 204 of 255 = 80%

158
214
204

R + G + B ~ 75%. #9ED6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 214 + 204 = 576 (100%)
R 158 of 576 ~ 27.43%
G 214 of 576 ~ 37.15%
B 204 of 576 ~ 35.42%

%27.43
%37.15
%35.42

CMYK color model

#9ED6CC color CMYK value is (26,0,5,16).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(26,0,5,16)
C26M0Y5K16 
(26%,0%,5%,16%)
(0.26/0.00/0.05/0.16)	

CMYK percentages

%26.17
%0
%4.67
%16.08

Codes

Color #9ED6CC in popluar color models

9ED6CC
RGB158214204
HSL169°40.58%72.94%
HSB/HSV169°26.17%83.92%
CMYK26.17%0.00%4.67%
16.08%

Color #9ED6CC in popluar number systems.

HEX9ED6CC
Decimal158214204
Binary100111101101011011001100
Octal236326314

Shades and tints

Shades of #9ED6CC

#9ED6CC
(158,214,204)
#90C3BA
(144,195,186)
#82B0A8
(130,176,168)
#749D96
(116,157,150)
#668A84
(102,138,132)
#587772
(88,119,114)
#4A6460
(74,100,96)
#3C514E
(60,81,78)
#2E3E3C
(46,62,60)
#202B2A
(32,43,42)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #9ED6CC

#9ED6CC
(158,214,204)
#A6D9D0
(166,217,208)
#AEDCD4
(174,220,212)
#B6DFD8
(182,223,216)
#BEE2DC
(190,226,220)
#C6E5E0
(198,229,224)
#CEE8E4
(206,232,228)
#D6EBE8
(214,235,232)
#DEEEEC
(222,238,236)
#E6F1F0
(230,241,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED6CC; }

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

This text font color is #9ED6CC.


Background Color

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

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

This div background color is #9ED6CC.


Border color

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

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

This div border color is #9ED6CC.


Opacity

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

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

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

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

This text has shadow with #9ED6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED6CC on black background.


Color preview on white background

This text has color #9ED6CC on white background.



Black color preview on #9ED6CC background

This text has black color on #9ED6CC background.


White color preview on #9ED6CC background

This text has white color on #9ED6CC background.