COLOR #AAC6BC

HEX: #AAC6BC RGB: (170,198,188)

Color info

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

RGB color model

#AAC6BC color RGB value is (170,198,188).

RGB: (170,198,188) (67%, 78%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 188 of 255 = 74%

170
198
188

R + G + B ~ 73%. #AAC6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 198 + 188 = 556 (100%)
R 170 of 556 ~ 30.58%
G 198 of 556 ~ 35.61%
B 188 of 556 ~ 33.81'%

%30.58
%35.61
%33.81

CMYK color model

#AAC6BC color CMYK value is (14,0,5,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (14,0,5,22)
C14M0Y5K22 (14%, 0%, 5%, 22%)
(0.14 / 0.00 / 0.05 / 0.22)

CMYK percentages

%14.14
%0
%5.05
%22.35

Codes

Color #AAC6BC in popluar color models

AA C6 BC
RGB 170 198 188
HSL 159° 19.72% 72.16%
HSB/HSV 159° 14.14% 77.65%
CMYK 14.14% 0.00% 5.05%
22.35%

Color #AAC6BC in popluar number systems.

HEX AA C6 BC
Decimal 170 198 188
Binary 10101010 11000110 10111100
Octal 252 306 274

Shades and tints

Shades of #AAC6BC

#AAC6BC
(170,198,188)
#9BB4AB
(155,180,171)
#8CA29A
(140,162,154)
#7D9089
(125,144,137)
#6E7E78
(110,126,120)
#5F6C67
(95,108,103)
#505A56
(80,90,86)
#414845
(65,72,69)
#323634
(50,54,52)
#232423
(35,36,35)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AAC6BC

#AAC6BC
(170,198,188)
#B1CBC2
(177,203,194)
#B8D0C8
(184,208,200)
#BFD5CE
(191,213,206)
#C6DAD4
(198,218,212)
#CDDFDA
(205,223,218)
#D4E4E0
(212,228,224)
#DBE9E6
(219,233,230)
#E2EEEC
(226,238,236)
#E9F3F2
(233,243,242)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC6BC color. Also use rgb(170,198,188) instead hex code.

Text Font Color

.myTextColor { color: #AAC6BC; }

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

This text font color is #AAC6BC.

Background Color

.myBgColor { background-color: #AAC6BC; }

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

This div background color is #AAC6BC.

Border color

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

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

This div border color is #AAC6BC.

Opacity

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

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

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

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

This text has shadow with #AAC6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC6BC.

Preview

Color preview on black background

This text has color #AAC6BC on black background.


Color preview on white background

This text has color #AAC6BC on white background.


Black color preview on #AAC6BC background

This text has black color on #AAC6BC background.


White color preview on #AAC6BC background

This text has white color on #AAC6BC background.


Related colors

Complementary color

Complementary color for #hex is #553943.


I love getcolorcode.com

Triadic colors

1 #BCAAC6 and #C6BCAA with #AAC6BC are triadic colors.

2 #BCC6AA and #C6AABC with #AAC6BC are triadic colors.