COLOR #ACB5AF

HEX: #ACB5AF
RGB: (172,181,175)

Color info

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

RGB color model

#ACB5AF color RGB value is (172,181,175).

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

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 175 of 255 = 69%

172
181
175

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

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 175 = 528 (100%)
R 172 of 528 ~ 32.58%
G 181 of 528 ~ 34.28%
B 175 of 528 ~ 33.14%

%32.58
%34.28
%33.14

CMYK color model

#ACB5AF color CMYK value is (5,0,3,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(5,0,3,29)
C5M0Y3K29 
(5%,0%,3%,29%)
(0.05/0.00/0.03/0.29)	

CMYK percentages

%4.97
%0
%3.31
%29.02

Codes

Color #ACB5AF in popluar color models

ACB5AF
RGB172181175
HSL140°5.73%69.22%
HSB/HSV140°4.97%70.98%
CMYK4.97%0.00%3.31%
29.02%

Color #ACB5AF in popluar number systems.

HEXACB5AF
Decimal172181175
Binary101011001011010110101111
Octal254265257

Shades and tints

Shades of #ACB5AF

#ACB5AF
(172,181,175)
#9DA5A0
(157,165,160)
#8E9591
(142,149,145)
#7F8582
(127,133,130)
#707573
(112,117,115)
#616564
(97,101,100)
#525555
(82,85,85)
#434546
(67,69,70)
#343537
(52,53,55)
#252528
(37,37,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #ACB5AF

#ACB5AF
(172,181,175)
#B3BBB6
(179,187,182)
#BAC1BD
(186,193,189)
#C1C7C4
(193,199,196)
#C8CDCB
(200,205,203)
#CFD3D2
(207,211,210)
#D6D9D9
(214,217,217)
#DDDFE0
(221,223,224)
#E4E5E7
(228,229,231)
#EBEBEE
(235,235,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5AF; }

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

This text font color is #ACB5AF.


Background Color

.myBgColor { background-color: #ACB5AF; }

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

This div background color is #ACB5AF.


Border color

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

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

This div border color is #ACB5AF.


Opacity

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

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

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

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

This text has shadow with #ACB5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB5AF on black background.


Color preview on white background

This text has color #ACB5AF on white background.



Black color preview on #ACB5AF background

This text has black color on #ACB5AF background.


White color preview on #ACB5AF background

This text has white color on #ACB5AF background.