COLOR #ACC4A1

HEX: #ACC4A1
RGB: (172,196,161)

Color info

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

RGB color model

#ACC4A1 color RGB value is (172,196,161).

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

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 161 of 255 = 63%

172
196
161

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 161 = 529 (100%)
R 172 of 529 ~ 32.51%
G 196 of 529 ~ 37.05%
B 161 of 529 ~ 30.43%

%32.51
%37.05
%30.43

CMYK color model

#ACC4A1 color CMYK value is (12,0,18,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 23.14%
CMYK:
(12,0,18,23)
C12M0Y18K23 
(12%,0%,18%,23%)
(0.12/0.00/0.18/0.23)	

CMYK percentages

%12.24
%0
%17.86
%23.14

Codes

Color #ACC4A1 in popluar color models

ACC4A1
RGB172196161
HSL101°22.88%70.00%
HSB/HSV101°17.86%76.86%
CMYK12.24%0.00%17.86%
23.14%

Color #ACC4A1 in popluar number systems.

HEXACC4A1
Decimal172196161
Binary101011001100010010100001
Octal254304241

Shades and tints

Shades of #ACC4A1

#ACC4A1
(172,196,161)
#9DB393
(157,179,147)
#8EA285
(142,162,133)
#7F9177
(127,145,119)
#708069
(112,128,105)
#616F5B
(97,111,91)
#525E4D
(82,94,77)
#434D3F
(67,77,63)
#343C31
(52,60,49)
#252B23
(37,43,35)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #ACC4A1

#ACC4A1
(172,196,161)
#B3C9A9
(179,201,169)
#BACEB1
(186,206,177)
#C1D3B9
(193,211,185)
#C8D8C1
(200,216,193)
#CFDDC9
(207,221,201)
#D6E2D1
(214,226,209)
#DDE7D9
(221,231,217)
#E4ECE1
(228,236,225)
#EBF1E9
(235,241,233)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4A1; }

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

This text font color is #ACC4A1.


Background Color

.myBgColor { background-color: #ACC4A1; }

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

This div background color is #ACC4A1.


Border color

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

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

This div border color is #ACC4A1.


Opacity

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

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

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

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

This text has shadow with #ACC4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4A1 on black background.


Color preview on white background

This text has color #ACC4A1 on white background.



Black color preview on #ACC4A1 background

This text has black color on #ACC4A1 background.


White color preview on #ACC4A1 background

This text has white color on #ACC4A1 background.