COLOR #A4CEA4

HEX: #A4CEA4
RGB: (164,206,164)

Color info

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

RGB color model

#A4CEA4 color RGB value is (164,206,164).

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

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 164 of 255 = 64%

164
206
164

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

Portions of RGB colors in percentages

R + G + B =
164 + 206 + 164 = 534 (100%)
R 164 of 534 ~ 30.71%
G 206 of 534 ~ 38.58%
B 164 of 534 ~ 30.71%

%30.71
%38.58
%30.71

CMYK color model

#A4CEA4 color CMYK value is (20,0,20,19).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 19.22%
CMYK:
(20,0,20,19)
C20M0Y20K19 
(20%,0%,20%,19%)
(0.20/0.00/0.20/0.19)	

CMYK percentages

%20.39
%0
%20.39
%19.22

Codes

Color #A4CEA4 in popluar color models

A4CEA4
RGB164206164
HSL120°30.00%72.55%
HSB/HSV120°20.39%80.78%
CMYK20.39%0.00%20.39%
19.22%

Color #A4CEA4 in popluar number systems.

HEXA4CEA4
Decimal164206164
Binary101001001100111010100100
Octal244316244

Shades and tints

Shades of #A4CEA4

#A4CEA4
(164,206,164)
#96BC96
(150,188,150)
#88AA88
(136,170,136)
#7A987A
(122,152,122)
#6C866C
(108,134,108)
#5E745E
(94,116,94)
#506250
(80,98,80)
#425042
(66,80,66)
#343E34
(52,62,52)
#262C26
(38,44,38)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #A4CEA4

#A4CEA4
(164,206,164)
#ACD2AC
(172,210,172)
#B4D6B4
(180,214,180)
#BCDABC
(188,218,188)
#C4DEC4
(196,222,196)
#CCE2CC
(204,226,204)
#D4E6D4
(212,230,212)
#DCEADC
(220,234,220)
#E4EEE4
(228,238,228)
#ECF2EC
(236,242,236)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CEA4 color. Also use rgb(164,206,164) instead hex code.

Text Font Color

.myTextColor { color: #A4CEA4; }

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

This text font color is #A4CEA4.


Background Color

.myBgColor { background-color: #A4CEA4; }

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

This div background color is #A4CEA4.


Border color

.myBorderColor { border: 1px solid #A4CEA4; }

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

This div border color is #A4CEA4.


Opacity

.myOpacity80 { color: #A4CEA4; opacity: 0.8; }

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

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

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

This text has shadow with #A4CEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CEA4 on black background.


Color preview on white background

This text has color #A4CEA4 on white background.



Black color preview on #A4CEA4 background

This text has black color on #A4CEA4 background.


White color preview on #A4CEA4 background

This text has white color on #A4CEA4 background.