COLOR #A4D4AD

HEX: #A4D4AD
RGB: (164,212,173)

Color info

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

RGB color model

#A4D4AD color RGB value is (164,212,173).

  • red value is 164;
  • green value is 212;
  • blue value is 173.
RGB:
(164,212,173)
(64%,83%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 212 of 255 = 83%
B 173 of 255 = 68%

164
212
173

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

Portions of RGB colors in percentages

R + G + B =
164 + 212 + 173 = 549 (100%)
R 164 of 549 ~ 29.87%
G 212 of 549 ~ 38.62%
B 173 of 549 ~ 31.51%

%29.87
%38.62
%31.51

CMYK color model

#A4D4AD color CMYK value is (23,0,18,17).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(23,0,18,17)
C23M0Y18K17 
(23%,0%,18%,17%)
(0.23/0.00/0.18/0.17)	

CMYK percentages

%22.64
%0
%18.4
%16.86

Codes

Color #A4D4AD in popluar color models

A4D4AD
RGB164212173
HSL131°35.82%73.73%
HSB/HSV131°22.64%83.14%
CMYK22.64%0.00%18.40%
16.86%

Color #A4D4AD in popluar number systems.

HEXA4D4AD
Decimal164212173
Binary101001001101010010101101
Octal244324255

Shades and tints

Shades of #A4D4AD

#A4D4AD
(164,212,173)
#96C19E
(150,193,158)
#88AE8F
(136,174,143)
#7A9B80
(122,155,128)
#6C8871
(108,136,113)
#5E7562
(94,117,98)
#506253
(80,98,83)
#424F44
(66,79,68)
#343C35
(52,60,53)
#262926
(38,41,38)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #A4D4AD

#A4D4AD
(164,212,173)
#ACD7B4
(172,215,180)
#B4DABB
(180,218,187)
#BCDDC2
(188,221,194)
#C4E0C9
(196,224,201)
#CCE3D0
(204,227,208)
#D4E6D7
(212,230,215)
#DCE9DE
(220,233,222)
#E4ECE5
(228,236,229)
#ECEFEC
(236,239,236)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D4AD; }

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

This text font color is #A4D4AD.


Background Color

.myBgColor { background-color: #A4D4AD; }

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

This div background color is #A4D4AD.


Border color

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

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

This div border color is #A4D4AD.


Opacity

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

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

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

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

This text has shadow with #A4D4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D4AD on black background.


Color preview on white background

This text has color #A4D4AD on white background.



Black color preview on #A4D4AD background

This text has black color on #A4D4AD background.


White color preview on #A4D4AD background

This text has white color on #A4D4AD background.