COLOR #A4C7DD

HEX: #A4C7DD RGB: (164,199,221)

Color info

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

RGB color model

#A4C7DD color RGB value is (164,199,221).

RGB: (164,199,221) (64%, 78%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 221 of 255 = 87%

164
199
221

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

Portions of RGB colors in percentages

R + G + B = 164 + 199 + 221 = 584 (100%)
R 164 of 584 ~ 28.08%
G 199 of 584 ~ 34.08%
B 221 of 584 ~ 37.84'%

%28.08
%34.08
%37.84

CMYK color model

#A4C7DD color CMYK value is (26,10,0,13).

  • cyan value is 25.79%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (26,10,0,13)
C26M10Y0K13 (26%, 10%, 0%, 13%)
(0.26 / 0.10 / 0.00 / 0.13)

CMYK percentages

%25.79
%9.95
%0
%13.33

Codes

Color #A4C7DD in popluar color models

A4 C7 DD
RGB 164 199 221
HSL 203° 45.60% 75.49%
HSB/HSV 203° 25.79% 86.67%
CMYK 25.79% 9.95% 0.00%
13.33%

Color #A4C7DD in popluar number systems.

HEX A4 C7 DD
Decimal 164 199 221
Binary 10100100 11000111 11011101
Octal 244 307 335

Shades and tints

Shades of #A4C7DD

#A4C7DD
(164,199,221)
#96B5C9
(150,181,201)
#88A3B5
(136,163,181)
#7A91A1
(122,145,161)
#6C7F8D
(108,127,141)
#5E6D79
(94,109,121)
#505B65
(80,91,101)
#424951
(66,73,81)
#34373D
(52,55,61)
#262529
(38,37,41)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A4C7DD

#A4C7DD
(164,199,221)
#ACCCE0
(172,204,224)
#B4D1E3
(180,209,227)
#BCD6E6
(188,214,230)
#C4DBE9
(196,219,233)
#CCE0EC
(204,224,236)
#D4E5EF
(212,229,239)
#DCEAF2
(220,234,242)
#E4EFF5
(228,239,245)
#ECF4F8
(236,244,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C7DD color. Also use rgb(164,199,221) instead hex code.

Text Font Color

.myTextColor { color: #A4C7DD; }

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

This text font color is #A4C7DD.

Background Color

.myBgColor { background-color: #A4C7DD; }

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

This div background color is #A4C7DD.

Border color

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

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

This div border color is #A4C7DD.

Opacity

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

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

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

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

This text has shadow with #A4C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C7DD.

Preview

Color preview on black background

This text has color #A4C7DD on black background.


Color preview on white background

This text has color #A4C7DD on white background.


Black color preview on #A4C7DD background

This text has black color on #A4C7DD background.


White color preview on #A4C7DD background

This text has white color on #A4C7DD background.


Related colors

Complementary color

Complementary color for #hex is #5B3822.


I love getcolorcode.com

Triadic colors

1 #DDA4C7 and #C7DDA4 with #A4C7DD are triadic colors.

2 #DDC7A4 and #C7A4DD with #A4C7DD are triadic colors.