COLOR #AAC1D7

HEX: #AAC1D7 RGB: (170,193,215)

Color info

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

RGB color model

#AAC1D7 color RGB value is (170,193,215).

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

RGB channels and saturation

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

170
193
215

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

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 215 = 578 (100%)
R 170 of 578 ~ 29.41%
G 193 of 578 ~ 33.39%
B 215 of 578 ~ 37.2'%

%29.41
%33.39
%37.2

CMYK color model

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

  • cyan value is 20.93%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 15.69%

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

CMYK percentages

%20.93
%10.23
%0
%15.69

Codes

Color #AAC1D7 in popluar color models

AA C1 D7
RGB 170 193 215
HSL 209° 36.00% 75.49%
HSB/HSV 209° 20.93% 84.31%
CMYK 20.93% 10.23% 0.00%
15.69%

Color #AAC1D7 in popluar number systems.

HEX AA C1 D7
Decimal 170 193 215
Binary 10101010 11000001 11010111
Octal 252 301 327

Shades and tints

Shades of #AAC1D7

#AAC1D7
(170,193,215)
#9BB0C4
(155,176,196)
#8C9FB1
(140,159,177)
#7D8E9E
(125,142,158)
#6E7D8B
(110,125,139)
#5F6C78
(95,108,120)
#505B65
(80,91,101)
#414A52
(65,74,82)
#32393F
(50,57,63)
#23282C
(35,40,44)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAC1D7

#AAC1D7
(170,193,215)
#B1C6DA
(177,198,218)
#B8CBDD
(184,203,221)
#BFD0E0
(191,208,224)
#C6D5E3
(198,213,227)
#CDDAE6
(205,218,230)
#D4DFE9
(212,223,233)
#DBE4EC
(219,228,236)
#E2E9EF
(226,233,239)
#E9EEF2
(233,238,242)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC1D7; }

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

This text font color is #AAC1D7.

Background Color

.myBgColor { background-color: #AAC1D7; }

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

This div background color is #AAC1D7.

Border color

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

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

This div border color is #AAC1D7.

Opacity

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

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

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

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

This text has shadow with #AAC1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC1D7.

Preview

Color preview on black background

This text has color #AAC1D7 on black background.


Color preview on white background

This text has color #AAC1D7 on white background.


Black color preview on #AAC1D7 background

This text has black color on #AAC1D7 background.


White color preview on #AAC1D7 background

This text has white color on #AAC1D7 background.


Related colors

Complementary color

Complementary color for #hex is #553E28.


I love getcolorcode.com

Triadic colors

1 #D7AAC1 and #C1D7AA with #AAC1D7 are triadic colors.

2 #D7C1AA and #C1AAD7 with #AAC1D7 are triadic colors.