COLOR #ACC1A0

HEX: #ACC1A0
RGB: (172,193,160)

Color info

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

RGB color model

#ACC1A0 color RGB value is (172,193,160).

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

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 160 of 255 = 63%

172
193
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 193 + 160 = 525 (100%)
R 172 of 525 ~ 32.76%
G 193 of 525 ~ 36.76%
B 160 of 525 ~ 30.48%

%32.76
%36.76
%30.48

CMYK color model

#ACC1A0 color CMYK value is (11,0,17,24).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(11,0,17,24)
C11M0Y17K24 
(11%,0%,17%,24%)
(0.11/0.00/0.17/0.24)	

CMYK percentages

%10.88
%0
%17.1
%24.31

Codes

Color #ACC1A0 in popluar color models

ACC1A0
RGB172193160
HSL98°21.02%69.22%
HSB/HSV98°17.10%75.69%
CMYK10.88%0.00%17.10%
24.31%

Color #ACC1A0 in popluar number systems.

HEXACC1A0
Decimal172193160
Binary101011001100000110100000
Octal254301240

Shades and tints

Shades of #ACC1A0

#ACC1A0
(172,193,160)
#9DB092
(157,176,146)
#8E9F84
(142,159,132)
#7F8E76
(127,142,118)
#707D68
(112,125,104)
#616C5A
(97,108,90)
#525B4C
(82,91,76)
#434A3E
(67,74,62)
#343930
(52,57,48)
#252822
(37,40,34)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACC1A0

#ACC1A0
(172,193,160)
#B3C6A8
(179,198,168)
#BACBB0
(186,203,176)
#C1D0B8
(193,208,184)
#C8D5C0
(200,213,192)
#CFDAC8
(207,218,200)
#D6DFD0
(214,223,208)
#DDE4D8
(221,228,216)
#E4E9E0
(228,233,224)
#EBEEE8
(235,238,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC1A0; }

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

This text font color is #ACC1A0.


Background Color

.myBgColor { background-color: #ACC1A0; }

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

This div background color is #ACC1A0.


Border color

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

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

This div border color is #ACC1A0.


Opacity

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

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

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

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

This text has shadow with #ACC1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC1A0 on black background.


Color preview on white background

This text has color #ACC1A0 on white background.



Black color preview on #ACC1A0 background

This text has black color on #ACC1A0 background.


White color preview on #ACC1A0 background

This text has white color on #ACC1A0 background.