COLOR #ACCC9C

HEX: #ACCC9C
RGB: (172,204,156)

Color info

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

RGB color model

#ACCC9C color RGB value is (172,204,156).

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

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 156 of 255 = 61%

172
204
156

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

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 156 = 532 (100%)
R 172 of 532 ~ 32.33%
G 204 of 532 ~ 38.35%
B 156 of 532 ~ 29.32%

%32.33
%38.35
%29.32

CMYK color model

#ACCC9C color CMYK value is (16,0,24,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(16,0,24,20)
C16M0Y24K20 
(16%,0%,24%,20%)
(0.16/0.00/0.24/0.20)	

CMYK percentages

%15.69
%0
%23.53
%20

Codes

Color #ACCC9C in popluar color models

ACCC9C
RGB172204156
HSL100°32.00%70.59%
HSB/HSV100°23.53%80.00%
CMYK15.69%0.00%23.53%
20.00%

Color #ACCC9C in popluar number systems.

HEXACCC9C
Decimal172204156
Binary101011001100110010011100
Octal254314234

Shades and tints

Shades of #ACCC9C

#ACCC9C
(172,204,156)
#9DBA8E
(157,186,142)
#8EA880
(142,168,128)
#7F9672
(127,150,114)
#708464
(112,132,100)
#617256
(97,114,86)
#526048
(82,96,72)
#434E3A
(67,78,58)
#343C2C
(52,60,44)
#252A1E
(37,42,30)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACCC9C

#ACCC9C
(172,204,156)
#B3D0A5
(179,208,165)
#BAD4AE
(186,212,174)
#C1D8B7
(193,216,183)
#C8DCC0
(200,220,192)
#CFE0C9
(207,224,201)
#D6E4D2
(214,228,210)
#DDE8DB
(221,232,219)
#E4ECE4
(228,236,228)
#EBF0ED
(235,240,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCC9C; }

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

This text font color is #ACCC9C.


Background Color

.myBgColor { background-color: #ACCC9C; }

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

This div background color is #ACCC9C.


Border color

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

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

This div border color is #ACCC9C.


Opacity

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

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

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

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

This text has shadow with #ACCC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCC9C on black background.


Color preview on white background

This text has color #ACCC9C on white background.



Black color preview on #ACCC9C background

This text has black color on #ACCC9C background.


White color preview on #ACCC9C background

This text has white color on #ACCC9C background.