COLOR #A4D2CC

HEX: #A4D2CC RGB: (164,210,204)

Color info

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

RGB color model

#A4D2CC color RGB value is (164,210,204).

RGB: (164,210,204) (64%, 82%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 210 of 255 = 82%
B 204 of 255 = 80%

164
210
204

R + G + B ~ 75%. #A4D2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 210 + 204 = 578 (100%)
R 164 of 578 ~ 28.37%
G 210 of 578 ~ 36.33%
B 204 of 578 ~ 35.29'%

%28.37
%36.33
%35.29

CMYK color model

#A4D2CC color CMYK value is (22,0,3,18).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%

CMYK: (22,0,3,18)
C22M0Y3K18 (22%, 0%, 3%, 18%)
(0.22 / 0.00 / 0.03 / 0.18)

CMYK percentages

%21.9
%0
%2.86
%17.65

Codes

Color #A4D2CC in popluar color models

A4 D2 CC
RGB 164 210 204
HSL 172° 33.82% 73.33%
HSB/HSV 172° 21.90% 82.35%
CMYK 21.90% 0.00% 2.86%
17.65%

Color #A4D2CC in popluar number systems.

HEX A4 D2 CC
Decimal 164 210 204
Binary 10100100 11010010 11001100
Octal 244 322 314

Shades and tints

Shades of #A4D2CC

#A4D2CC
(164,210,204)
#96BFBA
(150,191,186)
#88ACA8
(136,172,168)
#7A9996
(122,153,150)
#6C8684
(108,134,132)
#5E7372
(94,115,114)
#506060
(80,96,96)
#424D4E
(66,77,78)
#343A3C
(52,58,60)
#26272A
(38,39,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #A4D2CC

#A4D2CC
(164,210,204)
#ACD6D0
(172,214,208)
#B4DAD4
(180,218,212)
#BCDED8
(188,222,216)
#C4E2DC
(196,226,220)
#CCE6E0
(204,230,224)
#D4EAE4
(212,234,228)
#DCEEE8
(220,238,232)
#E4F2EC
(228,242,236)
#ECF6F0
(236,246,240)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D2CC color. Also use rgb(164,210,204) instead hex code.

Text Font Color

.myTextColor { color: #A4D2CC; }

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

This text font color is #A4D2CC.

Background Color

.myBgColor { background-color: #A4D2CC; }

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

This div background color is #A4D2CC.

Border color

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

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

This div border color is #A4D2CC.

Opacity

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

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

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

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

This text has shadow with #A4D2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D2CC.

Preview

Color preview on black background

This text has color #A4D2CC on black background.


Color preview on white background

This text has color #A4D2CC on white background.


Black color preview on #A4D2CC background

This text has black color on #A4D2CC background.


White color preview on #A4D2CC background

This text has white color on #A4D2CC background.


Related colors

Complementary color

Complementary color for #hex is #5B2D33.


I love getcolorcode.com

Triadic colors

1 #CCA4D2 and #D2CCA4 with #A4D2CC are triadic colors.

2 #CCD2A4 and #D2A4CC with #A4D2CC are triadic colors.