COLOR #A4D9CC

HEX: #A4D9CC RGB: (164,217,204)

Color info

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

RGB color model

#A4D9CC color RGB value is (164,217,204).

RGB: (164,217,204) (64%, 85%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 204 of 255 = 80%

164
217
204

R + G + B ~ 76%. #A4D9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 217 + 204 = 585 (100%)
R 164 of 585 ~ 28.03%
G 217 of 585 ~ 37.09%
B 204 of 585 ~ 34.87'%

%28.03
%37.09
%34.87

CMYK color model

#A4D9CC color CMYK value is (24,0,6,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%

CMYK: (24,0,6,15)
C24M0Y6K15 (24%, 0%, 6%, 15%)
(0.24 / 0.00 / 0.06 / 0.15)

CMYK percentages

%24.42
%0
%5.99
%14.9

Codes

Color #A4D9CC in popluar color models

A4 D9 CC
RGB 164 217 204
HSL 165° 41.09% 74.71%
HSB/HSV 165° 24.42% 85.10%
CMYK 24.42% 0.00% 5.99%
14.90%

Color #A4D9CC in popluar number systems.

HEX A4 D9 CC
Decimal 164 217 204
Binary 10100100 11011001 11001100
Octal 244 331 314

Shades and tints

Shades of #A4D9CC

#A4D9CC
(164,217,204)
#96C6BA
(150,198,186)
#88B3A8
(136,179,168)
#7AA096
(122,160,150)
#6C8D84
(108,141,132)
#5E7A72
(94,122,114)
#506760
(80,103,96)
#42544E
(66,84,78)
#34413C
(52,65,60)
#262E2A
(38,46,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4D9CC

#A4D9CC
(164,217,204)
#ACDCD0
(172,220,208)
#B4DFD4
(180,223,212)
#BCE2D8
(188,226,216)
#C4E5DC
(196,229,220)
#CCE8E0
(204,232,224)
#D4EBE4
(212,235,228)
#DCEEE8
(220,238,232)
#E4F1EC
(228,241,236)
#ECF4F0
(236,244,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D9CC; }

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

This text font color is #A4D9CC.

Background Color

.myBgColor { background-color: #A4D9CC; }

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

This div background color is #A4D9CC.

Border color

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

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

This div border color is #A4D9CC.

Opacity

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

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

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

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

This text has shadow with #A4D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D9CC.

Preview

Color preview on black background

This text has color #A4D9CC on black background.


Color preview on white background

This text has color #A4D9CC on white background.


Black color preview on #A4D9CC background

This text has black color on #A4D9CC background.


White color preview on #A4D9CC background

This text has white color on #A4D9CC background.


Related colors

Complementary color

Complementary color for #hex is #5B2633.


I love getcolorcode.com

Triadic colors

1 #CCA4D9 and #D9CCA4 with #A4D9CC are triadic colors.

2 #CCD9A4 and #D9A4CC with #A4D9CC are triadic colors.