COLOR #AAC4C7

HEX: #AAC4C7 RGB: (170,196,199)

Color info

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

RGB color model

#AAC4C7 color RGB value is (170,196,199).

RGB: (170,196,199) (67%, 77%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 199 of 255 = 78%

170
196
199

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

Portions of RGB colors in percentages

R + G + B = 170 + 196 + 199 = 565 (100%)
R 170 of 565 ~ 30.09%
G 196 of 565 ~ 34.69%
B 199 of 565 ~ 35.22'%

%30.09
%34.69
%35.22

CMYK color model

#AAC4C7 color CMYK value is (15,2,0,22).

  • cyan value is 14.57%
  • magenta value is 1.51%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (15,2,0,22)
C15M2Y0K22 (15%, 2%, 0%, 22%)
(0.15 / 0.02 / 0.00 / 0.22)

CMYK percentages

%14.57
%1.51
%0
%21.96

Codes

Color #AAC4C7 in popluar color models

AA C4 C7
RGB 170 196 199
HSL 186° 20.57% 72.35%
HSB/HSV 186° 14.57% 78.04%
CMYK 14.57% 1.51% 0.00%
21.96%

Color #AAC4C7 in popluar number systems.

HEX AA C4 C7
Decimal 170 196 199
Binary 10101010 11000100 11000111
Octal 252 304 307

Shades and tints

Shades of #AAC4C7

#AAC4C7
(170,196,199)
#9BB3B5
(155,179,181)
#8CA2A3
(140,162,163)
#7D9191
(125,145,145)
#6E807F
(110,128,127)
#5F6F6D
(95,111,109)
#505E5B
(80,94,91)
#414D49
(65,77,73)
#323C37
(50,60,55)
#232B25
(35,43,37)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #AAC4C7

#AAC4C7
(170,196,199)
#B1C9CC
(177,201,204)
#B8CED1
(184,206,209)
#BFD3D6
(191,211,214)
#C6D8DB
(198,216,219)
#CDDDE0
(205,221,224)
#D4E2E5
(212,226,229)
#DBE7EA
(219,231,234)
#E2ECEF
(226,236,239)
#E9F1F4
(233,241,244)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC4C7; }

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

This text font color is #AAC4C7.

Background Color

.myBgColor { background-color: #AAC4C7; }

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

This div background color is #AAC4C7.

Border color

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

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

This div border color is #AAC4C7.

Opacity

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

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

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

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

This text has shadow with #AAC4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC4C7.

Preview

Color preview on black background

This text has color #AAC4C7 on black background.


Color preview on white background

This text has color #AAC4C7 on white background.


Black color preview on #AAC4C7 background

This text has black color on #AAC4C7 background.


White color preview on #AAC4C7 background

This text has white color on #AAC4C7 background.


Related colors

Complementary color

Complementary color for #hex is #553B38.


I love getcolorcode.com

Triadic colors

1 #C7AAC4 and #C4C7AA with #AAC4C7 are triadic colors.

2 #C7C4AA and #C4AAC7 with #AAC4C7 are triadic colors.