COLOR #AAC6DF

HEX: #AAC6DF RGB: (170,198,223)

Color info

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

RGB color model

#AAC6DF color RGB value is (170,198,223).

RGB: (170,198,223) (67%, 78%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 223 of 255 = 87%

170
198
223

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

Portions of RGB colors in percentages

R + G + B = 170 + 198 + 223 = 591 (100%)
R 170 of 591 ~ 28.76%
G 198 of 591 ~ 33.5%
B 223 of 591 ~ 37.73'%

%28.76
%33.5
%37.73

CMYK color model

#AAC6DF color CMYK value is (24,11,0,13).

  • cyan value is 23.77%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (24,11,0,13)
C24M11Y0K13 (24%, 11%, 0%, 13%)
(0.24 / 0.11 / 0.00 / 0.13)

CMYK percentages

%23.77
%11.21
%0
%12.55

Codes

Color #AAC6DF in popluar color models

AA C6 DF
RGB 170 198 223
HSL 208° 45.30% 77.06%
HSB/HSV 208° 23.77% 87.45%
CMYK 23.77% 11.21% 0.00%
12.55%

Color #AAC6DF in popluar number systems.

HEX AA C6 DF
Decimal 170 198 223
Binary 10101010 11000110 11011111
Octal 252 306 337

Shades and tints

Shades of #AAC6DF

#AAC6DF
(170,198,223)
#9BB4CB
(155,180,203)
#8CA2B7
(140,162,183)
#7D90A3
(125,144,163)
#6E7E8F
(110,126,143)
#5F6C7B
(95,108,123)
#505A67
(80,90,103)
#414853
(65,72,83)
#32363F
(50,54,63)
#23242B
(35,36,43)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AAC6DF

#AAC6DF
(170,198,223)
#B1CBE1
(177,203,225)
#B8D0E3
(184,208,227)
#BFD5E5
(191,213,229)
#C6DAE7
(198,218,231)
#CDDFE9
(205,223,233)
#D4E4EB
(212,228,235)
#DBE9ED
(219,233,237)
#E2EEEF
(226,238,239)
#E9F3F1
(233,243,241)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC6DF color. Also use rgb(170,198,223) instead hex code.

Text Font Color

.myTextColor { color: #AAC6DF; }

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

This text font color is #AAC6DF.

Background Color

.myBgColor { background-color: #AAC6DF; }

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

This div background color is #AAC6DF.

Border color

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

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

This div border color is #AAC6DF.

Opacity

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

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

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

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

This text has shadow with #AAC6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC6DF.

Preview

Color preview on black background

This text has color #AAC6DF on black background.


Color preview on white background

This text has color #AAC6DF on white background.


Black color preview on #AAC6DF background

This text has black color on #AAC6DF background.


White color preview on #AAC6DF background

This text has white color on #AAC6DF background.


Related colors

Complementary color

Complementary color for #hex is #553920.


I love getcolorcode.com

Triadic colors

1 #DFAAC6 and #C6DFAA with #AAC6DF are triadic colors.

2 #DFC6AA and #C6AADF with #AAC6DF are triadic colors.