COLOR #AAC5B7

HEX: #AAC5B7 RGB: (170,197,183)

Color info

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

RGB color model

#AAC5B7 color RGB value is (170,197,183).

RGB: (170,197,183) (67%, 77%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 183 of 255 = 72%

170
197
183

R + G + B ~ 72%. #AAC5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 197 + 183 = 550 (100%)
R 170 of 550 ~ 30.91%
G 197 of 550 ~ 35.82%
B 183 of 550 ~ 33.27'%

%30.91
%35.82
%33.27

CMYK color model

#AAC5B7 color CMYK value is (14,0,7,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 22.75%

CMYK: (14,0,7,23)
C14M0Y7K23 (14%, 0%, 7%, 23%)
(0.14 / 0.00 / 0.07 / 0.23)

CMYK percentages

%13.71
%0
%7.11
%22.75

Codes

Color #AAC5B7 in popluar color models

AA C5 B7
RGB 170 197 183
HSL 149° 18.88% 71.96%
HSB/HSV 149° 13.71% 77.25%
CMYK 13.71% 0.00% 7.11%
22.75%

Color #AAC5B7 in popluar number systems.

HEX AA C5 B7
Decimal 170 197 183
Binary 10101010 11000101 10110111
Octal 252 305 267

Shades and tints

Shades of #AAC5B7

#AAC5B7
(170,197,183)
#9BB4A7
(155,180,167)
#8CA397
(140,163,151)
#7D9287
(125,146,135)
#6E8177
(110,129,119)
#5F7067
(95,112,103)
#505F57
(80,95,87)
#414E47
(65,78,71)
#323D37
(50,61,55)
#232C27
(35,44,39)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #AAC5B7

#AAC5B7
(170,197,183)
#B1CABD
(177,202,189)
#B8CFC3
(184,207,195)
#BFD4C9
(191,212,201)
#C6D9CF
(198,217,207)
#CDDED5
(205,222,213)
#D4E3DB
(212,227,219)
#DBE8E1
(219,232,225)
#E2EDE7
(226,237,231)
#E9F2ED
(233,242,237)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC5B7 color. Also use rgb(170,197,183) instead hex code.

Text Font Color

.myTextColor { color: #AAC5B7; }

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

This text font color is #AAC5B7.

Background Color

.myBgColor { background-color: #AAC5B7; }

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

This div background color is #AAC5B7.

Border color

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

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

This div border color is #AAC5B7.

Opacity

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

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

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

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

This text has shadow with #AAC5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC5B7.

Preview

Color preview on black background

This text has color #AAC5B7 on black background.


Color preview on white background

This text has color #AAC5B7 on white background.


Black color preview on #AAC5B7 background

This text has black color on #AAC5B7 background.


White color preview on #AAC5B7 background

This text has white color on #AAC5B7 background.


Related colors

Complementary color

Complementary color for #hex is #553A48.


I love getcolorcode.com

Triadic colors

1 #B7AAC5 and #C5B7AA with #AAC5B7 are triadic colors.

2 #B7C5AA and #C5AAB7 with #AAC5B7 are triadic colors.