COLOR #ACC886

HEX: #ACC886
RGB: (172,200,134)

Color info

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

RGB color model

#ACC886 color RGB value is (172,200,134).

  • red value is 172;
  • green value is 200;
  • blue value is 134.
RGB:
(172,200,134)
(67%,78%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 134 of 255 = 53%

172
200
134

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

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 134 = 506 (100%)
R 172 of 506 ~ 33.99%
G 200 of 506 ~ 39.53%
B 134 of 506 ~ 26.48%

%33.99
%39.53
%26.48

CMYK color model

#ACC886 color CMYK value is (14,0,33,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 21.57%
CMYK:
(14,0,33,22)
C14M0Y33K22 
(14%,0%,33%,22%)
(0.14/0.00/0.33/0.22)	

CMYK percentages

%14
%0
%33
%21.57

Codes

Color #ACC886 in popluar color models

ACC886
RGB172200134
HSL85°37.50%65.49%
HSB/HSV85°33.00%78.43%
CMYK14.00%0.00%33.00%
21.57%

Color #ACC886 in popluar number systems.

HEXACC886
Decimal172200134
Binary101011001100100010000110
Octal254310206

Shades and tints

Shades of #ACC886

#ACC886
(172,200,134)
#9DB67A
(157,182,122)
#8EA46E
(142,164,110)
#7F9262
(127,146,98)
#708056
(112,128,86)
#616E4A
(97,110,74)
#525C3E
(82,92,62)
#434A32
(67,74,50)
#343826
(52,56,38)
#25261A
(37,38,26)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #ACC886

#ACC886
(172,200,134)
#B3CD91
(179,205,145)
#BAD29C
(186,210,156)
#C1D7A7
(193,215,167)
#C8DCB2
(200,220,178)
#CFE1BD
(207,225,189)
#D6E6C8
(214,230,200)
#DDEBD3
(221,235,211)
#E4F0DE
(228,240,222)
#EBF5E9
(235,245,233)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC886 color. Also use rgb(172,200,134) instead hex code.

Text Font Color

.myTextColor { color: #ACC886; }

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

This text font color is #ACC886.


Background Color

.myBgColor { background-color: #ACC886; }

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

This div background color is #ACC886.


Border color

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

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

This div border color is #ACC886.


Opacity

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

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

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

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

This text has shadow with #ACC886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC886 on black background.


Color preview on white background

This text has color #ACC886 on white background.



Black color preview on #ACC886 background

This text has black color on #ACC886 background.


White color preview on #ACC886 background

This text has white color on #ACC886 background.