COLOR #ACC8A7

HEX: #ACC8A7
RGB: (172,200,167)

Color info

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

RGB color model

#ACC8A7 color RGB value is (172,200,167).

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

RGB channels and saturation

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

172
200
167

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

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 167 = 539 (100%)
R 172 of 539 ~ 31.91%
G 200 of 539 ~ 37.11%
B 167 of 539 ~ 30.98%

%31.91
%37.11
%30.98

CMYK color model

#ACC8A7 color CMYK value is (14,0,17,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(14,0,17,22)
C14M0Y17K22 
(14%,0%,17%,22%)
(0.14/0.00/0.17/0.22)	

CMYK percentages

%14
%0
%16.5
%21.57

Codes

Color #ACC8A7 in popluar color models

ACC8A7
RGB172200167
HSL111°23.08%71.96%
HSB/HSV111°16.50%78.43%
CMYK14.00%0.00%16.50%
21.57%

Color #ACC8A7 in popluar number systems.

HEXACC8A7
Decimal172200167
Binary101011001100100010100111
Octal254310247

Shades and tints

Shades of #ACC8A7

#ACC8A7
(172,200,167)
#9DB698
(157,182,152)
#8EA489
(142,164,137)
#7F927A
(127,146,122)
#70806B
(112,128,107)
#616E5C
(97,110,92)
#525C4D
(82,92,77)
#434A3E
(67,74,62)
#34382F
(52,56,47)
#252620
(37,38,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACC8A7

#ACC8A7
(172,200,167)
#B3CDAF
(179,205,175)
#BAD2B7
(186,210,183)
#C1D7BF
(193,215,191)
#C8DCC7
(200,220,199)
#CFE1CF
(207,225,207)
#D6E6D7
(214,230,215)
#DDEBDF
(221,235,223)
#E4F0E7
(228,240,231)
#EBF5EF
(235,245,239)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC8A7; }

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

This text font color is #ACC8A7.


Background Color

.myBgColor { background-color: #ACC8A7; }

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

This div background color is #ACC8A7.


Border color

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

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

This div border color is #ACC8A7.


Opacity

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

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

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

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

This text has shadow with #ACC8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC8A7 on black background.


Color preview on white background

This text has color #ACC8A7 on white background.



Black color preview on #ACC8A7 background

This text has black color on #ACC8A7 background.


White color preview on #ACC8A7 background

This text has white color on #ACC8A7 background.