COLOR #9ED8C8

HEX: #9ED8C8 RGB: (158,216,200)

Color info

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

RGB color model

#9ED8C8 color RGB value is (158,216,200).

RGB: (158,216,200) (62%, 85%, 78%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 200 of 255 = 78%

158
216
200

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

Portions of RGB colors in percentages

R + G + B = 158 + 216 + 200 = 574 (100%)
R 158 of 574 ~ 27.53%
G 216 of 574 ~ 37.63%
B 200 of 574 ~ 34.84'%

%27.53
%37.63
%34.84

CMYK color model

#9ED8C8 color CMYK value is (27,0,7,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 15.29%
CMYK: (27,0,7,15) C27M0Y7K15 (27%,0%,7%,15%) (0.27/0.00/0.07/0.15) 

CMYK percentages

%26.85
%0
%7.41
%15.29

Codes

Color #9ED8C8 in popluar color models

9E D8 C8
RGB 158 216 200
HSL 163° 42.65% 73.33%
HSB/HSV 163° 26.85% 84.71%
CMYK 26.85% 0.00% 7.41%
15.29%

Color #9ED8C8 in popluar number systems.

HEX 9E D8 C8
Decimal 158 216 200
Binary 10011110 11011000 11001000
Octal 236 330 310

Shades and tints

Shades of #9ED8C8

#9ED8C8
(158,216,200)
#90C5B6
(144,197,182)
#82B2A4
(130,178,164)
#749F92
(116,159,146)
#668C80
(102,140,128)
#58796E
(88,121,110)
#4A665C
(74,102,92)
#3C534A
(60,83,74)
#2E4038
(46,64,56)
#202D26
(32,45,38)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #9ED8C8

#9ED8C8
(158,216,200)
#A6DBCD
(166,219,205)
#AEDED2
(174,222,210)
#B6E1D7
(182,225,215)
#BEE4DC
(190,228,220)
#C6E7E1
(198,231,225)
#CEEAE6
(206,234,230)
#D6EDEB
(214,237,235)
#DEF0F0
(222,240,240)
#E6F3F5
(230,243,245)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED8C8; }

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

This text font color is #9ED8C8.

Background Color

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

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

This div background color is #9ED8C8.

Border color

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

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

This div border color is #9ED8C8.

Opacity

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

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

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

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

This text has shadow with #9ED8C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED8C8.

Preview

Color preview on black background

This text has color #9ED8C8 on black background.


Color preview on white background

This text has color #9ED8C8 on white background.


Black color preview on #9ED8C8 background

This text has black color on #9ED8C8 background.


White color preview on #9ED8C8 background

This text has white color on #9ED8C8 background.


Related colors

Complementary color

Complementary color for #hex is #612737.


I love getcolorcode.com

Triadic colors

1 #C89ED8 and #D8C89E with #9ED8C8 are triadic colors.

2 #C8D89E and #D89EC8 with #9ED8C8 are triadic colors.