COLOR #A4D7AE

HEX: #A4D7AE
RGB: (164,215,174)

Color info

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

RGB color model

#A4D7AE color RGB value is (164,215,174).

  • red value is 164;
  • green value is 215;
  • blue value is 174.
RGB:
(164,215,174)
(64%,84%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 215 of 255 = 84%
B 174 of 255 = 68%

164
215
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 215 + 174 = 553 (100%)
R 164 of 553 ~ 29.66%
G 215 of 553 ~ 38.88%
B 174 of 553 ~ 31.46%

%29.66
%38.88
%31.46

CMYK color model

#A4D7AE color CMYK value is (24,0,19,16).

  • cyan value is 23.72%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(24,0,19,16)
C24M0Y19K16 
(24%,0%,19%,16%)
(0.24/0.00/0.19/0.16)	

CMYK percentages

%23.72
%0
%19.07
%15.69

Codes

Color #A4D7AE in popluar color models

A4D7AE
RGB164215174
HSL132°38.93%74.31%
HSB/HSV132°23.72%84.31%
CMYK23.72%0.00%19.07%
15.69%

Color #A4D7AE in popluar number systems.

HEXA4D7AE
Decimal164215174
Binary101001001101011110101110
Octal244327256

Shades and tints

Shades of #A4D7AE

#A4D7AE
(164,215,174)
#96C49F
(150,196,159)
#88B190
(136,177,144)
#7A9E81
(122,158,129)
#6C8B72
(108,139,114)
#5E7863
(94,120,99)
#506554
(80,101,84)
#425245
(66,82,69)
#343F36
(52,63,54)
#262C27
(38,44,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #A4D7AE

#A4D7AE
(164,215,174)
#ACDAB5
(172,218,181)
#B4DDBC
(180,221,188)
#BCE0C3
(188,224,195)
#C4E3CA
(196,227,202)
#CCE6D1
(204,230,209)
#D4E9D8
(212,233,216)
#DCECDF
(220,236,223)
#E4EFE6
(228,239,230)
#ECF2ED
(236,242,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D7AE color. Also use rgb(164,215,174) instead hex code.

Text Font Color

.myTextColor { color: #A4D7AE; }

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

This text font color is #A4D7AE.


Background Color

.myBgColor { background-color: #A4D7AE; }

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

This div background color is #A4D7AE.


Border color

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

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

This div border color is #A4D7AE.


Opacity

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

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

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

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

This text has shadow with #A4D7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D7AE on black background.


Color preview on white background

This text has color #A4D7AE on white background.



Black color preview on #A4D7AE background

This text has black color on #A4D7AE background.


White color preview on #A4D7AE background

This text has white color on #A4D7AE background.