COLOR #AAC5DB

HEX: #AAC5DB RGB: (170,197,219)

Color info

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

RGB color model

#AAC5DB color RGB value is (170,197,219).

RGB: (170,197,219) (67%, 77%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 219 of 255 = 86%

170
197
219

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

Portions of RGB colors in percentages

R + G + B = 170 + 197 + 219 = 586 (100%)
R 170 of 586 ~ 29.01%
G 197 of 586 ~ 33.62%
B 219 of 586 ~ 37.37'%

%29.01
%33.62
%37.37

CMYK color model

#AAC5DB color CMYK value is (22,10,0,14).

  • cyan value is 22.37%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (22,10,0,14) C22M10Y0K14 (22%,10%,0%,14%) (0.22/0.10/0.00/0.14) 

CMYK percentages

%22.37
%10.05
%0
%14.12

Codes

Color #AAC5DB in popluar color models

AA C5 DB
RGB 170 197 219
HSL 207° 40.50% 76.27%
HSB/HSV 207° 22.37% 85.88%
CMYK 22.37% 10.05% 0.00%
14.12%

Color #AAC5DB in popluar number systems.

HEX AA C5 DB
Decimal 170 197 219
Binary 10101010 11000101 11011011
Octal 252 305 333

Shades and tints

Shades of #AAC5DB

#AAC5DB
(170,197,219)
#9BB4C8
(155,180,200)
#8CA3B5
(140,163,181)
#7D92A2
(125,146,162)
#6E818F
(110,129,143)
#5F707C
(95,112,124)
#505F69
(80,95,105)
#414E56
(65,78,86)
#323D43
(50,61,67)
#232C30
(35,44,48)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #AAC5DB

#AAC5DB
(170,197,219)
#B1CADE
(177,202,222)
#B8CFE1
(184,207,225)
#BFD4E4
(191,212,228)
#C6D9E7
(198,217,231)
#CDDEEA
(205,222,234)
#D4E3ED
(212,227,237)
#DBE8F0
(219,232,240)
#E2EDF3
(226,237,243)
#E9F2F6
(233,242,246)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC5DB color. Also use rgb(170,197,219) instead hex code.

Text Font Color

.myTextColor { color: #AAC5DB; }

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

This text font color is #AAC5DB.

Background Color

.myBgColor { background-color: #AAC5DB; }

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

This div background color is #AAC5DB.

Border color

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

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

This div border color is #AAC5DB.

Opacity

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

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

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

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

This text has shadow with #AAC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC5DB.

Preview

Color preview on black background

This text has color #AAC5DB on black background.


Color preview on white background

This text has color #AAC5DB on white background.


Black color preview on #AAC5DB background

This text has black color on #AAC5DB background.


White color preview on #AAC5DB background

This text has white color on #AAC5DB background.


Related colors

Complementary color

Complementary color for #hex is #553A24.


I love getcolorcode.com

Triadic colors

1 #DBAAC5 and #C5DBAA with #AAC5DB are triadic colors.

2 #DBC5AA and #C5AADB with #AAC5DB are triadic colors.