COLOR #A4D7DA

HEX: #A4D7DA RGB: (164,215,218)

Color info

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

RGB color model

#A4D7DA color RGB value is (164,215,218).

RGB: (164,215,218) (64%, 84%, 85%)

RGB channels and saturation

R 164 of 255 = 64%
G 215 of 255 = 84%
B 218 of 255 = 85%

164
215
218

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

Portions of RGB colors in percentages

R + G + B = 164 + 215 + 218 = 597 (100%)
R 164 of 597 ~ 27.47%
G 215 of 597 ~ 36.01%
B 218 of 597 ~ 36.52'%

%27.47
%36.01
%36.52

CMYK color model

#A4D7DA color CMYK value is (25,1,0,15).

  • cyan value is 24.77%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (25,1,0,15)
C25M1Y0K15 (25%, 1%, 0%, 15%)
(0.25 / 0.01 / 0.00 / 0.15)

CMYK percentages

%24.77
%1.38
%0
%14.51

Codes

Color #A4D7DA in popluar color models

A4 D7 DA
RGB 164 215 218
HSL 183° 42.19% 74.90%
HSB/HSV 183° 24.77% 85.49%
CMYK 24.77% 1.38% 0.00%
14.51%

Color #A4D7DA in popluar number systems.

HEX A4 D7 DA
Decimal 164 215 218
Binary 10100100 11010111 11011010
Octal 244 327 332

Shades and tints

Shades of #A4D7DA

#A4D7DA
(164,215,218)
#96C4C7
(150,196,199)
#88B1B4
(136,177,180)
#7A9EA1
(122,158,161)
#6C8B8E
(108,139,142)
#5E787B
(94,120,123)
#506568
(80,101,104)
#425255
(66,82,85)
#343F42
(52,63,66)
#262C2F
(38,44,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #A4D7DA

#A4D7DA
(164,215,218)
#ACDADD
(172,218,221)
#B4DDE0
(180,221,224)
#BCE0E3
(188,224,227)
#C4E3E6
(196,227,230)
#CCE6E9
(204,230,233)
#D4E9EC
(212,233,236)
#DCECEF
(220,236,239)
#E4EFF2
(228,239,242)
#ECF2F5
(236,242,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D7DA; }

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

This text font color is #A4D7DA.

Background Color

.myBgColor { background-color: #A4D7DA; }

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

This div background color is #A4D7DA.

Border color

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

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

This div border color is #A4D7DA.

Opacity

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

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

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

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

This text has shadow with #A4D7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D7DA.

Preview

Color preview on black background

This text has color #A4D7DA on black background.


Color preview on white background

This text has color #A4D7DA on white background.


Black color preview on #A4D7DA background

This text has black color on #A4D7DA background.


White color preview on #A4D7DA background

This text has white color on #A4D7DA background.


Related colors

Complementary color

Complementary color for #hex is #5B2825.


I love getcolorcode.com

Triadic colors

1 #DAA4D7 and #D7DAA4 with #A4D7DA are triadic colors.

2 #DAD7A4 and #D7A4DA with #A4D7DA are triadic colors.