COLOR #ACC9A0

HEX: #ACC9A0
RGB: (172,201,160)

Color info

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

RGB color model

#ACC9A0 color RGB value is (172,201,160).

  • red value is 172;
  • green value is 201;
  • blue value is 160.
RGB:
(172,201,160)
(67%,79%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 160 of 255 = 63%

172
201
160

R + G + B ~ 70%. #ACC9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 160 = 533 (100%)
R 172 of 533 ~ 32.27%
G 201 of 533 ~ 37.71%
B 160 of 533 ~ 30.02%

%32.27
%37.71
%30.02

CMYK color model

#ACC9A0 color CMYK value is (14,0,20,21).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • key color value is 21.18%
CMYK:
(14,0,20,21)
C14M0Y20K21 
(14%,0%,20%,21%)
(0.14/0.00/0.20/0.21)	

CMYK percentages

%14.43
%0
%20.4
%21.18

Codes

Color #ACC9A0 in popluar color models

ACC9A0
RGB172201160
HSL102°27.52%70.78%
HSB/HSV102°20.40%78.82%
CMYK14.43%0.00%20.40%
21.18%

Color #ACC9A0 in popluar number systems.

HEXACC9A0
Decimal172201160
Binary101011001100100110100000
Octal254311240

Shades and tints

Shades of #ACC9A0

#ACC9A0
(172,201,160)
#9DB792
(157,183,146)
#8EA584
(142,165,132)
#7F9376
(127,147,118)
#708168
(112,129,104)
#616F5A
(97,111,90)
#525D4C
(82,93,76)
#434B3E
(67,75,62)
#343930
(52,57,48)
#252722
(37,39,34)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACC9A0

#ACC9A0
(172,201,160)
#B3CDA8
(179,205,168)
#BAD1B0
(186,209,176)
#C1D5B8
(193,213,184)
#C8D9C0
(200,217,192)
#CFDDC8
(207,221,200)
#D6E1D0
(214,225,208)
#DDE5D8
(221,229,216)
#E4E9E0
(228,233,224)
#EBEDE8
(235,237,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC9A0 color. Also use rgb(172,201,160) instead hex code.

Text Font Color

.myTextColor { color: #ACC9A0; }

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

This text font color is #ACC9A0.


Background Color

.myBgColor { background-color: #ACC9A0; }

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

This div background color is #ACC9A0.


Border color

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

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

This div border color is #ACC9A0.


Opacity

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

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

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

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

This text has shadow with #ACC9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC9A0 on black background.


Color preview on white background

This text has color #ACC9A0 on white background.



Black color preview on #ACC9A0 background

This text has black color on #ACC9A0 background.


White color preview on #ACC9A0 background

This text has white color on #ACC9A0 background.