COLOR #A4D7D9

HEX: #A4D7D9 RGB: (164,215,217)

Color info

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

RGB color model

#A4D7D9 color RGB value is (164,215,217).

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

RGB channels and saturation

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

164
215
217

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

Portions of RGB colors in percentages

R + G + B = 164 + 215 + 217 = 596 (100%)
R 164 of 596 ~ 27.52%
G 215 of 596 ~ 36.07%
B 217 of 596 ~ 36.41'%

%27.52
%36.07
%36.41

CMYK color model

#A4D7D9 color CMYK value is (24,1,0,15).

  • cyan value is 24.42%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (24,1,0,15) C24M1Y0K15 (24%,1%,0%,15%) (0.24/0.01/0.00/0.15) 

CMYK percentages

%24.42
%0.92
%0
%14.9

Codes

Color #A4D7D9 in popluar color models

A4 D7 D9
RGB 164 215 217
HSL 182° 41.09% 74.71%
HSB/HSV 182° 24.42% 85.10%
CMYK 24.42% 0.92% 0.00%
14.90%

Color #A4D7D9 in popluar number systems.

HEX A4 D7 D9
Decimal 164 215 217
Binary 10100100 11010111 11011001
Octal 244 327 331

Shades and tints

Shades of #A4D7D9

#A4D7D9
(164,215,217)
#96C4C6
(150,196,198)
#88B1B3
(136,177,179)
#7A9EA0
(122,158,160)
#6C8B8D
(108,139,141)
#5E787A
(94,120,122)
#506567
(80,101,103)
#425254
(66,82,84)
#343F41
(52,63,65)
#262C2E
(38,44,46)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #A4D7D9

#A4D7D9
(164,215,217)
#ACDADC
(172,218,220)
#B4DDDF
(180,221,223)
#BCE0E2
(188,224,226)
#C4E3E5
(196,227,229)
#CCE6E8
(204,230,232)
#D4E9EB
(212,233,235)
#DCECEE
(220,236,238)
#E4EFF1
(228,239,241)
#ECF2F4
(236,242,244)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D7D9; }

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

This text font color is #A4D7D9.

Background Color

.myBgColor { background-color: #A4D7D9; }

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

This div background color is #A4D7D9.

Border color

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

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

This div border color is #A4D7D9.

Opacity

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

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

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

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

This text has shadow with #A4D7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D7D9.

Preview

Color preview on black background

This text has color #A4D7D9 on black background.


Color preview on white background

This text has color #A4D7D9 on white background.


Black color preview on #A4D7D9 background

This text has black color on #A4D7D9 background.


White color preview on #A4D7D9 background

This text has white color on #A4D7D9 background.


Related colors

Complementary color

Complementary color for #hex is #5B2826.


I love getcolorcode.com

Triadic colors

1 #D9A4D7 and #D7D9A4 with #A4D7D9 are triadic colors.

2 #D9D7A4 and #D7A4D9 with #A4D7D9 are triadic colors.