COLOR #AAC2CC

HEX: #AAC2CC RGB: (170,194,204)

Color info

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

RGB color model

#AAC2CC color RGB value is (170,194,204).

RGB: (170,194,204) (67%, 76%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 194 of 255 = 76%
B 204 of 255 = 80%

170
194
204

R + G + B ~ 74%. #AAC2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 194 + 204 = 568 (100%)
R 170 of 568 ~ 29.93%
G 194 of 568 ~ 34.15%
B 204 of 568 ~ 35.92'%

%29.93
%34.15
%35.92

CMYK color model

#AAC2CC color CMYK value is (17,5,0,20).

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

CMYK: (17,5,0,20)
C17M5Y0K20 (17%, 5%, 0%, 20%)
(0.17 / 0.05 / 0.00 / 0.20)

CMYK percentages

%16.67
%4.9
%0
%20

Codes

Color #AAC2CC in popluar color models

AA C2 CC
RGB 170 194 204
HSL 198° 25.00% 73.33%
HSB/HSV 198° 16.67% 80.00%
CMYK 16.67% 4.90% 0.00%
20.00%

Color #AAC2CC in popluar number systems.

HEX AA C2 CC
Decimal 170 194 204
Binary 10101010 11000010 11001100
Octal 252 302 314

Shades and tints

Shades of #AAC2CC

#AAC2CC
(170,194,204)
#9BB1BA
(155,177,186)
#8CA0A8
(140,160,168)
#7D8F96
(125,143,150)
#6E7E84
(110,126,132)
#5F6D72
(95,109,114)
#505C60
(80,92,96)
#414B4E
(65,75,78)
#323A3C
(50,58,60)
#23292A
(35,41,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AAC2CC

#AAC2CC
(170,194,204)
#B1C7D0
(177,199,208)
#B8CCD4
(184,204,212)
#BFD1D8
(191,209,216)
#C6D6DC
(198,214,220)
#CDDBE0
(205,219,224)
#D4E0E4
(212,224,228)
#DBE5E8
(219,229,232)
#E2EAEC
(226,234,236)
#E9EFF0
(233,239,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC2CC; }

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

This text font color is #AAC2CC.

Background Color

.myBgColor { background-color: #AAC2CC; }

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

This div background color is #AAC2CC.

Border color

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

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

This div border color is #AAC2CC.

Opacity

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

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

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

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

This text has shadow with #AAC2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC2CC.

Preview

Color preview on black background

This text has color #AAC2CC on black background.


Color preview on white background

This text has color #AAC2CC on white background.


Black color preview on #AAC2CC background

This text has black color on #AAC2CC background.


White color preview on #AAC2CC background

This text has white color on #AAC2CC background.


Related colors

Complementary color

Complementary color for #hex is #553D33.


I love getcolorcode.com

Triadic colors

1 #CCAAC2 and #C2CCAA with #AAC2CC are triadic colors.

2 #CCC2AA and #C2AACC with #AAC2CC are triadic colors.