COLOR #ACAF9B

HEX: #ACAF9B
RGB: (172,175,155)

Color info

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

RGB color model

#ACAF9B color RGB value is (172,175,155).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 155 of 255 = 61%

172
175
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 155 = 502 (100%)
R 172 of 502 ~ 34.26%
G 175 of 502 ~ 34.86%
B 155 of 502 ~ 30.88%

%34.26
%34.86
%30.88

CMYK color model

#ACAF9B color CMYK value is (2,0,11,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(2,0,11,31)
C2M0Y11K31 
(2%,0%,11%,31%)
(0.02/0.00/0.11/0.31)	

CMYK percentages

%1.71
%0
%11.43
%31.37

Codes

Color #ACAF9B in popluar color models

ACAF9B
RGB172175155
HSL69°11.11%64.71%
HSB/HSV69°11.43%68.63%
CMYK1.71%0.00%11.43%
31.37%

Color #ACAF9B in popluar number systems.

HEXACAF9B
Decimal172175155
Binary101011001010111110011011
Octal254257233

Shades and tints

Shades of #ACAF9B

#ACAF9B
(172,175,155)
#9DA08D
(157,160,141)
#8E917F
(142,145,127)
#7F8271
(127,130,113)
#707363
(112,115,99)
#616455
(97,100,85)
#525547
(82,85,71)
#434639
(67,70,57)
#34372B
(52,55,43)
#25281D
(37,40,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #ACAF9B

#ACAF9B
(172,175,155)
#B3B6A4
(179,182,164)
#BABDAD
(186,189,173)
#C1C4B6
(193,196,182)
#C8CBBF
(200,203,191)
#CFD2C8
(207,210,200)
#D6D9D1
(214,217,209)
#DDE0DA
(221,224,218)
#E4E7E3
(228,231,227)
#EBEEEC
(235,238,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAF9B; }

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

This text font color is #ACAF9B.


Background Color

.myBgColor { background-color: #ACAF9B; }

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

This div background color is #ACAF9B.


Border color

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

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

This div border color is #ACAF9B.


Opacity

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

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

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

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

This text has shadow with #ACAF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAF9B on black background.


Color preview on white background

This text has color #ACAF9B on white background.



Black color preview on #ACAF9B background

This text has black color on #ACAF9B background.


White color preview on #ACAF9B background

This text has white color on #ACAF9B background.