COLOR #A4CCA4

HEX: #A4CCA4
RGB: (164,204,164)

Color info

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

RGB color model

#A4CCA4 color RGB value is (164,204,164).

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

RGB channels and saturation

R 164 of 255 = 64%
G 204 of 255 = 80%
B 164 of 255 = 64%

164
204
164

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

Portions of RGB colors in percentages

R + G + B =
164 + 204 + 164 = 532 (100%)
R 164 of 532 ~ 30.83%
G 204 of 532 ~ 38.35%
B 164 of 532 ~ 30.83%

%30.83
%38.35
%30.83

CMYK color model

#A4CCA4 color CMYK value is (20,0,20,20).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 20.00%
CMYK:
(20,0,20,20)
C20M0Y20K20 
(20%,0%,20%,20%)
(0.20/0.00/0.20/0.20)	

CMYK percentages

%19.61
%0
%19.61
%20

Codes

Color #A4CCA4 in popluar color models

A4CCA4
RGB164204164
HSL120°28.17%72.16%
HSB/HSV120°19.61%80.00%
CMYK19.61%0.00%19.61%
20.00%

Color #A4CCA4 in popluar number systems.

HEXA4CCA4
Decimal164204164
Binary101001001100110010100100
Octal244314244

Shades and tints

Shades of #A4CCA4

#A4CCA4
(164,204,164)
#96BA96
(150,186,150)
#88A888
(136,168,136)
#7A967A
(122,150,122)
#6C846C
(108,132,108)
#5E725E
(94,114,94)
#506050
(80,96,80)
#424E42
(66,78,66)
#343C34
(52,60,52)
#262A26
(38,42,38)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #A4CCA4

#A4CCA4
(164,204,164)
#ACD0AC
(172,208,172)
#B4D4B4
(180,212,180)
#BCD8BC
(188,216,188)
#C4DCC4
(196,220,196)
#CCE0CC
(204,224,204)
#D4E4D4
(212,228,212)
#DCE8DC
(220,232,220)
#E4ECE4
(228,236,228)
#ECF0EC
(236,240,236)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CCA4; }

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

This text font color is #A4CCA4.


Background Color

.myBgColor { background-color: #A4CCA4; }

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

This div background color is #A4CCA4.


Border color

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

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

This div border color is #A4CCA4.


Opacity

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

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

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

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

This text has shadow with #A4CCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CCA4 on black background.


Color preview on white background

This text has color #A4CCA4 on white background.



Black color preview on #A4CCA4 background

This text has black color on #A4CCA4 background.


White color preview on #A4CCA4 background

This text has white color on #A4CCA4 background.