COLOR #9ECBB2

HEX: #9ECBB2
RGB: (158,203,178)

Color info

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

RGB color model

#9ECBB2 color RGB value is (158,203,178).

  • red value is 158;
  • green value is 203;
  • blue value is 178.
RGB:
(158,203,178)
(62%,80%,70%)

RGB channels and saturation

R 158 of 255 = 62%
G 203 of 255 = 80%
B 178 of 255 = 70%

158
203
178

R + G + B ~ 71%. #9ECBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 203 + 178 = 539 (100%)
R 158 of 539 ~ 29.31%
G 203 of 539 ~ 37.66%
B 178 of 539 ~ 33.02%

%29.31
%37.66
%33.02

CMYK color model

#9ECBB2 color CMYK value is (22,0,12,20).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 20.39%
CMYK:
(22,0,12,20)
C22M0Y12K20 
(22%,0%,12%,20%)
(0.22/0.00/0.12/0.20)	

CMYK percentages

%22.17
%0
%12.32
%20.39

Codes

Color #9ECBB2 in popluar color models

9ECBB2
RGB158203178
HSL147°30.20%70.78%
HSB/HSV147°22.17%79.61%
CMYK22.17%0.00%12.32%
20.39%

Color #9ECBB2 in popluar number systems.

HEX9ECBB2
Decimal158203178
Binary100111101100101110110010
Octal236313262

Shades and tints

Shades of #9ECBB2

#9ECBB2
(158,203,178)
#90B9A2
(144,185,162)
#82A792
(130,167,146)
#749582
(116,149,130)
#668372
(102,131,114)
#587162
(88,113,98)
#4A5F52
(74,95,82)
#3C4D42
(60,77,66)
#2E3B32
(46,59,50)
#202922
(32,41,34)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #9ECBB2

#9ECBB2
(158,203,178)
#A6CFB9
(166,207,185)
#AED3C0
(174,211,192)
#B6D7C7
(182,215,199)
#BEDBCE
(190,219,206)
#C6DFD5
(198,223,213)
#CEE3DC
(206,227,220)
#D6E7E3
(214,231,227)
#DEEBEA
(222,235,234)
#E6EFF1
(230,239,241)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECBB2 color. Also use rgb(158,203,178) instead hex code.

Text Font Color

.myTextColor { color: #9ECBB2; }

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

This text font color is #9ECBB2.


Background Color

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

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

This div background color is #9ECBB2.


Border color

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

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

This div border color is #9ECBB2.


Opacity

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

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

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

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

This text has shadow with #9ECBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECBB2 on black background.


Color preview on white background

This text has color #9ECBB2 on white background.



Black color preview on #9ECBB2 background

This text has black color on #9ECBB2 background.


White color preview on #9ECBB2 background

This text has white color on #9ECBB2 background.