COLOR #ACAF9E

HEX: #ACAF9E
RGB: (172,175,158)

Color info

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

RGB color model

#ACAF9E color RGB value is (172,175,158).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 158 of 255 = 62%

172
175
158

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 158 = 505 (100%)
R 172 of 505 ~ 34.06%
G 175 of 505 ~ 34.65%
B 158 of 505 ~ 31.29%

%34.06
%34.65
%31.29

CMYK color model

#ACAF9E color CMYK value is (2,0,10,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK:
(2,0,10,31)
C2M0Y10K31 
(2%,0%,10%,31%)
(0.02/0.00/0.10/0.31)	

CMYK percentages

%1.71
%0
%9.71
%31.37

Codes

Color #ACAF9E in popluar color models

ACAF9E
RGB172175158
HSL71°9.60%65.29%
HSB/HSV71°9.71%68.63%
CMYK1.71%0.00%9.71%
31.37%

Color #ACAF9E in popluar number systems.

HEXACAF9E
Decimal172175158
Binary101011001010111110011110
Octal254257236

Shades and tints

Shades of #ACAF9E

#ACAF9E
(172,175,158)
#9DA090
(157,160,144)
#8E9182
(142,145,130)
#7F8274
(127,130,116)
#707366
(112,115,102)
#616458
(97,100,88)
#52554A
(82,85,74)
#43463C
(67,70,60)
#34372E
(52,55,46)
#252820
(37,40,32)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACAF9E

#ACAF9E
(172,175,158)
#B3B6A6
(179,182,166)
#BABDAE
(186,189,174)
#C1C4B6
(193,196,182)
#C8CBBE
(200,203,190)
#CFD2C6
(207,210,198)
#D6D9CE
(214,217,206)
#DDE0D6
(221,224,214)
#E4E7DE
(228,231,222)
#EBEEE6
(235,238,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAF9E; }

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

This text font color is #ACAF9E.


Background Color

.myBgColor { background-color: #ACAF9E; }

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

This div background color is #ACAF9E.


Border color

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

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

This div border color is #ACAF9E.


Opacity

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

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

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

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

This text has shadow with #ACAF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAF9E on black background.


Color preview on white background

This text has color #ACAF9E on white background.



Black color preview on #ACAF9E background

This text has black color on #ACAF9E background.


White color preview on #ACAF9E background

This text has white color on #ACAF9E background.