COLOR #AAC8CC

HEX: #AAC8CC RGB: (170,200,204)

Color info

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

RGB color model

#AAC8CC color RGB value is (170,200,204).

RGB: (170,200,204) (67%, 78%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 200 of 255 = 78%
B 204 of 255 = 80%

170
200
204

R + G + B ~ 75%. #AAC8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 200 + 204 = 574 (100%)
R 170 of 574 ~ 29.62%
G 200 of 574 ~ 34.84%
B 204 of 574 ~ 35.54'%

%29.62
%34.84
%35.54

CMYK color model

#AAC8CC color CMYK value is (17,2,0,20).

  • cyan value is 16.67%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (17,2,0,20)
C17M2Y0K20 (17%, 2%, 0%, 20%)
(0.17 / 0.02 / 0.00 / 0.20)

CMYK percentages

%16.67
%1.96
%0
%20

Codes

Color #AAC8CC in popluar color models

AA C8 CC
RGB 170 200 204
HSL 187° 25.00% 73.33%
HSB/HSV 187° 16.67% 80.00%
CMYK 16.67% 1.96% 0.00%
20.00%

Color #AAC8CC in popluar number systems.

HEX AA C8 CC
Decimal 170 200 204
Binary 10101010 11001000 11001100
Octal 252 310 314

Shades and tints

Shades of #AAC8CC

#AAC8CC
(170,200,204)
#9BB6BA
(155,182,186)
#8CA4A8
(140,164,168)
#7D9296
(125,146,150)
#6E8084
(110,128,132)
#5F6E72
(95,110,114)
#505C60
(80,92,96)
#414A4E
(65,74,78)
#32383C
(50,56,60)
#23262A
(35,38,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AAC8CC

#AAC8CC
(170,200,204)
#B1CDD0
(177,205,208)
#B8D2D4
(184,210,212)
#BFD7D8
(191,215,216)
#C6DCDC
(198,220,220)
#CDE1E0
(205,225,224)
#D4E6E4
(212,230,228)
#DBEBE8
(219,235,232)
#E2F0EC
(226,240,236)
#E9F5F0
(233,245,240)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC8CC; }

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

This text font color is #AAC8CC.

Background Color

.myBgColor { background-color: #AAC8CC; }

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

This div background color is #AAC8CC.

Border color

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

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

This div border color is #AAC8CC.

Opacity

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

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

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

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

This text has shadow with #AAC8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC8CC.

Preview

Color preview on black background

This text has color #AAC8CC on black background.


Color preview on white background

This text has color #AAC8CC on white background.


Black color preview on #AAC8CC background

This text has black color on #AAC8CC background.


White color preview on #AAC8CC background

This text has white color on #AAC8CC background.


Related colors

Complementary color

Complementary color for #hex is #553733.


I love getcolorcode.com

Triadic colors

1 #CCAAC8 and #C8CCAA with #AAC8CC are triadic colors.

2 #CCC8AA and #C8AACC with #AAC8CC are triadic colors.