COLOR #ACB2AF

HEX: #ACB2AF
RGB: (172,178,175)

Color info

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

RGB color model

#ACB2AF color RGB value is (172,178,175).

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

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 175 of 255 = 69%

172
178
175

R + G + B ~ 69%. #ACB2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 175 = 525 (100%)
R 172 of 525 ~ 32.76%
G 178 of 525 ~ 33.9%
B 175 of 525 ~ 33.33%

%32.76
%33.9
%33.33

CMYK color model

#ACB2AF color CMYK value is (3,0,2,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%
CMYK:
(3,0,2,30)
C3M0Y2K30 
(3%,0%,2%,30%)
(0.03/0.00/0.02/0.30)	

CMYK percentages

%3.37
%0
%1.69
%30.2

Codes

Color #ACB2AF in popluar color models

ACB2AF
RGB172178175
HSL150°3.75%68.63%
HSB/HSV150°3.37%69.80%
CMYK3.37%0.00%1.69%
30.20%

Color #ACB2AF in popluar number systems.

HEXACB2AF
Decimal172178175
Binary101011001011001010101111
Octal254262257

Shades and tints

Shades of #ACB2AF

#ACB2AF
(172,178,175)
#9DA2A0
(157,162,160)
#8E9291
(142,146,145)
#7F8282
(127,130,130)
#707273
(112,114,115)
#616264
(97,98,100)
#525255
(82,82,85)
#434246
(67,66,70)
#343237
(52,50,55)
#252228
(37,34,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #ACB2AF

#ACB2AF
(172,178,175)
#B3B9B6
(179,185,182)
#BAC0BD
(186,192,189)
#C1C7C4
(193,199,196)
#C8CECB
(200,206,203)
#CFD5D2
(207,213,210)
#D6DCD9
(214,220,217)
#DDE3E0
(221,227,224)
#E4EAE7
(228,234,231)
#EBF1EE
(235,241,238)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2AF; }

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

This text font color is #ACB2AF.


Background Color

.myBgColor { background-color: #ACB2AF; }

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

This div background color is #ACB2AF.


Border color

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

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

This div border color is #ACB2AF.


Opacity

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

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

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

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

This text has shadow with #ACB2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2AF on black background.


Color preview on white background

This text has color #ACB2AF on white background.



Black color preview on #ACB2AF background

This text has black color on #ACB2AF background.


White color preview on #ACB2AF background

This text has white color on #ACB2AF background.