COLOR #ACB2A5

HEX: #ACB2A5
RGB: (172,178,165)

Color info

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

RGB color model

#ACB2A5 color RGB value is (172,178,165).

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

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 165 of 255 = 65%

172
178
165

R + G + B ~ 67%. #ACB2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 165 = 515 (100%)
R 172 of 515 ~ 33.4%
G 178 of 515 ~ 34.56%
B 165 of 515 ~ 32.04%

%33.4
%34.56
%32.04

CMYK color model

#ACB2A5 color CMYK value is (3,0,7,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%
CMYK:
(3,0,7,30)
C3M0Y7K30 
(3%,0%,7%,30%)
(0.03/0.00/0.07/0.30)	

CMYK percentages

%3.37
%0
%7.3
%30.2

Codes

Color #ACB2A5 in popluar color models

ACB2A5
RGB172178165
HSL88°7.78%67.25%
HSB/HSV88°7.30%69.80%
CMYK3.37%0.00%7.30%
30.20%

Color #ACB2A5 in popluar number systems.

HEXACB2A5
Decimal172178165
Binary101011001011001010100101
Octal254262245

Shades and tints

Shades of #ACB2A5

#ACB2A5
(172,178,165)
#9DA296
(157,162,150)
#8E9287
(142,146,135)
#7F8278
(127,130,120)
#707269
(112,114,105)
#61625A
(97,98,90)
#52524B
(82,82,75)
#43423C
(67,66,60)
#34322D
(52,50,45)
#25221E
(37,34,30)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #ACB2A5

#ACB2A5
(172,178,165)
#B3B9AD
(179,185,173)
#BAC0B5
(186,192,181)
#C1C7BD
(193,199,189)
#C8CEC5
(200,206,197)
#CFD5CD
(207,213,205)
#D6DCD5
(214,220,213)
#DDE3DD
(221,227,221)
#E4EAE5
(228,234,229)
#EBF1ED
(235,241,237)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2A5; }

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

This text font color is #ACB2A5.


Background Color

.myBgColor { background-color: #ACB2A5; }

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

This div background color is #ACB2A5.


Border color

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

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

This div border color is #ACB2A5.


Opacity

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

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

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

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

This text has shadow with #ACB2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2A5 on black background.


Color preview on white background

This text has color #ACB2A5 on white background.



Black color preview on #ACB2A5 background

This text has black color on #ACB2A5 background.


White color preview on #ACB2A5 background

This text has white color on #ACB2A5 background.