COLOR #A4DCA9

HEX: #A4DCA9
RGB: (164,220,169)

Color info

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

RGB color model

#A4DCA9 color RGB value is (164,220,169).

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

RGB channels and saturation

R 164 of 255 = 64%
G 220 of 255 = 86%
B 169 of 255 = 66%

164
220
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 220 + 169 = 553 (100%)
R 164 of 553 ~ 29.66%
G 220 of 553 ~ 39.78%
B 169 of 553 ~ 30.56%

%29.66
%39.78
%30.56

CMYK color model

#A4DCA9 color CMYK value is (25,0,23,14).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(25,0,23,14)
C25M0Y23K14 
(25%,0%,23%,14%)
(0.25/0.00/0.23/0.14)	

CMYK percentages

%25.45
%0
%23.18
%13.73

Codes

Color #A4DCA9 in popluar color models

A4DCA9
RGB164220169
HSL125°44.44%75.29%
HSB/HSV125°25.45%86.27%
CMYK25.45%0.00%23.18%
13.73%

Color #A4DCA9 in popluar number systems.

HEXA4DCA9
Decimal164220169
Binary101001001101110010101001
Octal244334251

Shades and tints

Shades of #A4DCA9

#A4DCA9
(164,220,169)
#96C89A
(150,200,154)
#88B48B
(136,180,139)
#7AA07C
(122,160,124)
#6C8C6D
(108,140,109)
#5E785E
(94,120,94)
#50644F
(80,100,79)
#425040
(66,80,64)
#343C31
(52,60,49)
#262822
(38,40,34)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4DCA9

#A4DCA9
(164,220,169)
#ACDFB0
(172,223,176)
#B4E2B7
(180,226,183)
#BCE5BE
(188,229,190)
#C4E8C5
(196,232,197)
#CCEBCC
(204,235,204)
#D4EED3
(212,238,211)
#DCF1DA
(220,241,218)
#E4F4E1
(228,244,225)
#ECF7E8
(236,247,232)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DCA9; }

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

This text font color is #A4DCA9.


Background Color

.myBgColor { background-color: #A4DCA9; }

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

This div background color is #A4DCA9.


Border color

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

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

This div border color is #A4DCA9.


Opacity

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

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

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

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

This text has shadow with #A4DCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DCA9 on black background.


Color preview on white background

This text has color #A4DCA9 on white background.



Black color preview on #A4DCA9 background

This text has black color on #A4DCA9 background.


White color preview on #A4DCA9 background

This text has white color on #A4DCA9 background.