COLOR #A4D0AC

HEX: #A4D0AC RGB: (164,208,172)

Color info

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

RGB color model

#A4D0AC color RGB value is (164,208,172).

RGB: (164,208,172) (64%, 82%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 208 of 255 = 82%
B 172 of 255 = 67%

164
208
172

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

Portions of RGB colors in percentages

R + G + B = 164 + 208 + 172 = 544 (100%)
R 164 of 544 ~ 30.15%
G 208 of 544 ~ 38.24%
B 172 of 544 ~ 31.62'%

%30.15
%38.24
%31.62

CMYK color model

#A4D0AC color CMYK value is (21,0,17,18).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 18.43%
CMYK: (21,0,17,18) C21M0Y17K18 (21%,0%,17%,18%) (0.21/0.00/0.17/0.18) 

CMYK percentages

%21.15
%0
%17.31
%18.43

Codes

Color #A4D0AC in popluar color models

A4 D0 AC
RGB 164 208 172
HSL 131° 31.88% 72.94%
HSB/HSV 131° 21.15% 81.57%
CMYK 21.15% 0.00% 17.31%
18.43%

Color #A4D0AC in popluar number systems.

HEX A4 D0 AC
Decimal 164 208 172
Binary 10100100 11010000 10101100
Octal 244 320 254

Shades and tints

Shades of #A4D0AC

#A4D0AC
(164,208,172)
#96BE9D
(150,190,157)
#88AC8E
(136,172,142)
#7A9A7F
(122,154,127)
#6C8870
(108,136,112)
#5E7661
(94,118,97)
#506452
(80,100,82)
#425243
(66,82,67)
#344034
(52,64,52)
#262E25
(38,46,37)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #A4D0AC

#A4D0AC
(164,208,172)
#ACD4B3
(172,212,179)
#B4D8BA
(180,216,186)
#BCDCC1
(188,220,193)
#C4E0C8
(196,224,200)
#CCE4CF
(204,228,207)
#D4E8D6
(212,232,214)
#DCECDD
(220,236,221)
#E4F0E4
(228,240,228)
#ECF4EB
(236,244,235)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D0AC color. Also use rgb(164,208,172) instead hex code.

Text Font Color

.myTextColor { color: #A4D0AC; }

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

This text font color is #A4D0AC.

Background Color

.myBgColor { background-color: #A4D0AC; }

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

This div background color is #A4D0AC.

Border color

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

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

This div border color is #A4D0AC.

Opacity

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

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

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

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

This text has shadow with #A4D0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D0AC.

Preview

Color preview on black background

This text has color #A4D0AC on black background.


Color preview on white background

This text has color #A4D0AC on white background.


Black color preview on #A4D0AC background

This text has black color on #A4D0AC background.


White color preview on #A4D0AC background

This text has white color on #A4D0AC background.


Related colors

Complementary color

Complementary color for #hex is #5B2F53.


I love getcolorcode.com

Triadic colors

1 #ACA4D0 and #D0ACA4 with #A4D0AC are triadic colors.

2 #ACD0A4 and #D0A4AC with #A4D0AC are triadic colors.