COLOR #AAC6AC

HEX: #AAC6AC
RGB: (170,198,172)

Color info

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

RGB color model

#AAC6AC color RGB value is (170,198,172).

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

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 172 of 255 = 67%

170
198
172

R + G + B ~ 71%. #AAC6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 172 = 540 (100%)
R 170 of 540 ~ 31.48%
G 198 of 540 ~ 36.67%
B 172 of 540 ~ 31.85%

%31.48
%36.67
%31.85

CMYK color model

#AAC6AC color CMYK value is (14,0,13,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (14,0,13,22) C14M0Y13K22 (14%,0%,13%,22%) (0.14/0.00/0.13/0.22)

CMYK percentages

%14.14
%0
%13.13
%22.35

Codes

Color #AAC6AC in popluar color models

AAC6AC
RGB170198172
HSL124°19.72%72.16%
HSB/HSV124°14.14%77.65%
CMYK14.14%0.00%13.13%
22.35%

Color #AAC6AC in popluar number systems.

HEXAAC6AC
Decimal170198172
Binary101010101100011010101100
Octal252306254

Shades and tints

Shades of #AAC6AC

#AAC6AC
(170,198,172)
#9BB49D
(155,180,157)
#8CA28E
(140,162,142)
#7D907F
(125,144,127)
#6E7E70
(110,126,112)
#5F6C61
(95,108,97)
#505A52
(80,90,82)
#414843
(65,72,67)
#323634
(50,54,52)
#232425
(35,36,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AAC6AC

#AAC6AC
(170,198,172)
#B1CBB3
(177,203,179)
#B8D0BA
(184,208,186)
#BFD5C1
(191,213,193)
#C6DAC8
(198,218,200)
#CDDFCF
(205,223,207)
#D4E4D6
(212,228,214)
#DBE9DD
(219,233,221)
#E2EEE4
(226,238,228)
#E9F3EB
(233,243,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC6AC; }

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

This text font color is #AAC6AC.


Background Color

.myBgColor { background-color: #AAC6AC; }

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

This div background color is #AAC6AC.


Border color

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

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

This div border color is #AAC6AC.


Opacity

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

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

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

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

This text has shadow with #AAC6AC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAC6AC on black background.


Color preview on white background

This text has color #AAC6AC on white background.



Black color preview on #AAC6AC background

This text has black color on #AAC6AC background.


White color preview on #AAC6AC background

This text has white color on #AAC6AC background.