COLOR #9ECAA3

HEX: #9ECAA3
RGB: (158,202,163)

Color info

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

RGB color model

#9ECAA3 color RGB value is (158,202,163).

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

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 163 of 255 = 64%

158
202
163

R + G + B ~ 68%. #9ECAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 202 + 163 = 523 (100%)
R 158 of 523 ~ 30.21%
G 202 of 523 ~ 38.62%
B 163 of 523 ~ 31.17%

%30.21
%38.62
%31.17

CMYK color model

#9ECAA3 color CMYK value is (22,0,19,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%
CMYK:
(22,0,19,21)
C22M0Y19K21 
(22%,0%,19%,21%)
(0.22/0.00/0.19/0.21)	

CMYK percentages

%21.78
%0
%19.31
%20.78

Codes

Color #9ECAA3 in popluar color models

9ECAA3
RGB158202163
HSL127°29.33%70.59%
HSB/HSV127°21.78%79.22%
CMYK21.78%0.00%19.31%
20.78%

Color #9ECAA3 in popluar number systems.

HEX9ECAA3
Decimal158202163
Binary100111101100101010100011
Octal236312243

Shades and tints

Shades of #9ECAA3

#9ECAA3
(158,202,163)
#90B895
(144,184,149)
#82A687
(130,166,135)
#749479
(116,148,121)
#66826B
(102,130,107)
#58705D
(88,112,93)
#4A5E4F
(74,94,79)
#3C4C41
(60,76,65)
#2E3A33
(46,58,51)
#202825
(32,40,37)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #9ECAA3

#9ECAA3
(158,202,163)
#A6CEAB
(166,206,171)
#AED2B3
(174,210,179)
#B6D6BB
(182,214,187)
#BEDAC3
(190,218,195)
#C6DECB
(198,222,203)
#CEE2D3
(206,226,211)
#D6E6DB
(214,230,219)
#DEEAE3
(222,234,227)
#E6EEEB
(230,238,235)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECAA3; }

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

This text font color is #9ECAA3.


Background Color

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

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

This div background color is #9ECAA3.


Border color

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

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

This div border color is #9ECAA3.


Opacity

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

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

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

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

This text has shadow with #9ECAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECAA3 on black background.


Color preview on white background

This text has color #9ECAA3 on white background.



Black color preview on #9ECAA3 background

This text has black color on #9ECAA3 background.


White color preview on #9ECAA3 background

This text has white color on #9ECAA3 background.