COLOR #A4D8DF

HEX: #A4D8DF RGB: (164,216,223)

Color info

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

RGB color model

#A4D8DF color RGB value is (164,216,223).

RGB: (164,216,223) (64%, 85%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 216 of 255 = 85%
B 223 of 255 = 87%

164
216
223

R + G + B ~ 79%. #A4D8DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 216 + 223 = 603 (100%)
R 164 of 603 ~ 27.2%
G 216 of 603 ~ 35.82%
B 223 of 603 ~ 36.98'%

%27.2
%35.82
%36.98

CMYK color model

#A4D8DF color CMYK value is (26,3,0,13).

  • cyan value is 26.46%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (26,3,0,13) C26M3Y0K13 (26%,3%,0%,13%) (0.26/0.03/0.00/0.13) 

CMYK percentages

%26.46
%3.14
%0
%12.55

Codes

Color #A4D8DF in popluar color models

A4 D8 DF
RGB 164 216 223
HSL 187° 47.97% 75.88%
HSB/HSV 187° 26.46% 87.45%
CMYK 26.46% 3.14% 0.00%
12.55%

Color #A4D8DF in popluar number systems.

HEX A4 D8 DF
Decimal 164 216 223
Binary 10100100 11011000 11011111
Octal 244 330 337

Shades and tints

Shades of #A4D8DF

#A4D8DF
(164,216,223)
#96C5CB
(150,197,203)
#88B2B7
(136,178,183)
#7A9FA3
(122,159,163)
#6C8C8F
(108,140,143)
#5E797B
(94,121,123)
#506667
(80,102,103)
#425353
(66,83,83)
#34403F
(52,64,63)
#262D2B
(38,45,43)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #A4D8DF

#A4D8DF
(164,216,223)
#ACDBE1
(172,219,225)
#B4DEE3
(180,222,227)
#BCE1E5
(188,225,229)
#C4E4E7
(196,228,231)
#CCE7E9
(204,231,233)
#D4EAEB
(212,234,235)
#DCEDED
(220,237,237)
#E4F0EF
(228,240,239)
#ECF3F1
(236,243,241)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D8DF; }

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

This text font color is #A4D8DF.

Background Color

.myBgColor { background-color: #A4D8DF; }

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

This div background color is #A4D8DF.

Border color

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

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

This div border color is #A4D8DF.

Opacity

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

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

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

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

This text has shadow with #A4D8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D8DF.

Preview

Color preview on black background

This text has color #A4D8DF on black background.


Color preview on white background

This text has color #A4D8DF on white background.


Black color preview on #A4D8DF background

This text has black color on #A4D8DF background.


White color preview on #A4D8DF background

This text has white color on #A4D8DF background.


Related colors

Complementary color

Complementary color for #hex is #5B2720.


I love getcolorcode.com

Triadic colors

1 #DFA4D8 and #D8DFA4 with #A4D8DF are triadic colors.

2 #DFD8A4 and #D8A4DF with #A4D8DF are triadic colors.