COLOR #A4DDA9

HEX: #A4DDA9
RGB: (164,221,169)

Color info

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

RGB color model

#A4DDA9 color RGB value is (164,221,169).

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

RGB channels and saturation

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

164
221
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 221 + 169 = 554 (100%)
R 164 of 554 ~ 29.6%
G 221 of 554 ~ 39.89%
B 169 of 554 ~ 30.51%

%29.6
%39.89
%30.51

CMYK color model

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

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

CMYK percentages

%25.79
%0
%23.53
%13.33

Codes

Color #A4DDA9 in popluar color models

A4DDA9
RGB164221169
HSL125°45.60%75.49%
HSB/HSV125°25.79%86.67%
CMYK25.79%0.00%23.53%
13.33%

Color #A4DDA9 in popluar number systems.

HEXA4DDA9
Decimal164221169
Binary101001001101110110101001
Octal244335251

Shades and tints

Shades of #A4DDA9

#A4DDA9
(164,221,169)
#96C99A
(150,201,154)
#88B58B
(136,181,139)
#7AA17C
(122,161,124)
#6C8D6D
(108,141,109)
#5E795E
(94,121,94)
#50654F
(80,101,79)
#425140
(66,81,64)
#343D31
(52,61,49)
#262922
(38,41,34)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4DDA9

#A4DDA9
(164,221,169)
#ACE0B0
(172,224,176)
#B4E3B7
(180,227,183)
#BCE6BE
(188,230,190)
#C4E9C5
(196,233,197)
#CCECCC
(204,236,204)
#D4EFD3
(212,239,211)
#DCF2DA
(220,242,218)
#E4F5E1
(228,245,225)
#ECF8E8
(236,248,232)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DDA9; }

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

This text font color is #A4DDA9.


Background Color

.myBgColor { background-color: #A4DDA9; }

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

This div background color is #A4DDA9.


Border color

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

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

This div border color is #A4DDA9.


Opacity

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

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

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

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

This text has shadow with #A4DDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DDA9 on black background.


Color preview on white background

This text has color #A4DDA9 on white background.



Black color preview on #A4DDA9 background

This text has black color on #A4DDA9 background.


White color preview on #A4DDA9 background

This text has white color on #A4DDA9 background.