COLOR #ACAF8E

HEX: #ACAF8E
RGB: (172,175,142)

Color info

#ACAF8E contains red, green and blue colors in about the same proportion. Web safe color of #ACAF8E is #999999 (or #999).

RGB color model

#ACAF8E color RGB value is (172,175,142).

  • red value is 172;
  • green value is 175;
  • blue value is 142.
RGB:
(172,175,142)
(67%,69%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 142 of 255 = 56%

172
175
142

R + G + B ~ 64%. #ACAF8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 142 = 489 (100%)
R 172 of 489 ~ 35.17%
G 175 of 489 ~ 35.79%
B 142 of 489 ~ 29.04%

%35.17
%35.79
%29.04

CMYK color model

#ACAF8E color CMYK value is (2,0,19,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(2,0,19,31)
C2M0Y19K31 
(2%,0%,19%,31%)
(0.02/0.00/0.19/0.31)	

CMYK percentages

%1.71
%0
%18.86
%31.37

Codes

Color #ACAF8E in popluar color models

ACAF8E
RGB172175142
HSL65°17.10%62.16%
HSB/HSV65°18.86%68.63%
CMYK1.71%0.00%18.86%
31.37%

Color #ACAF8E in popluar number systems.

HEXACAF8E
Decimal172175142
Binary101011001010111110001110
Octal254257216

Shades and tints

Shades of #ACAF8E

#ACAF8E
(172,175,142)
#9DA082
(157,160,130)
#8E9176
(142,145,118)
#7F826A
(127,130,106)
#70735E
(112,115,94)
#616452
(97,100,82)
#525546
(82,85,70)
#43463A
(67,70,58)
#34372E
(52,55,46)
#252822
(37,40,34)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #ACAF8E

#ACAF8E
(172,175,142)
#B3B698
(179,182,152)
#BABDA2
(186,189,162)
#C1C4AC
(193,196,172)
#C8CBB6
(200,203,182)
#CFD2C0
(207,210,192)
#D6D9CA
(214,217,202)
#DDE0D4
(221,224,212)
#E4E7DE
(228,231,222)
#EBEEE8
(235,238,232)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAF8E color. Also use rgb(172,175,142) instead hex code.

Text Font Color

.myTextColor { color: #ACAF8E; }

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

This text font color is #ACAF8E.


Background Color

.myBgColor { background-color: #ACAF8E; }

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

This div background color is #ACAF8E.


Border color

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

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

This div border color is #ACAF8E.


Opacity

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

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

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

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

This text has shadow with #ACAF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAF8E on black background.


Color preview on white background

This text has color #ACAF8E on white background.



Black color preview on #ACAF8E background

This text has black color on #ACAF8E background.


White color preview on #ACAF8E background

This text has white color on #ACAF8E background.