COLOR #ACB3AE

HEX: #ACB3AE RGB: (172,179,174)

Color info

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

RGB color model

#ACB3AE color RGB value is (172,179,174).

RGB: (172,179,174) (67%, 70%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 174 of 255 = 68%

172
179
174

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 174 = 525 (100%)
R 172 of 525 ~ 32.76%
G 179 of 525 ~ 34.1%
B 174 of 525 ~ 33.14'%

%32.76
%34.1
%33.14

CMYK color model

#ACB3AE color CMYK value is (4,0,3,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%

CMYK: (4,0,3,30)
C4M0Y3K30 (4%, 0%, 3%, 30%)
(0.04 / 0.00 / 0.03 / 0.30)

CMYK percentages

%3.91
%0
%2.79
%29.8

Codes

Color #ACB3AE in popluar color models

AC B3 AE
RGB 172 179 174
HSL 137° 4.40% 68.82%
HSB/HSV 137° 3.91% 70.20%
CMYK 3.91% 0.00% 2.79%
29.80%

Color #ACB3AE in popluar number systems.

HEX AC B3 AE
Decimal 172 179 174
Binary 10101100 10110011 10101110
Octal 254 263 256

Shades and tints

Shades of #ACB3AE

#ACB3AE
(172,179,174)
#9DA39F
(157,163,159)
#8E9390
(142,147,144)
#7F8381
(127,131,129)
#707372
(112,115,114)
#616363
(97,99,99)
#525354
(82,83,84)
#434345
(67,67,69)
#343336
(52,51,54)
#252327
(37,35,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #ACB3AE

#ACB3AE
(172,179,174)
#B3B9B5
(179,185,181)
#BABFBC
(186,191,188)
#C1C5C3
(193,197,195)
#C8CBCA
(200,203,202)
#CFD1D1
(207,209,209)
#D6D7D8
(214,215,216)
#DDDDDF
(221,221,223)
#E4E3E6
(228,227,230)
#EBE9ED
(235,233,237)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB3AE; }

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

This text font color is #ACB3AE.

Background Color

.myBgColor { background-color: #ACB3AE; }

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

This div background color is #ACB3AE.

Border color

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

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

This div border color is #ACB3AE.

Opacity

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

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

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

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

This text has shadow with #ACB3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB3AE.

Preview

Color preview on black background

This text has color #ACB3AE on black background.


Color preview on white background

This text has color #ACB3AE on white background.


Black color preview on #ACB3AE background

This text has black color on #ACB3AE background.


White color preview on #ACB3AE background

This text has white color on #ACB3AE background.


Related colors

Complementary color

Complementary color for #hex is #534C51.


I love getcolorcode.com

Triadic colors

1 #AEACB3 and #B3AEAC with #ACB3AE are triadic colors.

2 #AEB3AC and #B3ACAE with #ACB3AE are triadic colors.