COLOR #ACC287

HEX: #ACC287
RGB: (172,194,135)

Color info

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

RGB color model

#ACC287 color RGB value is (172,194,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 135 of 255 = 53%

172
194
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 135 = 501 (100%)
R 172 of 501 ~ 34.33%
G 194 of 501 ~ 38.72%
B 135 of 501 ~ 26.95%

%34.33
%38.72
%26.95

CMYK color model

#ACC287 color CMYK value is (11,0,30,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 23.92%
CMYK:
(11,0,30,24)
C11M0Y30K24 
(11%,0%,30%,24%)
(0.11/0.00/0.30/0.24)	

CMYK percentages

%11.34
%0
%30.41
%23.92

Codes

Color #ACC287 in popluar color models

ACC287
RGB172194135
HSL82°32.60%64.51%
HSB/HSV82°30.41%76.08%
CMYK11.34%0.00%30.41%
23.92%

Color #ACC287 in popluar number systems.

HEXACC287
Decimal172194135
Binary101011001100001010000111
Octal254302207

Shades and tints

Shades of #ACC287

#ACC287
(172,194,135)
#9DB17B
(157,177,123)
#8EA06F
(142,160,111)
#7F8F63
(127,143,99)
#707E57
(112,126,87)
#616D4B
(97,109,75)
#525C3F
(82,92,63)
#434B33
(67,75,51)
#343A27
(52,58,39)
#25291B
(37,41,27)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #ACC287

#ACC287
(172,194,135)
#B3C791
(179,199,145)
#BACC9B
(186,204,155)
#C1D1A5
(193,209,165)
#C8D6AF
(200,214,175)
#CFDBB9
(207,219,185)
#D6E0C3
(214,224,195)
#DDE5CD
(221,229,205)
#E4EAD7
(228,234,215)
#EBEFE1
(235,239,225)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC287; }

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

This text font color is #ACC287.


Background Color

.myBgColor { background-color: #ACC287; }

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

This div background color is #ACC287.


Border color

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

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

This div border color is #ACC287.


Opacity

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

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

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

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

This text has shadow with #ACC287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC287 on black background.


Color preview on white background

This text has color #ACC287 on white background.



Black color preview on #ACC287 background

This text has black color on #ACC287 background.


White color preview on #ACC287 background

This text has white color on #ACC287 background.