COLOR #ACB5AE

HEX: #ACB5AE
RGB: (172,181,174)

Color info

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

RGB color model

#ACB5AE color RGB value is (172,181,174).

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

RGB channels and saturation

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

172
181
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 174 = 527 (100%)
R 172 of 527 ~ 32.64%
G 181 of 527 ~ 34.35%
B 174 of 527 ~ 33.02%

%32.64
%34.35
%33.02

CMYK color model

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

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

CMYK percentages

%4.97
%0
%3.87
%29.02

Codes

Color #ACB5AE in popluar color models

ACB5AE
RGB172181174
HSL133°5.73%69.22%
HSB/HSV133°4.97%70.98%
CMYK4.97%0.00%3.87%
29.02%

Color #ACB5AE in popluar number systems.

HEXACB5AE
Decimal172181174
Binary101011001011010110101110
Octal254265256

Shades and tints

Shades of #ACB5AE

#ACB5AE
(172,181,174)
#9DA59F
(157,165,159)
#8E9590
(142,149,144)
#7F8581
(127,133,129)
#707572
(112,117,114)
#616563
(97,101,99)
#525554
(82,85,84)
#434545
(67,69,69)
#343536
(52,53,54)
#252527
(37,37,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACB5AE

#ACB5AE
(172,181,174)
#B3BBB5
(179,187,181)
#BAC1BC
(186,193,188)
#C1C7C3
(193,199,195)
#C8CDCA
(200,205,202)
#CFD3D1
(207,211,209)
#D6D9D8
(214,217,216)
#DDDFDF
(221,223,223)
#E4E5E6
(228,229,230)
#EBEBED
(235,235,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5AE; }

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

This text font color is #ACB5AE.


Background Color

.myBgColor { background-color: #ACB5AE; }

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

This div background color is #ACB5AE.


Border color

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

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

This div border color is #ACB5AE.


Opacity

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

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

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

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

This text has shadow with #ACB5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB5AE on black background.


Color preview on white background

This text has color #ACB5AE on white background.



Black color preview on #ACB5AE background

This text has black color on #ACB5AE background.


White color preview on #ACB5AE background

This text has white color on #ACB5AE background.