COLOR #AAC8EC

HEX: #AAC8EC RGB: (170,200,236)

Color info

#AAC8EC contains mainly green and blue colors. Web safe color of #AAC8EC is #99CCFF (or #9CF).

RGB color model

#AAC8EC color RGB value is (170,200,236).

RGB: (170,200,236) (67%, 78%, 93%)

RGB channels and saturation

R 170 of 255 = 67%
G 200 of 255 = 78%
B 236 of 255 = 93%

170
200
236

R + G + B ~ 79%. #AAC8EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 200 + 236 = 606 (100%)
R 170 of 606 ~ 28.05%
G 200 of 606 ~ 33%
B 236 of 606 ~ 38.94'%

%28.05
%33
%38.94

CMYK color model

#AAC8EC color CMYK value is (28,15,0,7).

  • cyan value is 27.97%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (28,15,0,7) C28M15Y0K7 (28%,15%,0%,7%) (0.28/0.15/0.00/0.07) 

CMYK percentages

%27.97
%15.25
%0
%7.45

Codes

Color #AAC8EC in popluar color models

AA C8 EC
RGB 170 200 236
HSL 213° 63.46% 79.61%
HSB/HSV 213° 27.97% 92.55%
CMYK 27.97% 15.25% 0.00%
7.45%

Color #AAC8EC in popluar number systems.

HEX AA C8 EC
Decimal 170 200 236
Binary 10101010 11001000 11101100
Octal 252 310 354

Shades and tints

Shades of #AAC8EC

#AAC8EC
(170,200,236)
#9BB6D7
(155,182,215)
#8CA4C2
(140,164,194)
#7D92AD
(125,146,173)
#6E8098
(110,128,152)
#5F6E83
(95,110,131)
#505C6E
(80,92,110)
#414A59
(65,74,89)
#323844
(50,56,68)
#23262F
(35,38,47)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #AAC8EC

#AAC8EC
(170,200,236)
#B1CDED
(177,205,237)
#B8D2EE
(184,210,238)
#BFD7EF
(191,215,239)
#C6DCF0
(198,220,240)
#CDE1F1
(205,225,241)
#D4E6F2
(212,230,242)
#DBEBF3
(219,235,243)
#E2F0F4
(226,240,244)
#E9F5F5
(233,245,245)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC8EC; }

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

This text font color is #AAC8EC.

Background Color

.myBgColor { background-color: #AAC8EC; }

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

This div background color is #AAC8EC.

Border color

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

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

This div border color is #AAC8EC.

Opacity

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

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

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

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

This text has shadow with #AAC8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC8EC.

Preview

Color preview on black background

This text has color #AAC8EC on black background.


Color preview on white background

This text has color #AAC8EC on white background.


Black color preview on #AAC8EC background

This text has black color on #AAC8EC background.


White color preview on #AAC8EC background

This text has white color on #AAC8EC background.


Related colors

Complementary color

Complementary color for #hex is #553713.


I love getcolorcode.com

Triadic colors

1 #ECAAC8 and #C8ECAA with #AAC8EC are triadic colors.

2 #ECC8AA and #C8AAEC with #AAC8EC are triadic colors.