COLOR #ACC687

HEX: #ACC687 RGB: (172,198,135)

Color info

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

RGB color model

#ACC687 color RGB value is (172,198,135).

RGB: (172,198,135) (67%, 78%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 135 of 255 = 53%

172
198
135

R + G + B ~ 66%. #ACC687 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 198 + 135 = 505 (100%)
R 172 of 505 ~ 34.06%
G 198 of 505 ~ 39.21%
B 135 of 505 ~ 26.73'%

%34.06
%39.21
%26.73

CMYK color model

#ACC687 color CMYK value is (13,0,32,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 22.35%

CMYK: (13,0,32,22)
C13M0Y32K22 (13%, 0%, 32%, 22%)
(0.13 / 0.00 / 0.32 / 0.22)

CMYK percentages

%13.13
%0
%31.82
%22.35

Codes

Color #ACC687 in popluar color models

AC C6 87
RGB 172 198 135
HSL 85° 35.59% 65.29%
HSB/HSV 85° 31.82% 77.65%
CMYK 13.13% 0.00% 31.82%
22.35%

Color #ACC687 in popluar number systems.

HEX AC C6 87
Decimal 172 198 135
Binary 10101100 11000110 10000111
Octal 254 306 207

Shades and tints

Shades of #ACC687

#ACC687
(172,198,135)
#9DB47B
(157,180,123)
#8EA26F
(142,162,111)
#7F9063
(127,144,99)
#707E57
(112,126,87)
#616C4B
(97,108,75)
#525A3F
(82,90,63)
#434833
(67,72,51)
#343627
(52,54,39)
#25241B
(37,36,27)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #ACC687

#ACC687
(172,198,135)
#B3CB91
(179,203,145)
#BAD09B
(186,208,155)
#C1D5A5
(193,213,165)
#C8DAAF
(200,218,175)
#CFDFB9
(207,223,185)
#D6E4C3
(214,228,195)
#DDE9CD
(221,233,205)
#E4EED7
(228,238,215)
#EBF3E1
(235,243,225)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC687; }

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

This text font color is #ACC687.

Background Color

.myBgColor { background-color: #ACC687; }

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

This div background color is #ACC687.

Border color

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

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

This div border color is #ACC687.

Opacity

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

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

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

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

This text has shadow with #ACC687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC687.

Preview

Color preview on black background

This text has color #ACC687 on black background.


Color preview on white background

This text has color #ACC687 on white background.


Black color preview on #ACC687 background

This text has black color on #ACC687 background.


White color preview on #ACC687 background

This text has white color on #ACC687 background.


Related colors

Complementary color

Complementary color for #hex is #533978.


I love getcolorcode.com

Triadic colors

1 #87ACC6 and #C687AC with #ACC687 are triadic colors.

2 #87C6AC and #C6AC87 with #ACC687 are triadic colors.