COLOR #ACCCA0

HEX: #ACCCA0
RGB: (172,204,160)

Color info

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

RGB color model

#ACCCA0 color RGB value is (172,204,160).

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

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 160 of 255 = 63%

172
204
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 160 = 536 (100%)
R 172 of 536 ~ 32.09%
G 204 of 536 ~ 38.06%
B 160 of 536 ~ 29.85%

%32.09
%38.06
%29.85

CMYK color model

#ACCCA0 color CMYK value is (16,0,22,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK:
(16,0,22,20)
C16M0Y22K20 
(16%,0%,22%,20%)
(0.16/0.00/0.22/0.20)	

CMYK percentages

%15.69
%0
%21.57
%20

Codes

Color #ACCCA0 in popluar color models

ACCCA0
RGB172204160
HSL104°30.14%71.37%
HSB/HSV104°21.57%80.00%
CMYK15.69%0.00%21.57%
20.00%

Color #ACCCA0 in popluar number systems.

HEXACCCA0
Decimal172204160
Binary101011001100110010100000
Octal254314240

Shades and tints

Shades of #ACCCA0

#ACCCA0
(172,204,160)
#9DBA92
(157,186,146)
#8EA884
(142,168,132)
#7F9676
(127,150,118)
#708468
(112,132,104)
#61725A
(97,114,90)
#52604C
(82,96,76)
#434E3E
(67,78,62)
#343C30
(52,60,48)
#252A22
(37,42,34)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACCCA0

#ACCCA0
(172,204,160)
#B3D0A8
(179,208,168)
#BAD4B0
(186,212,176)
#C1D8B8
(193,216,184)
#C8DCC0
(200,220,192)
#CFE0C8
(207,224,200)
#D6E4D0
(214,228,208)
#DDE8D8
(221,232,216)
#E4ECE0
(228,236,224)
#EBF0E8
(235,240,232)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCA0; }

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

This text font color is #ACCCA0.


Background Color

.myBgColor { background-color: #ACCCA0; }

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

This div background color is #ACCCA0.


Border color

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

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

This div border color is #ACCCA0.


Opacity

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

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

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

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

This text has shadow with #ACCCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCA0 on black background.


Color preview on white background

This text has color #ACCCA0 on white background.



Black color preview on #ACCCA0 background

This text has black color on #ACCCA0 background.


White color preview on #ACCCA0 background

This text has white color on #ACCCA0 background.