COLOR #ACB6AE

HEX: #ACB6AE
RGB: (172,182,174)

Color info

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

RGB color model

#ACB6AE color RGB value is (172,182,174).

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

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 174 of 255 = 68%

172
182
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 182 + 174 = 528 (100%)
R 172 of 528 ~ 32.58%
G 182 of 528 ~ 34.47%
B 174 of 528 ~ 32.95%

%32.58
%34.47
%32.95

CMYK color model

#ACB6AE color CMYK value is (5,0,4,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(5,0,4,29)
C5M0Y4K29 
(5%,0%,4%,29%)
(0.05/0.00/0.04/0.29)	

CMYK percentages

%5.49
%0
%4.4
%28.63

Codes

Color #ACB6AE in popluar color models

ACB6AE
RGB172182174
HSL132°6.41%69.41%
HSB/HSV132°5.49%71.37%
CMYK5.49%0.00%4.40%
28.63%

Color #ACB6AE in popluar number systems.

HEXACB6AE
Decimal172182174
Binary101011001011011010101110
Octal254266256

Shades and tints

Shades of #ACB6AE

#ACB6AE
(172,182,174)
#9DA69F
(157,166,159)
#8E9690
(142,150,144)
#7F8681
(127,134,129)
#707672
(112,118,114)
#616663
(97,102,99)
#525654
(82,86,84)
#434645
(67,70,69)
#343636
(52,54,54)
#252627
(37,38,39)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACB6AE

#ACB6AE
(172,182,174)
#B3BCB5
(179,188,181)
#BAC2BC
(186,194,188)
#C1C8C3
(193,200,195)
#C8CECA
(200,206,202)
#CFD4D1
(207,212,209)
#D6DAD8
(214,218,216)
#DDE0DF
(221,224,223)
#E4E6E6
(228,230,230)
#EBECED
(235,236,237)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB6AE; }

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

This text font color is #ACB6AE.


Background Color

.myBgColor { background-color: #ACB6AE; }

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

This div background color is #ACB6AE.


Border color

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

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

This div border color is #ACB6AE.


Opacity

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

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

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

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

This text has shadow with #ACB6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB6AE on black background.


Color preview on white background

This text has color #ACB6AE on white background.



Black color preview on #ACB6AE background

This text has black color on #ACB6AE background.


White color preview on #ACB6AE background

This text has white color on #ACB6AE background.