COLOR #ACC29C

HEX: #ACC29C
RGB: (172,194,156)

Color info

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

RGB color model

#ACC29C color RGB value is (172,194,156).

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

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 156 of 255 = 61%

172
194
156

R + G + B ~ 68%. #ACC29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 156 = 522 (100%)
R 172 of 522 ~ 32.95%
G 194 of 522 ~ 37.16%
B 156 of 522 ~ 29.89%

%32.95
%37.16
%29.89

CMYK color model

#ACC29C color CMYK value is (11,0,20,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(11,0,20,24)
C11M0Y20K24 
(11%,0%,20%,24%)
(0.11/0.00/0.20/0.24)	

CMYK percentages

%11.34
%0
%19.59
%23.92

Codes

Color #ACC29C in popluar color models

ACC29C
RGB172194156
HSL95°23.75%68.63%
HSB/HSV95°19.59%76.08%
CMYK11.34%0.00%19.59%
23.92%

Color #ACC29C in popluar number systems.

HEXACC29C
Decimal172194156
Binary101011001100001010011100
Octal254302234

Shades and tints

Shades of #ACC29C

#ACC29C
(172,194,156)
#9DB18E
(157,177,142)
#8EA080
(142,160,128)
#7F8F72
(127,143,114)
#707E64
(112,126,100)
#616D56
(97,109,86)
#525C48
(82,92,72)
#434B3A
(67,75,58)
#343A2C
(52,58,44)
#25291E
(37,41,30)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACC29C

#ACC29C
(172,194,156)
#B3C7A5
(179,199,165)
#BACCAE
(186,204,174)
#C1D1B7
(193,209,183)
#C8D6C0
(200,214,192)
#CFDBC9
(207,219,201)
#D6E0D2
(214,224,210)
#DDE5DB
(221,229,219)
#E4EAE4
(228,234,228)
#EBEFED
(235,239,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC29C; }

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

This text font color is #ACC29C.


Background Color

.myBgColor { background-color: #ACC29C; }

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

This div background color is #ACC29C.


Border color

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

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

This div border color is #ACC29C.


Opacity

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

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

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

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

This text has shadow with #ACC29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC29C on black background.


Color preview on white background

This text has color #ACC29C on white background.



Black color preview on #ACC29C background

This text has black color on #ACC29C background.


White color preview on #ACC29C background

This text has white color on #ACC29C background.