COLOR #A4DFA9

HEX: #A4DFA9
RGB: (164,223,169)

Color info

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

RGB color model

#A4DFA9 color RGB value is (164,223,169).

  • red value is 164;
  • green value is 223;
  • blue value is 169.
RGB:
(164,223,169)
(64%,87%,66%)

RGB channels and saturation

R 164 of 255 = 64%
G 223 of 255 = 87%
B 169 of 255 = 66%

164
223
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 223 + 169 = 556 (100%)
R 164 of 556 ~ 29.5%
G 223 of 556 ~ 40.11%
B 169 of 556 ~ 30.4%

%29.5
%40.11
%30.4

CMYK color model

#A4DFA9 color CMYK value is (26,0,24,13).

  • cyan value is 26.46%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(26,0,24,13)
C26M0Y24K13 
(26%,0%,24%,13%)
(0.26/0.00/0.24/0.13)	

CMYK percentages

%26.46
%0
%24.22
%12.55

Codes

Color #A4DFA9 in popluar color models

A4DFA9
RGB164223169
HSL125°47.97%75.88%
HSB/HSV125°26.46%87.45%
CMYK26.46%0.00%24.22%
12.55%

Color #A4DFA9 in popluar number systems.

HEXA4DFA9
Decimal164223169
Binary101001001101111110101001
Octal244337251

Shades and tints

Shades of #A4DFA9

#A4DFA9
(164,223,169)
#96CB9A
(150,203,154)
#88B78B
(136,183,139)
#7AA37C
(122,163,124)
#6C8F6D
(108,143,109)
#5E7B5E
(94,123,94)
#50674F
(80,103,79)
#425340
(66,83,64)
#343F31
(52,63,49)
#262B22
(38,43,34)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4DFA9

#A4DFA9
(164,223,169)
#ACE1B0
(172,225,176)
#B4E3B7
(180,227,183)
#BCE5BE
(188,229,190)
#C4E7C5
(196,231,197)
#CCE9CC
(204,233,204)
#D4EBD3
(212,235,211)
#DCEDDA
(220,237,218)
#E4EFE1
(228,239,225)
#ECF1E8
(236,241,232)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DFA9; }

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

This text font color is #A4DFA9.


Background Color

.myBgColor { background-color: #A4DFA9; }

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

This div background color is #A4DFA9.


Border color

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

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

This div border color is #A4DFA9.


Opacity

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

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

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

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

This text has shadow with #A4DFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DFA9 on black background.


Color preview on white background

This text has color #A4DFA9 on white background.



Black color preview on #A4DFA9 background

This text has black color on #A4DFA9 background.


White color preview on #A4DFA9 background

This text has white color on #A4DFA9 background.