COLOR #ACB2A8

HEX: #ACB2A8
RGB: (172,178,168)

Color info

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

RGB color model

#ACB2A8 color RGB value is (172,178,168).

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

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 168 of 255 = 66%

172
178
168

R + G + B ~ 68%. #ACB2A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 168 = 518 (100%)
R 172 of 518 ~ 33.2%
G 178 of 518 ~ 34.36%
B 168 of 518 ~ 32.43%

%33.2
%34.36
%32.43

CMYK color model

#ACB2A8 color CMYK value is (3,0,6,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 30.20%
CMYK:
(3,0,6,30)
C3M0Y6K30 
(3%,0%,6%,30%)
(0.03/0.00/0.06/0.30)	

CMYK percentages

%3.37
%0
%5.62
%30.2

Codes

Color #ACB2A8 in popluar color models

ACB2A8
RGB172178168
HSL96°6.10%67.84%
HSB/HSV96°5.62%69.80%
CMYK3.37%0.00%5.62%
30.20%

Color #ACB2A8 in popluar number systems.

HEXACB2A8
Decimal172178168
Binary101011001011001010101000
Octal254262250

Shades and tints

Shades of #ACB2A8

#ACB2A8
(172,178,168)
#9DA299
(157,162,153)
#8E928A
(142,146,138)
#7F827B
(127,130,123)
#70726C
(112,114,108)
#61625D
(97,98,93)
#52524E
(82,82,78)
#43423F
(67,66,63)
#343230
(52,50,48)
#252221
(37,34,33)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #ACB2A8

#ACB2A8
(172,178,168)
#B3B9AF
(179,185,175)
#BAC0B6
(186,192,182)
#C1C7BD
(193,199,189)
#C8CEC4
(200,206,196)
#CFD5CB
(207,213,203)
#D6DCD2
(214,220,210)
#DDE3D9
(221,227,217)
#E4EAE0
(228,234,224)
#EBF1E7
(235,241,231)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2A8; }

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

This text font color is #ACB2A8.


Background Color

.myBgColor { background-color: #ACB2A8; }

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

This div background color is #ACB2A8.


Border color

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

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

This div border color is #ACB2A8.


Opacity

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

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

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

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

This text has shadow with #ACB2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2A8 on black background.


Color preview on white background

This text has color #ACB2A8 on white background.



Black color preview on #ACB2A8 background

This text has black color on #ACB2A8 background.


White color preview on #ACB2A8 background

This text has white color on #ACB2A8 background.