COLOR #AAC1D6

HEX: #AAC1D6 RGB: (170,193,214)

Color info

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

RGB color model

#AAC1D6 color RGB value is (170,193,214).

RGB: (170,193,214) (67%, 76%, 84%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 214 of 255 = 84%

170
193
214

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

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 214 = 577 (100%)
R 170 of 577 ~ 29.46%
G 193 of 577 ~ 33.45%
B 214 of 577 ~ 37.09'%

%29.46
%33.45
%37.09

CMYK color model

#AAC1D6 color CMYK value is (21,10,0,16).

  • cyan value is 20.56%
  • magenta value is 9.81%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,10,0,16)
C21M10Y0K16 (21%, 10%, 0%, 16%)
(0.21 / 0.10 / 0.00 / 0.16)

CMYK percentages

%20.56
%9.81
%0
%16.08

Codes

Color #AAC1D6 in popluar color models

AA C1 D6
RGB 170 193 214
HSL 209° 34.92% 75.29%
HSB/HSV 209° 20.56% 83.92%
CMYK 20.56% 9.81% 0.00%
16.08%

Color #AAC1D6 in popluar number systems.

HEX AA C1 D6
Decimal 170 193 214
Binary 10101010 11000001 11010110
Octal 252 301 326

Shades and tints

Shades of #AAC1D6

#AAC1D6
(170,193,214)
#9BB0C3
(155,176,195)
#8C9FB0
(140,159,176)
#7D8E9D
(125,142,157)
#6E7D8A
(110,125,138)
#5F6C77
(95,108,119)
#505B64
(80,91,100)
#414A51
(65,74,81)
#32393E
(50,57,62)
#23282B
(35,40,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAC1D6

#AAC1D6
(170,193,214)
#B1C6D9
(177,198,217)
#B8CBDC
(184,203,220)
#BFD0DF
(191,208,223)
#C6D5E2
(198,213,226)
#CDDAE5
(205,218,229)
#D4DFE8
(212,223,232)
#DBE4EB
(219,228,235)
#E2E9EE
(226,233,238)
#E9EEF1
(233,238,241)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC1D6 color. Also use rgb(170,193,214) instead hex code.

Text Font Color

.myTextColor { color: #AAC1D6; }

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

This text font color is #AAC1D6.

Background Color

.myBgColor { background-color: #AAC1D6; }

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

This div background color is #AAC1D6.

Border color

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

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

This div border color is #AAC1D6.

Opacity

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

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

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

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

This text has shadow with #AAC1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC1D6.

Preview

Color preview on black background

This text has color #AAC1D6 on black background.


Color preview on white background

This text has color #AAC1D6 on white background.


Black color preview on #AAC1D6 background

This text has black color on #AAC1D6 background.


White color preview on #AAC1D6 background

This text has white color on #AAC1D6 background.


Related colors

Complementary color

Complementary color for #hex is #553E29.


I love getcolorcode.com

Triadic colors

1 #D6AAC1 and #C1D6AA with #AAC1D6 are triadic colors.

2 #D6C1AA and #C1AAD6 with #AAC1D6 are triadic colors.