COLOR #A4D6CF

HEX: #A4D6CF RGB: (164,214,207)

Color info

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

RGB color model

#A4D6CF color RGB value is (164,214,207).

RGB: (164,214,207) (64%, 84%, 81%)

RGB channels and saturation

R 164 of 255 = 64%
G 214 of 255 = 84%
B 207 of 255 = 81%

164
214
207

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

Portions of RGB colors in percentages

R + G + B = 164 + 214 + 207 = 585 (100%)
R 164 of 585 ~ 28.03%
G 214 of 585 ~ 36.58%
B 207 of 585 ~ 35.38'%

%28.03
%36.58
%35.38

CMYK color model

#A4D6CF color CMYK value is (23,0,3,16).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 16.08%

CMYK: (23,0,3,16)
C23M0Y3K16 (23%, 0%, 3%, 16%)
(0.23 / 0.00 / 0.03 / 0.16)

CMYK percentages

%23.36
%0
%3.27
%16.08

Codes

Color #A4D6CF in popluar color models

A4 D6 CF
RGB 164 214 207
HSL 172° 37.88% 74.12%
HSB/HSV 172° 23.36% 83.92%
CMYK 23.36% 0.00% 3.27%
16.08%

Color #A4D6CF in popluar number systems.

HEX A4 D6 CF
Decimal 164 214 207
Binary 10100100 11010110 11001111
Octal 244 326 317

Shades and tints

Shades of #A4D6CF

#A4D6CF
(164,214,207)
#96C3BD
(150,195,189)
#88B0AB
(136,176,171)
#7A9D99
(122,157,153)
#6C8A87
(108,138,135)
#5E7775
(94,119,117)
#506463
(80,100,99)
#425151
(66,81,81)
#343E3F
(52,62,63)
#262B2D
(38,43,45)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #A4D6CF

#A4D6CF
(164,214,207)
#ACD9D3
(172,217,211)
#B4DCD7
(180,220,215)
#BCDFDB
(188,223,219)
#C4E2DF
(196,226,223)
#CCE5E3
(204,229,227)
#D4E8E7
(212,232,231)
#DCEBEB
(220,235,235)
#E4EEEF
(228,238,239)
#ECF1F3
(236,241,243)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D6CF color. Also use rgb(164,214,207) instead hex code.

Text Font Color

.myTextColor { color: #A4D6CF; }

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

This text font color is #A4D6CF.

Background Color

.myBgColor { background-color: #A4D6CF; }

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

This div background color is #A4D6CF.

Border color

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

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

This div border color is #A4D6CF.

Opacity

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

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

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

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

This text has shadow with #A4D6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D6CF.

Preview

Color preview on black background

This text has color #A4D6CF on black background.


Color preview on white background

This text has color #A4D6CF on white background.


Black color preview on #A4D6CF background

This text has black color on #A4D6CF background.


White color preview on #A4D6CF background

This text has white color on #A4D6CF background.


Related colors

Complementary color

Complementary color for #hex is #5B2930.


I love getcolorcode.com

Triadic colors

1 #CFA4D6 and #D6CFA4 with #A4D6CF are triadic colors.

2 #CFD6A4 and #D6A4CF with #A4D6CF are triadic colors.