COLOR #9ED9C2

HEX: #9ED9C2
RGB: (158,217,194)

Color info

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

RGB color model

#9ED9C2 color RGB value is (158,217,194).

  • red value is 158;
  • green value is 217;
  • blue value is 194.
RGB:
(158,217,194)
(62%,85%,76%)

RGB channels and saturation

R 158 of 255 = 62%
G 217 of 255 = 85%
B 194 of 255 = 76%

158
217
194

R + G + B ~ 74%. #9ED9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 217 + 194 = 569 (100%)
R 158 of 569 ~ 27.77%
G 217 of 569 ~ 38.14%
B 194 of 569 ~ 34.09%

%27.77
%38.14
%34.09

CMYK color model

#9ED9C2 color CMYK value is (27,0,11,15).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 14.90%
CMYK:
(27,0,11,15)
C27M0Y11K15 
(27%,0%,11%,15%)
(0.27/0.00/0.11/0.15)	

CMYK percentages

%27.19
%0
%10.6
%14.9

Codes

Color #9ED9C2 in popluar color models

9ED9C2
RGB158217194
HSL157°43.70%73.53%
HSB/HSV157°27.19%85.10%
CMYK27.19%0.00%10.60%
14.90%

Color #9ED9C2 in popluar number systems.

HEX9ED9C2
Decimal158217194
Binary100111101101100111000010
Octal236331302

Shades and tints

Shades of #9ED9C2

#9ED9C2
(158,217,194)
#90C6B1
(144,198,177)
#82B3A0
(130,179,160)
#74A08F
(116,160,143)
#668D7E
(102,141,126)
#587A6D
(88,122,109)
#4A675C
(74,103,92)
#3C544B
(60,84,75)
#2E413A
(46,65,58)
#202E29
(32,46,41)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #9ED9C2

#9ED9C2
(158,217,194)
#A6DCC7
(166,220,199)
#AEDFCC
(174,223,204)
#B6E2D1
(182,226,209)
#BEE5D6
(190,229,214)
#C6E8DB
(198,232,219)
#CEEBE0
(206,235,224)
#D6EEE5
(214,238,229)
#DEF1EA
(222,241,234)
#E6F4EF
(230,244,239)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED9C2 color. Also use rgb(158,217,194) instead hex code.

Text Font Color

.myTextColor { color: #9ED9C2; }

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

This text font color is #9ED9C2.


Background Color

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

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

This div background color is #9ED9C2.


Border color

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

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

This div border color is #9ED9C2.


Opacity

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

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

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

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

This text has shadow with #9ED9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED9C2 on black background.


Color preview on white background

This text has color #9ED9C2 on white background.



Black color preview on #9ED9C2 background

This text has black color on #9ED9C2 background.


White color preview on #9ED9C2 background

This text has white color on #9ED9C2 background.