COLOR #AAC2DF

HEX: #AAC2DF
RGB: (170,194,223)

Color info

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

RGB color model

#AAC2DF color RGB value is (170,194,223).

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

RGB channels and saturation

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

170
194
223

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

Portions of RGB colors in percentages

R + G + B =
170 + 194 + 223 = 587 (100%)
R 170 of 587 ~ 28.96%
G 194 of 587 ~ 33.05%
B 223 of 587 ~ 37.99%

%28.96
%33.05
%37.99

CMYK color model

#AAC2DF color CMYK value is (24,13,0,13).

  • cyan value is 23.77%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(24,13,0,13)
C24M13Y0K13 
(24%,13%,0%,13%)
(0.24/0.13/0.00/0.13)	

CMYK percentages

%23.77
%13
%0
%12.55

Codes

Color #AAC2DF in popluar color models

AAC2DF
RGB170194223
HSL213°45.30%77.06%
HSB/HSV213°23.77%87.45%
CMYK23.77%13.00%0.00%
12.55%

Color #AAC2DF in popluar number systems.

HEXAAC2DF
Decimal170194223
Binary101010101100001011011111
Octal252302337

Shades and tints

Shades of #AAC2DF

#AAC2DF
(170,194,223)
#9BB1CB
(155,177,203)
#8CA0B7
(140,160,183)
#7D8FA3
(125,143,163)
#6E7E8F
(110,126,143)
#5F6D7B
(95,109,123)
#505C67
(80,92,103)
#414B53
(65,75,83)
#323A3F
(50,58,63)
#23292B
(35,41,43)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAC2DF

#AAC2DF
(170,194,223)
#B1C7E1
(177,199,225)
#B8CCE3
(184,204,227)
#BFD1E5
(191,209,229)
#C6D6E7
(198,214,231)
#CDDBE9
(205,219,233)
#D4E0EB
(212,224,235)
#DBE5ED
(219,229,237)
#E2EAEF
(226,234,239)
#E9EFF1
(233,239,241)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC2DF; }

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

This text font color is #AAC2DF.


Background Color

.myBgColor { background-color: #AAC2DF; }

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

This div background color is #AAC2DF.


Border color

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

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

This div border color is #AAC2DF.


Opacity

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

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

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

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

This text has shadow with #AAC2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC2DF on black background.


Color preview on white background

This text has color #AAC2DF on white background.



Black color preview on #AAC2DF background

This text has black color on #AAC2DF background.


White color preview on #AAC2DF background

This text has white color on #AAC2DF background.