COLOR #ACB0AE

HEX: #ACB0AE
RGB: (172,176,174)

Color info

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

RGB color model

#ACB0AE color RGB value is (172,176,174).

  • red value is 172;
  • green value is 176;
  • blue value is 174.
RGB: (172,176,174) (67%,69%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 174 of 255 = 68%

172
176
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 174 = 522 (100%)
R 172 of 522 ~ 32.95%
G 176 of 522 ~ 33.72%
B 174 of 522 ~ 33.33%

%32.95
%33.72
%33.33

CMYK color model

#ACB0AE color CMYK value is (2,0,1,31).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK: (2,0,1,31) C2M0Y1K31 (2%,0%,1%,31%) (0.02/0.00/0.01/0.31)

CMYK percentages

%2.27
%0
%1.14
%30.98

Codes

Color #ACB0AE in popluar color models

ACB0AE
RGB172176174
HSL150°2.47%68.24%
HSB/HSV150°2.27%69.02%
CMYK2.27%0.00%1.14%
30.98%

Color #ACB0AE in popluar number systems.

HEXACB0AE
Decimal172176174
Binary101011001011000010101110
Octal254260256

Shades and tints

Shades of #ACB0AE

#ACB0AE
(172,176,174)
#9DA09F
(157,160,159)
#8E9090
(142,144,144)
#7F8081
(127,128,129)
#707072
(112,112,114)
#616063
(97,96,99)
#525054
(82,80,84)
#434045
(67,64,69)
#343036
(52,48,54)
#252027
(37,32,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #ACB0AE

#ACB0AE
(172,176,174)
#B3B7B5
(179,183,181)
#BABEBC
(186,190,188)
#C1C5C3
(193,197,195)
#C8CCCA
(200,204,202)
#CFD3D1
(207,211,209)
#D6DAD8
(214,218,216)
#DDE1DF
(221,225,223)
#E4E8E6
(228,232,230)
#EBEFED
(235,239,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB0AE color. Also use rgb(172,176,174) instead hex code.

Text Font Color

.myTextColor { color: #ACB0AE; }

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

This text font color is #ACB0AE.


Background Color

.myBgColor { background-color: #ACB0AE; }

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

This div background color is #ACB0AE.


Border color

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

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

This div border color is #ACB0AE.


Opacity

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

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

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

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

This text has shadow with #ACB0AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACB0AE on black background.


Color preview on white background

This text has color #ACB0AE on white background.



Black color preview on #ACB0AE background

This text has black color on #ACB0AE background.


White color preview on #ACB0AE background

This text has white color on #ACB0AE background.