COLOR #AAC2D5

HEX: #AAC2D5
RGB: (170,194,213)

Color info

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

RGB color model

#AAC2D5 color RGB value is (170,194,213).

  • red value is 170;
  • green value is 194;
  • blue value is 213.
RGB:
(170,194,213)
(67%,76%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 194 of 255 = 76%
B 213 of 255 = 84%

170
194
213

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

Portions of RGB colors in percentages

R + G + B =
170 + 194 + 213 = 577 (100%)
R 170 of 577 ~ 29.46%
G 194 of 577 ~ 33.62%
B 213 of 577 ~ 36.92%

%29.46
%33.62
%36.92

CMYK color model

#AAC2D5 color CMYK value is (20,9,0,16).

  • cyan value is 20.19%
  • magenta value is 8.92%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,9,0,16)
C20M9Y0K16 
(20%,9%,0%,16%)
(0.20/0.09/0.00/0.16)	

CMYK percentages

%20.19
%8.92
%0
%16.47

Codes

Color #AAC2D5 in popluar color models

AAC2D5
RGB170194213
HSL207°33.86%75.10%
HSB/HSV207°20.19%83.53%
CMYK20.19%8.92%0.00%
16.47%

Color #AAC2D5 in popluar number systems.

HEXAAC2D5
Decimal170194213
Binary101010101100001011010101
Octal252302325

Shades and tints

Shades of #AAC2D5

#AAC2D5
(170,194,213)
#9BB1C2
(155,177,194)
#8CA0AF
(140,160,175)
#7D8F9C
(125,143,156)
#6E7E89
(110,126,137)
#5F6D76
(95,109,118)
#505C63
(80,92,99)
#414B50
(65,75,80)
#323A3D
(50,58,61)
#23292A
(35,41,42)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAC2D5

#AAC2D5
(170,194,213)
#B1C7D8
(177,199,216)
#B8CCDB
(184,204,219)
#BFD1DE
(191,209,222)
#C6D6E1
(198,214,225)
#CDDBE4
(205,219,228)
#D4E0E7
(212,224,231)
#DBE5EA
(219,229,234)
#E2EAED
(226,234,237)
#E9EFF0
(233,239,240)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC2D5 color. Also use rgb(170,194,213) instead hex code.

Text Font Color

.myTextColor { color: #AAC2D5; }

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

This text font color is #AAC2D5.


Background Color

.myBgColor { background-color: #AAC2D5; }

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

This div background color is #AAC2D5.


Border color

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

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

This div border color is #AAC2D5.


Opacity

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

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

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

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

This text has shadow with #AAC2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC2D5 on black background.


Color preview on white background

This text has color #AAC2D5 on white background.



Black color preview on #AAC2D5 background

This text has black color on #AAC2D5 background.


White color preview on #AAC2D5 background

This text has white color on #AAC2D5 background.