COLOR #ACC8A5

HEX: #ACC8A5
RGB: (172,200,165)

Color info

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

RGB color model

#ACC8A5 color RGB value is (172,200,165).

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

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 165 of 255 = 65%

172
200
165

R + G + B ~ 70%. #ACC8A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 165 = 537 (100%)
R 172 of 537 ~ 32.03%
G 200 of 537 ~ 37.24%
B 165 of 537 ~ 30.73%

%32.03
%37.24
%30.73

CMYK color model

#ACC8A5 color CMYK value is (14,0,18,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 21.57%
CMYK:
(14,0,18,22)
C14M0Y18K22 
(14%,0%,18%,22%)
(0.14/0.00/0.18/0.22)	

CMYK percentages

%14
%0
%17.5
%21.57

Codes

Color #ACC8A5 in popluar color models

ACC8A5
RGB172200165
HSL108°24.14%71.57%
HSB/HSV108°17.50%78.43%
CMYK14.00%0.00%17.50%
21.57%

Color #ACC8A5 in popluar number systems.

HEXACC8A5
Decimal172200165
Binary101011001100100010100101
Octal254310245

Shades and tints

Shades of #ACC8A5

#ACC8A5
(172,200,165)
#9DB696
(157,182,150)
#8EA487
(142,164,135)
#7F9278
(127,146,120)
#708069
(112,128,105)
#616E5A
(97,110,90)
#525C4B
(82,92,75)
#434A3C
(67,74,60)
#34382D
(52,56,45)
#25261E
(37,38,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #ACC8A5

#ACC8A5
(172,200,165)
#B3CDAD
(179,205,173)
#BAD2B5
(186,210,181)
#C1D7BD
(193,215,189)
#C8DCC5
(200,220,197)
#CFE1CD
(207,225,205)
#D6E6D5
(214,230,213)
#DDEBDD
(221,235,221)
#E4F0E5
(228,240,229)
#EBF5ED
(235,245,237)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC8A5; }

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

This text font color is #ACC8A5.


Background Color

.myBgColor { background-color: #ACC8A5; }

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

This div background color is #ACC8A5.


Border color

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

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

This div border color is #ACC8A5.


Opacity

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

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

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

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

This text has shadow with #ACC8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC8A5 on black background.


Color preview on white background

This text has color #ACC8A5 on white background.



Black color preview on #ACC8A5 background

This text has black color on #ACC8A5 background.


White color preview on #ACC8A5 background

This text has white color on #ACC8A5 background.