COLOR #ACC087

HEX: #ACC087
RGB: (172,192,135)

Color info

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

RGB color model

#ACC087 color RGB value is (172,192,135).

  • red value is 172;
  • green value is 192;
  • blue value is 135.
RGB:
(172,192,135)
(67%,75%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 135 of 255 = 53%

172
192
135

R + G + B ~ 65%. #ACC087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 192 + 135 = 499 (100%)
R 172 of 499 ~ 34.47%
G 192 of 499 ~ 38.48%
B 135 of 499 ~ 27.05%

%34.47
%38.48
%27.05

CMYK color model

#ACC087 color CMYK value is (10,0,30,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 29.69%
  • key color value is 24.71%
CMYK:
(10,0,30,25)
C10M0Y30K25 
(10%,0%,30%,25%)
(0.10/0.00/0.30/0.25)	

CMYK percentages

%10.42
%0
%29.69
%24.71

Codes

Color #ACC087 in popluar color models

ACC087
RGB172192135
HSL81°31.15%64.12%
HSB/HSV81°29.69%75.29%
CMYK10.42%0.00%29.69%
24.71%

Color #ACC087 in popluar number systems.

HEXACC087
Decimal172192135
Binary101011001100000010000111
Octal254300207

Shades and tints

Shades of #ACC087

#ACC087
(172,192,135)
#9DAF7B
(157,175,123)
#8E9E6F
(142,158,111)
#7F8D63
(127,141,99)
#707C57
(112,124,87)
#616B4B
(97,107,75)
#525A3F
(82,90,63)
#434933
(67,73,51)
#343827
(52,56,39)
#25271B
(37,39,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #ACC087

#ACC087
(172,192,135)
#B3C591
(179,197,145)
#BACA9B
(186,202,155)
#C1CFA5
(193,207,165)
#C8D4AF
(200,212,175)
#CFD9B9
(207,217,185)
#D6DEC3
(214,222,195)
#DDE3CD
(221,227,205)
#E4E8D7
(228,232,215)
#EBEDE1
(235,237,225)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC087 color. Also use rgb(172,192,135) instead hex code.

Text Font Color

.myTextColor { color: #ACC087; }

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

This text font color is #ACC087.


Background Color

.myBgColor { background-color: #ACC087; }

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

This div background color is #ACC087.


Border color

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

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

This div border color is #ACC087.


Opacity

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

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

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

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

This text has shadow with #ACC087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC087 on black background.


Color preview on white background

This text has color #ACC087 on white background.



Black color preview on #ACC087 background

This text has black color on #ACC087 background.


White color preview on #ACC087 background

This text has white color on #ACC087 background.