COLOR #9ECAB3

HEX: #9ECAB3
RGB: (158,202,179)

Color info

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

RGB color model

#9ECAB3 color RGB value is (158,202,179).

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

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 179 of 255 = 70%

158
202
179

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

Portions of RGB colors in percentages

R + G + B =
158 + 202 + 179 = 539 (100%)
R 158 of 539 ~ 29.31%
G 202 of 539 ~ 37.48%
B 179 of 539 ~ 33.21%

%29.31
%37.48
%33.21

CMYK color model

#9ECAB3 color CMYK value is (22,0,11,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 20.78%
CMYK:
(22,0,11,21)
C22M0Y11K21 
(22%,0%,11%,21%)
(0.22/0.00/0.11/0.21)	

CMYK percentages

%21.78
%0
%11.39
%20.78

Codes

Color #9ECAB3 in popluar color models

9ECAB3
RGB158202179
HSL149°29.33%70.59%
HSB/HSV149°21.78%79.22%
CMYK21.78%0.00%11.39%
20.78%

Color #9ECAB3 in popluar number systems.

HEX9ECAB3
Decimal158202179
Binary100111101100101010110011
Octal236312263

Shades and tints

Shades of #9ECAB3

#9ECAB3
(158,202,179)
#90B8A3
(144,184,163)
#82A693
(130,166,147)
#749483
(116,148,131)
#668273
(102,130,115)
#587063
(88,112,99)
#4A5E53
(74,94,83)
#3C4C43
(60,76,67)
#2E3A33
(46,58,51)
#202823
(32,40,35)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9ECAB3

#9ECAB3
(158,202,179)
#A6CEB9
(166,206,185)
#AED2BF
(174,210,191)
#B6D6C5
(182,214,197)
#BEDACB
(190,218,203)
#C6DED1
(198,222,209)
#CEE2D7
(206,226,215)
#D6E6DD
(214,230,221)
#DEEAE3
(222,234,227)
#E6EEE9
(230,238,233)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECAB3; }

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

This text font color is #9ECAB3.


Background Color

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

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

This div background color is #9ECAB3.


Border color

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

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

This div border color is #9ECAB3.


Opacity

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

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

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

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

This text has shadow with #9ECAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECAB3 on black background.


Color preview on white background

This text has color #9ECAB3 on white background.



Black color preview on #9ECAB3 background

This text has black color on #9ECAB3 background.


White color preview on #9ECAB3 background

This text has white color on #9ECAB3 background.