COLOR #AAC7C9

HEX: #AAC7C9 RGB: (170,199,201)

Color info

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

RGB color model

#AAC7C9 color RGB value is (170,199,201).

RGB: (170,199,201) (67%, 78%, 79%)

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 201 of 255 = 79%

170
199
201

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

Portions of RGB colors in percentages

R + G + B = 170 + 199 + 201 = 570 (100%)
R 170 of 570 ~ 29.82%
G 199 of 570 ~ 34.91%
B 201 of 570 ~ 35.26'%

%29.82
%34.91
%35.26

CMYK color model

#AAC7C9 color CMYK value is (15,1,0,21).

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

CMYK: (15,1,0,21)
C15M1Y0K21 (15%, 1%, 0%, 21%)
(0.15 / 0.01 / 0.00 / 0.21)

CMYK percentages

%15.42
%1
%0
%21.18

Codes

Color #AAC7C9 in popluar color models

AA C7 C9
RGB 170 199 201
HSL 184° 22.30% 72.75%
HSB/HSV 184° 15.42% 78.82%
CMYK 15.42% 1.00% 0.00%
21.18%

Color #AAC7C9 in popluar number systems.

HEX AA C7 C9
Decimal 170 199 201
Binary 10101010 11000111 11001001
Octal 252 307 311

Shades and tints

Shades of #AAC7C9

#AAC7C9
(170,199,201)
#9BB5B7
(155,181,183)
#8CA3A5
(140,163,165)
#7D9193
(125,145,147)
#6E7F81
(110,127,129)
#5F6D6F
(95,109,111)
#505B5D
(80,91,93)
#41494B
(65,73,75)
#323739
(50,55,57)
#232527
(35,37,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AAC7C9

#AAC7C9
(170,199,201)
#B1CCCD
(177,204,205)
#B8D1D1
(184,209,209)
#BFD6D5
(191,214,213)
#C6DBD9
(198,219,217)
#CDE0DD
(205,224,221)
#D4E5E1
(212,229,225)
#DBEAE5
(219,234,229)
#E2EFE9
(226,239,233)
#E9F4ED
(233,244,237)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7C9; }

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

This text font color is #AAC7C9.

Background Color

.myBgColor { background-color: #AAC7C9; }

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

This div background color is #AAC7C9.

Border color

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

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

This div border color is #AAC7C9.

Opacity

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

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

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

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

This text has shadow with #AAC7C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC7C9.

Preview

Color preview on black background

This text has color #AAC7C9 on black background.


Color preview on white background

This text has color #AAC7C9 on white background.


Black color preview on #AAC7C9 background

This text has black color on #AAC7C9 background.


White color preview on #AAC7C9 background

This text has white color on #AAC7C9 background.


Related colors

Complementary color

Complementary color for #hex is #553836.


I love getcolorcode.com

Triadic colors

1 #C9AAC7 and #C7C9AA with #AAC7C9 are triadic colors.

2 #C9C7AA and #C7AAC9 with #AAC7C9 are triadic colors.