COLOR #ACCC8B

HEX: #ACCC8B RGB: (172,204,139)

Color info

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

RGB color model

#ACCC8B color RGB value is (172,204,139).

RGB: (172,204,139) (67%, 80%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 139 of 255 = 55%

172
204
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 204 + 139 = 515 (100%)
R 172 of 515 ~ 33.4%
G 204 of 515 ~ 39.61%
B 139 of 515 ~ 26.99'%

%33.4
%39.61
%26.99

CMYK color model

#ACCC8B color CMYK value is (16,0,32,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 20.00%

CMYK: (16,0,32,20)
C16M0Y32K20 (16%, 0%, 32%, 20%)
(0.16 / 0.00 / 0.32 / 0.20)

CMYK percentages

%15.69
%0
%31.86
%20

Codes

Color #ACCC8B in popluar color models

AC CC 8B
RGB 172 204 139
HSL 90° 38.92% 67.25%
HSB/HSV 90° 31.86% 80.00%
CMYK 15.69% 0.00% 31.86%
20.00%

Color #ACCC8B in popluar number systems.

HEX AC CC 8B
Decimal 172 204 139
Binary 10101100 11001100 10001011
Octal 254 314 213

Shades and tints

Shades of #ACCC8B

#ACCC8B
(172,204,139)
#9DBA7F
(157,186,127)
#8EA873
(142,168,115)
#7F9667
(127,150,103)
#70845B
(112,132,91)
#61724F
(97,114,79)
#526043
(82,96,67)
#434E37
(67,78,55)
#343C2B
(52,60,43)
#252A1F
(37,42,31)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #ACCC8B

#ACCC8B
(172,204,139)
#B3D095
(179,208,149)
#BAD49F
(186,212,159)
#C1D8A9
(193,216,169)
#C8DCB3
(200,220,179)
#CFE0BD
(207,224,189)
#D6E4C7
(214,228,199)
#DDE8D1
(221,232,209)
#E4ECDB
(228,236,219)
#EBF0E5
(235,240,229)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCC8B; }

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

This text font color is #ACCC8B.

Background Color

.myBgColor { background-color: #ACCC8B; }

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

This div background color is #ACCC8B.

Border color

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

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

This div border color is #ACCC8B.

Opacity

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

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

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

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

This text has shadow with #ACCC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCC8B.

Preview

Color preview on black background

This text has color #ACCC8B on black background.


Color preview on white background

This text has color #ACCC8B on white background.


Black color preview on #ACCC8B background

This text has black color on #ACCC8B background.


White color preview on #ACCC8B background

This text has white color on #ACCC8B background.


Related colors

Complementary color

Complementary color for #hex is #533374.


I love getcolorcode.com

Triadic colors

1 #8BACCC and #CC8BAC with #ACCC8B are triadic colors.

2 #8BCCAC and #CCAC8B with #ACCC8B are triadic colors.