COLOR #ACC2A4

HEX: #ACC2A4
RGB: (172,194,164)

Color info

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

RGB color model

#ACC2A4 color RGB value is (172,194,164).

  • red value is 172;
  • green value is 194;
  • blue value is 164.
RGB:
(172,194,164)
(67%,76%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 164 of 255 = 64%

172
194
164

R + G + B ~ 69%. #ACC2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 164 = 530 (100%)
R 172 of 530 ~ 32.45%
G 194 of 530 ~ 36.6%
B 164 of 530 ~ 30.94%

%32.45
%36.6
%30.94

CMYK color model

#ACC2A4 color CMYK value is (11,0,15,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 23.92%
CMYK:
(11,0,15,24)
C11M0Y15K24 
(11%,0%,15%,24%)
(0.11/0.00/0.15/0.24)	

CMYK percentages

%11.34
%0
%15.46
%23.92

Codes

Color #ACC2A4 in popluar color models

ACC2A4
RGB172194164
HSL104°19.74%70.20%
HSB/HSV104°15.46%76.08%
CMYK11.34%0.00%15.46%
23.92%

Color #ACC2A4 in popluar number systems.

HEXACC2A4
Decimal172194164
Binary101011001100001010100100
Octal254302244

Shades and tints

Shades of #ACC2A4

#ACC2A4
(172,194,164)
#9DB196
(157,177,150)
#8EA088
(142,160,136)
#7F8F7A
(127,143,122)
#707E6C
(112,126,108)
#616D5E
(97,109,94)
#525C50
(82,92,80)
#434B42
(67,75,66)
#343A34
(52,58,52)
#252926
(37,41,38)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACC2A4

#ACC2A4
(172,194,164)
#B3C7AC
(179,199,172)
#BACCB4
(186,204,180)
#C1D1BC
(193,209,188)
#C8D6C4
(200,214,196)
#CFDBCC
(207,219,204)
#D6E0D4
(214,224,212)
#DDE5DC
(221,229,220)
#E4EAE4
(228,234,228)
#EBEFEC
(235,239,236)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2A4 color. Also use rgb(172,194,164) instead hex code.

Text Font Color

.myTextColor { color: #ACC2A4; }

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

This text font color is #ACC2A4.


Background Color

.myBgColor { background-color: #ACC2A4; }

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

This div background color is #ACC2A4.


Border color

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

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

This div border color is #ACC2A4.


Opacity

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

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

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

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

This text has shadow with #ACC2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC2A4 on black background.


Color preview on white background

This text has color #ACC2A4 on white background.



Black color preview on #ACC2A4 background

This text has black color on #ACC2A4 background.


White color preview on #ACC2A4 background

This text has white color on #ACC2A4 background.