COLOR #ACC48C

HEX: #ACC48C
RGB: (172,196,140)

Color info

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

RGB color model

#ACC48C color RGB value is (172,196,140).

  • red value is 172;
  • green value is 196;
  • blue value is 140.
RGB:
(172,196,140)
(67%,77%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 140 of 255 = 55%

172
196
140

R + G + B ~ 66%. #ACC48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 140 = 508 (100%)
R 172 of 508 ~ 33.86%
G 196 of 508 ~ 38.58%
B 140 of 508 ~ 27.56%

%33.86
%38.58
%27.56

CMYK color model

#ACC48C color CMYK value is (12,0,29,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%
CMYK:
(12,0,29,23)
C12M0Y29K23 
(12%,0%,29%,23%)
(0.12/0.00/0.29/0.23)	

CMYK percentages

%12.24
%0
%28.57
%23.14

Codes

Color #ACC48C in popluar color models

ACC48C
RGB172196140
HSL86°32.18%65.88%
HSB/HSV86°28.57%76.86%
CMYK12.24%0.00%28.57%
23.14%

Color #ACC48C in popluar number systems.

HEXACC48C
Decimal172196140
Binary101011001100010010001100
Octal254304214

Shades and tints

Shades of #ACC48C

#ACC48C
(172,196,140)
#9DB380
(157,179,128)
#8EA274
(142,162,116)
#7F9168
(127,145,104)
#70805C
(112,128,92)
#616F50
(97,111,80)
#525E44
(82,94,68)
#434D38
(67,77,56)
#343C2C
(52,60,44)
#252B20
(37,43,32)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACC48C

#ACC48C
(172,196,140)
#B3C996
(179,201,150)
#BACEA0
(186,206,160)
#C1D3AA
(193,211,170)
#C8D8B4
(200,216,180)
#CFDDBE
(207,221,190)
#D6E2C8
(214,226,200)
#DDE7D2
(221,231,210)
#E4ECDC
(228,236,220)
#EBF1E6
(235,241,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC48C color. Also use rgb(172,196,140) instead hex code.

Text Font Color

.myTextColor { color: #ACC48C; }

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

This text font color is #ACC48C.


Background Color

.myBgColor { background-color: #ACC48C; }

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

This div background color is #ACC48C.


Border color

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

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

This div border color is #ACC48C.


Opacity

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

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

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

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

This text has shadow with #ACC48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC48C on black background.


Color preview on white background

This text has color #ACC48C on white background.



Black color preview on #ACC48C background

This text has black color on #ACC48C background.


White color preview on #ACC48C background

This text has white color on #ACC48C background.