COLOR #AAC8E1

HEX: #AAC8E1
RGB: (170,200,225)

Color info

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

RGB color model

#AAC8E1 color RGB value is (170,200,225).

  • red value is 170;
  • green value is 200;
  • blue value is 225.
RGB:
(170,200,225)
(67%,78%,88%)

RGB channels and saturation

R 170 of 255 = 67%
G 200 of 255 = 78%
B 225 of 255 = 88%

170
200
225

R + G + B ~ 78%. #AAC8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 200 + 225 = 595 (100%)
R 170 of 595 ~ 28.57%
G 200 of 595 ~ 33.61%
B 225 of 595 ~ 37.82%

%28.57
%33.61
%37.82

CMYK color model

#AAC8E1 color CMYK value is (24,11,0,12).

  • cyan value is 24.44%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,11,0,12)
C24M11Y0K12 
(24%,11%,0%,12%)
(0.24/0.11/0.00/0.12)	

CMYK percentages

%24.44
%11.11
%0
%11.76

Codes

Color #AAC8E1 in popluar color models

AAC8E1
RGB170200225
HSL207°47.83%77.45%
HSB/HSV207°24.44%88.24%
CMYK24.44%11.11%0.00%
11.76%

Color #AAC8E1 in popluar number systems.

HEXAAC8E1
Decimal170200225
Binary101010101100100011100001
Octal252310341

Shades and tints

Shades of #AAC8E1

#AAC8E1
(170,200,225)
#9BB6CD
(155,182,205)
#8CA4B9
(140,164,185)
#7D92A5
(125,146,165)
#6E8091
(110,128,145)
#5F6E7D
(95,110,125)
#505C69
(80,92,105)
#414A55
(65,74,85)
#323841
(50,56,65)
#23262D
(35,38,45)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AAC8E1

#AAC8E1
(170,200,225)
#B1CDE3
(177,205,227)
#B8D2E5
(184,210,229)
#BFD7E7
(191,215,231)
#C6DCE9
(198,220,233)
#CDE1EB
(205,225,235)
#D4E6ED
(212,230,237)
#DBEBEF
(219,235,239)
#E2F0F1
(226,240,241)
#E9F5F3
(233,245,243)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC8E1 color. Also use rgb(170,200,225) instead hex code.

Text Font Color

.myTextColor { color: #AAC8E1; }

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

This text font color is #AAC8E1.


Background Color

.myBgColor { background-color: #AAC8E1; }

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

This div background color is #AAC8E1.


Border color

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

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

This div border color is #AAC8E1.


Opacity

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

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

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

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

This text has shadow with #AAC8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC8E1 on black background.


Color preview on white background

This text has color #AAC8E1 on white background.



Black color preview on #AAC8E1 background

This text has black color on #AAC8E1 background.


White color preview on #AAC8E1 background

This text has white color on #AAC8E1 background.