COLOR #AAC7DC

HEX: #AAC7DC RGB: (170,199,220)

Color info

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

RGB color model

#AAC7DC color RGB value is (170,199,220).

RGB: (170,199,220) (67%, 78%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 220 of 255 = 86%

170
199
220

R + G + B ~ 77%. #AAC7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 199 + 220 = 589 (100%)
R 170 of 589 ~ 28.86%
G 199 of 589 ~ 33.79%
B 220 of 589 ~ 37.35'%

%28.86
%33.79
%37.35

CMYK color model

#AAC7DC color CMYK value is (23,10,0,14).

  • cyan value is 22.73%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (23,10,0,14)
C23M10Y0K14 (23%, 10%, 0%, 14%)
(0.23 / 0.10 / 0.00 / 0.14)

CMYK percentages

%22.73
%9.55
%0
%13.73

Codes

Color #AAC7DC in popluar color models

AA C7 DC
RGB 170 199 220
HSL 205° 41.67% 76.47%
HSB/HSV 205° 22.73% 86.27%
CMYK 22.73% 9.55% 0.00%
13.73%

Color #AAC7DC in popluar number systems.

HEX AA C7 DC
Decimal 170 199 220
Binary 10101010 11000111 11011100
Octal 252 307 334

Shades and tints

Shades of #AAC7DC

#AAC7DC
(170,199,220)
#9BB5C8
(155,181,200)
#8CA3B4
(140,163,180)
#7D91A0
(125,145,160)
#6E7F8C
(110,127,140)
#5F6D78
(95,109,120)
#505B64
(80,91,100)
#414950
(65,73,80)
#32373C
(50,55,60)
#232528
(35,37,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAC7DC

#AAC7DC
(170,199,220)
#B1CCDF
(177,204,223)
#B8D1E2
(184,209,226)
#BFD6E5
(191,214,229)
#C6DBE8
(198,219,232)
#CDE0EB
(205,224,235)
#D4E5EE
(212,229,238)
#DBEAF1
(219,234,241)
#E2EFF4
(226,239,244)
#E9F4F7
(233,244,247)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC7DC color. Also use rgb(170,199,220) instead hex code.

Text Font Color

.myTextColor { color: #AAC7DC; }

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

This text font color is #AAC7DC.

Background Color

.myBgColor { background-color: #AAC7DC; }

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

This div background color is #AAC7DC.

Border color

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

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

This div border color is #AAC7DC.

Opacity

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

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

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

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

This text has shadow with #AAC7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC7DC.

Preview

Color preview on black background

This text has color #AAC7DC on black background.


Color preview on white background

This text has color #AAC7DC on white background.


Black color preview on #AAC7DC background

This text has black color on #AAC7DC background.


White color preview on #AAC7DC background

This text has white color on #AAC7DC background.


Related colors

Complementary color

Complementary color for #hex is #553823.


I love getcolorcode.com

Triadic colors

1 #DCAAC7 and #C7DCAA with #AAC7DC are triadic colors.

2 #DCC7AA and #C7AADC with #AAC7DC are triadic colors.