COLOR #9ECAB1

HEX: #9ECAB1
RGB: (158,202,177)

Color info

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

RGB color model

#9ECAB1 color RGB value is (158,202,177).

  • red value is 158;
  • green value is 202;
  • blue value is 177.
RGB:
(158,202,177)
(62%,79%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 177 of 255 = 69%

158
202
177

R + G + B ~ 70%. #9ECAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 202 + 177 = 537 (100%)
R 158 of 537 ~ 29.42%
G 202 of 537 ~ 37.62%
B 177 of 537 ~ 32.96%

%29.42
%37.62
%32.96

CMYK color model

#9ECAB1 color CMYK value is (22,0,12,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%
CMYK:
(22,0,12,21)
C22M0Y12K21 
(22%,0%,12%,21%)
(0.22/0.00/0.12/0.21)	

CMYK percentages

%21.78
%0
%12.38
%20.78

Codes

Color #9ECAB1 in popluar color models

9ECAB1
RGB158202177
HSL146°29.33%70.59%
HSB/HSV146°21.78%79.22%
CMYK21.78%0.00%12.38%
20.78%

Color #9ECAB1 in popluar number systems.

HEX9ECAB1
Decimal158202177
Binary100111101100101010110001
Octal236312261

Shades and tints

Shades of #9ECAB1

#9ECAB1
(158,202,177)
#90B8A1
(144,184,161)
#82A691
(130,166,145)
#749481
(116,148,129)
#668271
(102,130,113)
#587061
(88,112,97)
#4A5E51
(74,94,81)
#3C4C41
(60,76,65)
#2E3A31
(46,58,49)
#202821
(32,40,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #9ECAB1

#9ECAB1
(158,202,177)
#A6CEB8
(166,206,184)
#AED2BF
(174,210,191)
#B6D6C6
(182,214,198)
#BEDACD
(190,218,205)
#C6DED4
(198,222,212)
#CEE2DB
(206,226,219)
#D6E6E2
(214,230,226)
#DEEAE9
(222,234,233)
#E6EEF0
(230,238,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECAB1 color. Also use rgb(158,202,177) instead hex code.

Text Font Color

.myTextColor { color: #9ECAB1; }

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

This text font color is #9ECAB1.


Background Color

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

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

This div background color is #9ECAB1.


Border color

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

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

This div border color is #9ECAB1.


Opacity

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

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

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

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

This text has shadow with #9ECAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECAB1 on black background.


Color preview on white background

This text has color #9ECAB1 on white background.



Black color preview on #9ECAB1 background

This text has black color on #9ECAB1 background.


White color preview on #9ECAB1 background

This text has white color on #9ECAB1 background.