COLOR #ACCC88

HEX: #ACCC88
RGB: (172,204,136)

Color info

#ACCC88 contains mainly red and green colors. Web safe color of #ACCC88 is #99CC99 (or #9C9).

RGB color model

#ACCC88 color RGB value is (172,204,136).

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

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 136 of 255 = 53%

172
204
136

R + G + B ~ 67%. #ACCC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 136 = 512 (100%)
R 172 of 512 ~ 33.59%
G 204 of 512 ~ 39.84%
B 136 of 512 ~ 26.56%

%33.59
%39.84
%26.56

CMYK color model

#ACCC88 color CMYK value is (16,0,33,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 20.00%
CMYK:
(16,0,33,20)
C16M0Y33K20 
(16%,0%,33%,20%)
(0.16/0.00/0.33/0.20)	

CMYK percentages

%15.69
%0
%33.33
%20

Codes

Color #ACCC88 in popluar color models

ACCC88
RGB172204136
HSL88°40.00%66.67%
HSB/HSV88°33.33%80.00%
CMYK15.69%0.00%33.33%
20.00%

Color #ACCC88 in popluar number systems.

HEXACCC88
Decimal172204136
Binary101011001100110010001000
Octal254314210

Shades and tints

Shades of #ACCC88

#ACCC88
(172,204,136)
#9DBA7C
(157,186,124)
#8EA870
(142,168,112)
#7F9664
(127,150,100)
#708458
(112,132,88)
#61724C
(97,114,76)
#526040
(82,96,64)
#434E34
(67,78,52)
#343C28
(52,60,40)
#252A1C
(37,42,28)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACCC88

#ACCC88
(172,204,136)
#B3D092
(179,208,146)
#BAD49C
(186,212,156)
#C1D8A6
(193,216,166)
#C8DCB0
(200,220,176)
#CFE0BA
(207,224,186)
#D6E4C4
(214,228,196)
#DDE8CE
(221,232,206)
#E4ECD8
(228,236,216)
#EBF0E2
(235,240,226)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCC88; }

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

This text font color is #ACCC88.


Background Color

.myBgColor { background-color: #ACCC88; }

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

This div background color is #ACCC88.


Border color

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

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

This div border color is #ACCC88.


Opacity

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

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

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

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

This text has shadow with #ACCC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCC88 on black background.


Color preview on white background

This text has color #ACCC88 on white background.



Black color preview on #ACCC88 background

This text has black color on #ACCC88 background.


White color preview on #ACCC88 background

This text has white color on #ACCC88 background.