COLOR #9ECCC9

HEX: #9ECCC9
RGB: (158,204,201)

Color info

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

RGB color model

#9ECCC9 color RGB value is (158,204,201).

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

RGB channels and saturation

R 158 of 255 = 62%
G 204 of 255 = 80%
B 201 of 255 = 79%

158
204
201

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

Portions of RGB colors in percentages

R + G + B =
158 + 204 + 201 = 563 (100%)
R 158 of 563 ~ 28.06%
G 204 of 563 ~ 36.23%
B 201 of 563 ~ 35.7%

%28.06
%36.23
%35.7

CMYK color model

#9ECCC9 color CMYK value is (23,0,1,20).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 20.00%
CMYK:
(23,0,1,20)
C23M0Y1K20 
(23%,0%,1%,20%)
(0.23/0.00/0.01/0.20)	

CMYK percentages

%22.55
%0
%1.47
%20

Codes

Color #9ECCC9 in popluar color models

9ECCC9
RGB158204201
HSL176°31.08%70.98%
HSB/HSV176°22.55%80.00%
CMYK22.55%0.00%1.47%
20.00%

Color #9ECCC9 in popluar number systems.

HEX9ECCC9
Decimal158204201
Binary100111101100110011001001
Octal236314311

Shades and tints

Shades of #9ECCC9

#9ECCC9
(158,204,201)
#90BAB7
(144,186,183)
#82A8A5
(130,168,165)
#749693
(116,150,147)
#668481
(102,132,129)
#58726F
(88,114,111)
#4A605D
(74,96,93)
#3C4E4B
(60,78,75)
#2E3C39
(46,60,57)
#202A27
(32,42,39)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #9ECCC9

#9ECCC9
(158,204,201)
#A6D0CD
(166,208,205)
#AED4D1
(174,212,209)
#B6D8D5
(182,216,213)
#BEDCD9
(190,220,217)
#C6E0DD
(198,224,221)
#CEE4E1
(206,228,225)
#D6E8E5
(214,232,229)
#DEECE9
(222,236,233)
#E6F0ED
(230,240,237)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECCC9; }

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

This text font color is #9ECCC9.


Background Color

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

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

This div background color is #9ECCC9.


Border color

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

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

This div border color is #9ECCC9.


Opacity

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

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

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

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

This text has shadow with #9ECCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECCC9 on black background.


Color preview on white background

This text has color #9ECCC9 on white background.



Black color preview on #9ECCC9 background

This text has black color on #9ECCC9 background.


White color preview on #9ECCC9 background

This text has white color on #9ECCC9 background.