COLOR #ACC6AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
198
170

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

Portions of RGB colors in percentages

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

%31.85
%36.67
%31.48

CMYK color model

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

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

CMYK percentages

%13.13
%0
%14.14
%22.35

Codes

Color #ACC6AA in popluar color models

ACC6AA
RGB172198170
HSL116°19.72%72.16%
HSB/HSV116°14.14%77.65%
CMYK13.13%0.00%14.14%
22.35%

Color #ACC6AA in popluar number systems.

HEXACC6AA
Decimal172198170
Binary101011001100011010101010
Octal254306252

Shades and tints

Shades of #ACC6AA

#ACC6AA
(172,198,170)
#9DB49B
(157,180,155)
#8EA28C
(142,162,140)
#7F907D
(127,144,125)
#707E6E
(112,126,110)
#616C5F
(97,108,95)
#525A50
(82,90,80)
#434841
(67,72,65)
#343632
(52,54,50)
#252423
(37,36,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #ACC6AA

#ACC6AA
(172,198,170)
#B3CBB1
(179,203,177)
#BAD0B8
(186,208,184)
#C1D5BF
(193,213,191)
#C8DAC6
(200,218,198)
#CFDFCD
(207,223,205)
#D6E4D4
(214,228,212)
#DDE9DB
(221,233,219)
#E4EEE2
(228,238,226)
#EBF3E9
(235,243,233)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC6AA; }

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

This text font color is #ACC6AA.


Background Color

.myBgColor { background-color: #ACC6AA; }

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

This div background color is #ACC6AA.


Border color

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

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

This div border color is #ACC6AA.


Opacity

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

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

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

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

This text has shadow with #ACC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC6AA on black background.


Color preview on white background

This text has color #ACC6AA on white background.



Black color preview on #ACC6AA background

This text has black color on #ACC6AA background.


White color preview on #ACC6AA background

This text has white color on #ACC6AA background.