COLOR #A4D7A8

HEX: #A4D7A8 RGB: (164,215,168)

Color info

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

RGB color model

#A4D7A8 color RGB value is (164,215,168).

RGB: (164,215,168) (64%, 84%, 66%)

RGB channels and saturation

R 164 of 255 = 64%
G 215 of 255 = 84%
B 168 of 255 = 66%

164
215
168

R + G + B ~ 71%. #A4D7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 215 + 168 = 547 (100%)
R 164 of 547 ~ 29.98%
G 215 of 547 ~ 39.31%
B 168 of 547 ~ 30.71'%

%29.98
%39.31
%30.71

CMYK color model

#A4D7A8 color CMYK value is (24,0,22,16).

  • cyan value is 23.72%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 15.69%

CMYK: (24,0,22,16)
C24M0Y22K16 (24%, 0%, 22%, 16%)
(0.24 / 0.00 / 0.22 / 0.16)

CMYK percentages

%23.72
%0
%21.86
%15.69

Codes

Color #A4D7A8 in popluar color models

A4 D7 A8
RGB 164 215 168
HSL 125° 38.93% 74.31%
HSB/HSV 125° 23.72% 84.31%
CMYK 23.72% 0.00% 21.86%
15.69%

Color #A4D7A8 in popluar number systems.

HEX A4 D7 A8
Decimal 164 215 168
Binary 10100100 11010111 10101000
Octal 244 327 250

Shades and tints

Shades of #A4D7A8

#A4D7A8
(164,215,168)
#96C499
(150,196,153)
#88B18A
(136,177,138)
#7A9E7B
(122,158,123)
#6C8B6C
(108,139,108)
#5E785D
(94,120,93)
#50654E
(80,101,78)
#42523F
(66,82,63)
#343F30
(52,63,48)
#262C21
(38,44,33)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #A4D7A8

#A4D7A8
(164,215,168)
#ACDAAF
(172,218,175)
#B4DDB6
(180,221,182)
#BCE0BD
(188,224,189)
#C4E3C4
(196,227,196)
#CCE6CB
(204,230,203)
#D4E9D2
(212,233,210)
#DCECD9
(220,236,217)
#E4EFE0
(228,239,224)
#ECF2E7
(236,242,231)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D7A8; }

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

This text font color is #A4D7A8.

Background Color

.myBgColor { background-color: #A4D7A8; }

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

This div background color is #A4D7A8.

Border color

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

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

This div border color is #A4D7A8.

Opacity

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

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

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

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

This text has shadow with #A4D7A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D7A8.

Preview

Color preview on black background

This text has color #A4D7A8 on black background.


Color preview on white background

This text has color #A4D7A8 on white background.


Black color preview on #A4D7A8 background

This text has black color on #A4D7A8 background.


White color preview on #A4D7A8 background

This text has white color on #A4D7A8 background.


Related colors

Complementary color

Complementary color for #hex is #5B2857.


I love getcolorcode.com

Triadic colors

1 #A8A4D7 and #D7A8A4 with #A4D7A8 are triadic colors.

2 #A8D7A4 and #D7A4A8 with #A4D7A8 are triadic colors.