COLOR #AAC6C0

HEX: #AAC6C0
RGB: (170,198,192)

Color info

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

RGB color model

#AAC6C0 color RGB value is (170,198,192).

  • red value is 170;
  • green value is 198;
  • blue value is 192.
RGB:
(170,198,192)
(67%,78%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 192 of 255 = 75%

170
198
192

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 192 = 560 (100%)
R 170 of 560 ~ 30.36%
G 198 of 560 ~ 35.36%
B 192 of 560 ~ 34.29%

%30.36
%35.36
%34.29

CMYK color model

#AAC6C0 color CMYK value is (14,0,3,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(14,0,3,22)
C14M0Y3K22 
(14%,0%,3%,22%)
(0.14/0.00/0.03/0.22)	

CMYK percentages

%14.14
%0
%3.03
%22.35

Codes

Color #AAC6C0 in popluar color models

AAC6C0
RGB170198192
HSL167°19.72%72.16%
HSB/HSV167°14.14%77.65%
CMYK14.14%0.00%3.03%
22.35%

Color #AAC6C0 in popluar number systems.

HEXAAC6C0
Decimal170198192
Binary101010101100011011000000
Octal252306300

Shades and tints

Shades of #AAC6C0

#AAC6C0
(170,198,192)
#9BB4AF
(155,180,175)
#8CA29E
(140,162,158)
#7D908D
(125,144,141)
#6E7E7C
(110,126,124)
#5F6C6B
(95,108,107)
#505A5A
(80,90,90)
#414849
(65,72,73)
#323638
(50,54,56)
#232427
(35,36,39)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AAC6C0

#AAC6C0
(170,198,192)
#B1CBC5
(177,203,197)
#B8D0CA
(184,208,202)
#BFD5CF
(191,213,207)
#C6DAD4
(198,218,212)
#CDDFD9
(205,223,217)
#D4E4DE
(212,228,222)
#DBE9E3
(219,233,227)
#E2EEE8
(226,238,232)
#E9F3ED
(233,243,237)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC6C0; }

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

This text font color is #AAC6C0.


Background Color

.myBgColor { background-color: #AAC6C0; }

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

This div background color is #AAC6C0.


Border color

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

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

This div border color is #AAC6C0.


Opacity

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

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

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

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

This text has shadow with #AAC6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC6C0 on black background.


Color preview on white background

This text has color #AAC6C0 on white background.



Black color preview on #AAC6C0 background

This text has black color on #AAC6C0 background.


White color preview on #AAC6C0 background

This text has white color on #AAC6C0 background.