COLOR #A4D8DC

HEX: #A4D8DC RGB: (164,216,220)

Color info

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

RGB color model

#A4D8DC color RGB value is (164,216,220).

RGB: (164,216,220) (64%, 85%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 216 of 255 = 85%
B 220 of 255 = 86%

164
216
220

R + G + B ~ 78%. #A4D8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 216 + 220 = 600 (100%)
R 164 of 600 ~ 27.33%
G 216 of 600 ~ 36%
B 220 of 600 ~ 36.67'%

%27.33
%36
%36.67

CMYK color model

#A4D8DC color CMYK value is (25,2,0,14).

  • cyan value is 25.45%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,2,0,14)
C25M2Y0K14 (25%, 2%, 0%, 14%)
(0.25 / 0.02 / 0.00 / 0.14)

CMYK percentages

%25.45
%1.82
%0
%13.73

Codes

Color #A4D8DC in popluar color models

A4 D8 DC
RGB 164 216 220
HSL 184° 44.44% 75.29%
HSB/HSV 184° 25.45% 86.27%
CMYK 25.45% 1.82% 0.00%
13.73%

Color #A4D8DC in popluar number systems.

HEX A4 D8 DC
Decimal 164 216 220
Binary 10100100 11011000 11011100
Octal 244 330 334

Shades and tints

Shades of #A4D8DC

#A4D8DC
(164,216,220)
#96C5C8
(150,197,200)
#88B2B4
(136,178,180)
#7A9FA0
(122,159,160)
#6C8C8C
(108,140,140)
#5E7978
(94,121,120)
#506664
(80,102,100)
#425350
(66,83,80)
#34403C
(52,64,60)
#262D28
(38,45,40)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #A4D8DC

#A4D8DC
(164,216,220)
#ACDBDF
(172,219,223)
#B4DEE2
(180,222,226)
#BCE1E5
(188,225,229)
#C4E4E8
(196,228,232)
#CCE7EB
(204,231,235)
#D4EAEE
(212,234,238)
#DCEDF1
(220,237,241)
#E4F0F4
(228,240,244)
#ECF3F7
(236,243,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D8DC color. Also use rgb(164,216,220) instead hex code.

Text Font Color

.myTextColor { color: #A4D8DC; }

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

This text font color is #A4D8DC.

Background Color

.myBgColor { background-color: #A4D8DC; }

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

This div background color is #A4D8DC.

Border color

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

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

This div border color is #A4D8DC.

Opacity

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

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

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

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

This text has shadow with #A4D8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D8DC.

Preview

Color preview on black background

This text has color #A4D8DC on black background.


Color preview on white background

This text has color #A4D8DC on white background.


Black color preview on #A4D8DC background

This text has black color on #A4D8DC background.


White color preview on #A4D8DC background

This text has white color on #A4D8DC background.


Related colors

Complementary color

Complementary color for #hex is #5B2723.


I love getcolorcode.com

Triadic colors

1 #DCA4D8 and #D8DCA4 with #A4D8DC are triadic colors.

2 #DCD8A4 and #D8A4DC with #A4D8DC are triadic colors.