COLOR #AAC0C9

HEX: #AAC0C9 RGB: (170,192,201)

Color info

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

RGB color model

#AAC0C9 color RGB value is (170,192,201).

RGB: (170,192,201) (67%, 75%, 79%)

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 201 of 255 = 79%

170
192
201

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

Portions of RGB colors in percentages

R + G + B = 170 + 192 + 201 = 563 (100%)
R 170 of 563 ~ 30.2%
G 192 of 563 ~ 34.1%
B 201 of 563 ~ 35.7'%

%30.2
%34.1
%35.7

CMYK color model

#AAC0C9 color CMYK value is (15,4,0,21).

  • cyan value is 15.42%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (15,4,0,21)
C15M4Y0K21 (15%, 4%, 0%, 21%)
(0.15 / 0.04 / 0.00 / 0.21)

CMYK percentages

%15.42
%4.48
%0
%21.18

Codes

Color #AAC0C9 in popluar color models

AA C0 C9
RGB 170 192 201
HSL 197° 22.30% 72.75%
HSB/HSV 197° 15.42% 78.82%
CMYK 15.42% 4.48% 0.00%
21.18%

Color #AAC0C9 in popluar number systems.

HEX AA C0 C9
Decimal 170 192 201
Binary 10101010 11000000 11001001
Octal 252 300 311

Shades and tints

Shades of #AAC0C9

#AAC0C9
(170,192,201)
#9BAFB7
(155,175,183)
#8C9EA5
(140,158,165)
#7D8D93
(125,141,147)
#6E7C81
(110,124,129)
#5F6B6F
(95,107,111)
#505A5D
(80,90,93)
#41494B
(65,73,75)
#323839
(50,56,57)
#232727
(35,39,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AAC0C9

#AAC0C9
(170,192,201)
#B1C5CD
(177,197,205)
#B8CAD1
(184,202,209)
#BFCFD5
(191,207,213)
#C6D4D9
(198,212,217)
#CDD9DD
(205,217,221)
#D4DEE1
(212,222,225)
#DBE3E5
(219,227,229)
#E2E8E9
(226,232,233)
#E9EDED
(233,237,237)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC0C9 color. Also use rgb(170,192,201) instead hex code.

Text Font Color

.myTextColor { color: #AAC0C9; }

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

This text font color is #AAC0C9.

Background Color

.myBgColor { background-color: #AAC0C9; }

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

This div background color is #AAC0C9.

Border color

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

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

This div border color is #AAC0C9.

Opacity

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

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

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

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

This text has shadow with #AAC0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC0C9.

Preview

Color preview on black background

This text has color #AAC0C9 on black background.


Color preview on white background

This text has color #AAC0C9 on white background.


Black color preview on #AAC0C9 background

This text has black color on #AAC0C9 background.


White color preview on #AAC0C9 background

This text has white color on #AAC0C9 background.


Related colors

Complementary color

Complementary color for #hex is #553F36.


I love getcolorcode.com

Triadic colors

1 #C9AAC0 and #C0C9AA with #AAC0C9 are triadic colors.

2 #C9C0AA and #C0AAC9 with #AAC0C9 are triadic colors.