COLOR #A4D9AC

HEX: #A4D9AC
RGB: (164,217,172)

Color info

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

RGB color model

#A4D9AC color RGB value is (164,217,172).

  • red value is 164;
  • green value is 217;
  • blue value is 172.
RGB:
(164,217,172)
(64%,85%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 172 of 255 = 67%

164
217
172

R + G + B ~ 72%. #A4D9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 172 = 553 (100%)
R 164 of 553 ~ 29.66%
G 217 of 553 ~ 39.24%
B 172 of 553 ~ 31.1%

%29.66
%39.24
%31.1

CMYK color model

#A4D9AC color CMYK value is (24,0,21,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 14.90%
CMYK:
(24,0,21,15)
C24M0Y21K15 
(24%,0%,21%,15%)
(0.24/0.00/0.21/0.15)	

CMYK percentages

%24.42
%0
%20.74
%14.9

Codes

Color #A4D9AC in popluar color models

A4D9AC
RGB164217172
HSL129°41.09%74.71%
HSB/HSV129°24.42%85.10%
CMYK24.42%0.00%20.74%
14.90%

Color #A4D9AC in popluar number systems.

HEXA4D9AC
Decimal164217172
Binary101001001101100110101100
Octal244331254

Shades and tints

Shades of #A4D9AC

#A4D9AC
(164,217,172)
#96C69D
(150,198,157)
#88B38E
(136,179,142)
#7AA07F
(122,160,127)
#6C8D70
(108,141,112)
#5E7A61
(94,122,97)
#506752
(80,103,82)
#425443
(66,84,67)
#344134
(52,65,52)
#262E25
(38,46,37)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #A4D9AC

#A4D9AC
(164,217,172)
#ACDCB3
(172,220,179)
#B4DFBA
(180,223,186)
#BCE2C1
(188,226,193)
#C4E5C8
(196,229,200)
#CCE8CF
(204,232,207)
#D4EBD6
(212,235,214)
#DCEEDD
(220,238,221)
#E4F1E4
(228,241,228)
#ECF4EB
(236,244,235)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D9AC; }

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

This text font color is #A4D9AC.


Background Color

.myBgColor { background-color: #A4D9AC; }

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

This div background color is #A4D9AC.


Border color

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

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

This div border color is #A4D9AC.


Opacity

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

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

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

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

This text has shadow with #A4D9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D9AC on black background.


Color preview on white background

This text has color #A4D9AC on white background.



Black color preview on #A4D9AC background

This text has black color on #A4D9AC background.


White color preview on #A4D9AC background

This text has white color on #A4D9AC background.