COLOR #AAC2DE

HEX: #AAC2DE
RGB: (170,194,222)

Color info

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

RGB color model

#AAC2DE color RGB value is (170,194,222).

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

RGB channels and saturation

R 170 of 255 = 67%
G 194 of 255 = 76%
B 222 of 255 = 87%

170
194
222

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

Portions of RGB colors in percentages

R + G + B =
170 + 194 + 222 = 586 (100%)
R 170 of 586 ~ 29.01%
G 194 of 586 ~ 33.11%
B 222 of 586 ~ 37.88%

%29.01
%33.11
%37.88

CMYK color model

#AAC2DE color CMYK value is (23,13,0,13).

  • cyan value is 23.42%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,13,0,13)
C23M13Y0K13 
(23%,13%,0%,13%)
(0.23/0.13/0.00/0.13)	

CMYK percentages

%23.42
%12.61
%0
%12.94

Codes

Color #AAC2DE in popluar color models

AAC2DE
RGB170194222
HSL212°44.07%76.86%
HSB/HSV212°23.42%87.06%
CMYK23.42%12.61%0.00%
12.94%

Color #AAC2DE in popluar number systems.

HEXAAC2DE
Decimal170194222
Binary101010101100001011011110
Octal252302336

Shades and tints

Shades of #AAC2DE

#AAC2DE
(170,194,222)
#9BB1CA
(155,177,202)
#8CA0B6
(140,160,182)
#7D8FA2
(125,143,162)
#6E7E8E
(110,126,142)
#5F6D7A
(95,109,122)
#505C66
(80,92,102)
#414B52
(65,75,82)
#323A3E
(50,58,62)
#23292A
(35,41,42)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAC2DE

#AAC2DE
(170,194,222)
#B1C7E1
(177,199,225)
#B8CCE4
(184,204,228)
#BFD1E7
(191,209,231)
#C6D6EA
(198,214,234)
#CDDBED
(205,219,237)
#D4E0F0
(212,224,240)
#DBE5F3
(219,229,243)
#E2EAF6
(226,234,246)
#E9EFF9
(233,239,249)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC2DE; }

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

This text font color is #AAC2DE.


Background Color

.myBgColor { background-color: #AAC2DE; }

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

This div background color is #AAC2DE.


Border color

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

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

This div border color is #AAC2DE.


Opacity

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

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

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

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

This text has shadow with #AAC2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC2DE on black background.


Color preview on white background

This text has color #AAC2DE on white background.



Black color preview on #AAC2DE background

This text has black color on #AAC2DE background.


White color preview on #AAC2DE background

This text has white color on #AAC2DE background.