COLOR #9EDCC2

HEX: #9EDCC2
RGB: (158,220,194)

Color info

#9EDCC2 contains mainly green and blue colors. Web safe color of #9EDCC2 is #99CCCC (or #9CC).

RGB color model

#9EDCC2 color RGB value is (158,220,194).

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

RGB channels and saturation

R 158 of 255 = 62%
G 220 of 255 = 86%
B 194 of 255 = 76%

158
220
194

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

Portions of RGB colors in percentages

R + G + B =
158 + 220 + 194 = 572 (100%)
R 158 of 572 ~ 27.62%
G 220 of 572 ~ 38.46%
B 194 of 572 ~ 33.92%

%27.62
%38.46
%33.92

CMYK color model

#9EDCC2 color CMYK value is (28,0,12,14).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 13.73%
CMYK:
(28,0,12,14)
C28M0Y12K14 
(28%,0%,12%,14%)
(0.28/0.00/0.12/0.14)	

CMYK percentages

%28.18
%0
%11.82
%13.73

Codes

Color #9EDCC2 in popluar color models

9EDCC2
RGB158220194
HSL155°46.97%74.12%
HSB/HSV155°28.18%86.27%
CMYK28.18%0.00%11.82%
13.73%

Color #9EDCC2 in popluar number systems.

HEX9EDCC2
Decimal158220194
Binary100111101101110011000010
Octal236334302

Shades and tints

Shades of #9EDCC2

#9EDCC2
(158,220,194)
#90C8B1
(144,200,177)
#82B4A0
(130,180,160)
#74A08F
(116,160,143)
#668C7E
(102,140,126)
#58786D
(88,120,109)
#4A645C
(74,100,92)
#3C504B
(60,80,75)
#2E3C3A
(46,60,58)
#202829
(32,40,41)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #9EDCC2

#9EDCC2
(158,220,194)
#A6DFC7
(166,223,199)
#AEE2CC
(174,226,204)
#B6E5D1
(182,229,209)
#BEE8D6
(190,232,214)
#C6EBDB
(198,235,219)
#CEEEE0
(206,238,224)
#D6F1E5
(214,241,229)
#DEF4EA
(222,244,234)
#E6F7EF
(230,247,239)
#EEFAF4
(238,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDCC2; }

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

This text font color is #9EDCC2.


Background Color

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

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

This div background color is #9EDCC2.


Border color

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

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

This div border color is #9EDCC2.


Opacity

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

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

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

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

This text has shadow with #9EDCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDCC2 on black background.


Color preview on white background

This text has color #9EDCC2 on white background.



Black color preview on #9EDCC2 background

This text has black color on #9EDCC2 background.


White color preview on #9EDCC2 background

This text has white color on #9EDCC2 background.