COLOR #9ECFA4

HEX: #9ECFA4
RGB: (158,207,164)

Color info

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

RGB color model

#9ECFA4 color RGB value is (158,207,164).

  • red value is 158;
  • green value is 207;
  • blue value is 164.
RGB:
(158,207,164)
(62%,81%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 207 of 255 = 81%
B 164 of 255 = 64%

158
207
164

R + G + B ~ 69%. #9ECFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 207 + 164 = 529 (100%)
R 158 of 529 ~ 29.87%
G 207 of 529 ~ 39.13%
B 164 of 529 ~ 31%

%29.87
%39.13
%31

CMYK color model

#9ECFA4 color CMYK value is (24,0,21,19).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 18.82%
CMYK:
(24,0,21,19)
C24M0Y21K19 
(24%,0%,21%,19%)
(0.24/0.00/0.21/0.19)	

CMYK percentages

%23.67
%0
%20.77
%18.82

Codes

Color #9ECFA4 in popluar color models

9ECFA4
RGB158207164
HSL127°33.79%71.57%
HSB/HSV127°23.67%81.18%
CMYK23.67%0.00%20.77%
18.82%

Color #9ECFA4 in popluar number systems.

HEX9ECFA4
Decimal158207164
Binary100111101100111110100100
Octal236317244

Shades and tints

Shades of #9ECFA4

#9ECFA4
(158,207,164)
#90BD96
(144,189,150)
#82AB88
(130,171,136)
#74997A
(116,153,122)
#66876C
(102,135,108)
#58755E
(88,117,94)
#4A6350
(74,99,80)
#3C5142
(60,81,66)
#2E3F34
(46,63,52)
#202D26
(32,45,38)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #9ECFA4

#9ECFA4
(158,207,164)
#A6D3AC
(166,211,172)
#AED7B4
(174,215,180)
#B6DBBC
(182,219,188)
#BEDFC4
(190,223,196)
#C6E3CC
(198,227,204)
#CEE7D4
(206,231,212)
#D6EBDC
(214,235,220)
#DEEFE4
(222,239,228)
#E6F3EC
(230,243,236)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECFA4 color. Also use rgb(158,207,164) instead hex code.

Text Font Color

.myTextColor { color: #9ECFA4; }

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

This text font color is #9ECFA4.


Background Color

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

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

This div background color is #9ECFA4.


Border color

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

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

This div border color is #9ECFA4.


Opacity

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

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

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

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

This text has shadow with #9ECFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECFA4 on black background.


Color preview on white background

This text has color #9ECFA4 on white background.



Black color preview on #9ECFA4 background

This text has black color on #9ECFA4 background.


White color preview on #9ECFA4 background

This text has white color on #9ECFA4 background.