COLOR #9ED2CC

HEX: #9ED2CC RGB: (158,210,204)

Color info

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

RGB color model

#9ED2CC color RGB value is (158,210,204).

RGB: (158,210,204) (62%, 82%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 204 of 255 = 80%

158
210
204

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

Portions of RGB colors in percentages

R + G + B = 158 + 210 + 204 = 572 (100%)
R 158 of 572 ~ 27.62%
G 210 of 572 ~ 36.71%
B 204 of 572 ~ 35.66'%

%27.62
%36.71
%35.66

CMYK color model

#9ED2CC color CMYK value is (25,0,3,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%

CMYK: (25,0,3,18)
C25M0Y3K18 (25%, 0%, 3%, 18%)
(0.25 / 0.00 / 0.03 / 0.18)

CMYK percentages

%24.76
%0
%2.86
%17.65

Codes

Color #9ED2CC in popluar color models

9E D2 CC
RGB 158 210 204
HSL 173° 36.62% 72.16%
HSB/HSV 173° 24.76% 82.35%
CMYK 24.76% 0.00% 2.86%
17.65%

Color #9ED2CC in popluar number systems.

HEX 9E D2 CC
Decimal 158 210 204
Binary 10011110 11010010 11001100
Octal 236 322 314

Shades and tints

Shades of #9ED2CC

#9ED2CC
(158,210,204)
#90BFBA
(144,191,186)
#82ACA8
(130,172,168)
#749996
(116,153,150)
#668684
(102,134,132)
#587372
(88,115,114)
#4A6060
(74,96,96)
#3C4D4E
(60,77,78)
#2E3A3C
(46,58,60)
#20272A
(32,39,42)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #9ED2CC

#9ED2CC
(158,210,204)
#A6D6D0
(166,214,208)
#AEDAD4
(174,218,212)
#B6DED8
(182,222,216)
#BEE2DC
(190,226,220)
#C6E6E0
(198,230,224)
#CEEAE4
(206,234,228)
#D6EEE8
(214,238,232)
#DEF2EC
(222,242,236)
#E6F6F0
(230,246,240)
#EEFAF4
(238,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED2CC; }

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

This text font color is #9ED2CC.

Background Color

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

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

This div background color is #9ED2CC.

Border color

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

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

This div border color is #9ED2CC.

Opacity

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

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

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

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

This text has shadow with #9ED2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED2CC.

Preview

Color preview on black background

This text has color #9ED2CC on black background.


Color preview on white background

This text has color #9ED2CC on white background.


Black color preview on #9ED2CC background

This text has black color on #9ED2CC background.


White color preview on #9ED2CC background

This text has white color on #9ED2CC background.


Related colors

Complementary color

Complementary color for #hex is #612D33.


I love getcolorcode.com

Triadic colors

1 #CC9ED2 and #D2CC9E with #9ED2CC are triadic colors.

2 #CCD29E and #D29ECC with #9ED2CC are triadic colors.