COLOR #ACAEB1

HEX: #ACAEB1 RGB: (172,174,177)

Color info

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

RGB color model

#ACAEB1 color RGB value is (172,174,177).

RGB: (172,174,177) (67%, 68%, 69%)

RGB channels and saturation

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

172
174
177

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

Portions of RGB colors in percentages

R + G + B = 172 + 174 + 177 = 523 (100%)
R 172 of 523 ~ 32.89%
G 174 of 523 ~ 33.27%
B 177 of 523 ~ 33.84'%

%32.89
%33.27
%33.84

CMYK color model

#ACAEB1 color CMYK value is (3,2,0,31).

  • cyan value is 2.82%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (3,2,0,31) C3M2Y0K31 (3%,2%,0%,31%) (0.03/0.02/0.00/0.31) 

CMYK percentages

%2.82
%1.69
%0
%30.59

Codes

Color #ACAEB1 in popluar color models

AC AE B1
RGB 172 174 177
HSL 216° 3.11% 68.43%
HSB/HSV 216° 2.82% 69.41%
CMYK 2.82% 1.69% 0.00%
30.59%

Color #ACAEB1 in popluar number systems.

HEX AC AE B1
Decimal 172 174 177
Binary 10101100 10101110 10110001
Octal 254 256 261

Shades and tints

Shades of #ACAEB1

#ACAEB1
(172,174,177)
#9D9FA1
(157,159,161)
#8E9091
(142,144,145)
#7F8181
(127,129,129)
#707271
(112,114,113)
#616361
(97,99,97)
#525451
(82,84,81)
#434541
(67,69,65)
#343631
(52,54,49)
#252721
(37,39,33)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACAEB1

#ACAEB1
(172,174,177)
#B3B5B8
(179,181,184)
#BABCBF
(186,188,191)
#C1C3C6
(193,195,198)
#C8CACD
(200,202,205)
#CFD1D4
(207,209,212)
#D6D8DB
(214,216,219)
#DDDFE2
(221,223,226)
#E4E6E9
(228,230,233)
#EBEDF0
(235,237,240)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAEB1; }

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

This text font color is #ACAEB1.

Background Color

.myBgColor { background-color: #ACAEB1; }

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

This div background color is #ACAEB1.

Border color

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

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

This div border color is #ACAEB1.

Opacity

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

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

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

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

This text has shadow with #ACAEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAEB1.

Preview

Color preview on black background

This text has color #ACAEB1 on black background.


Color preview on white background

This text has color #ACAEB1 on white background.


Black color preview on #ACAEB1 background

This text has black color on #ACAEB1 background.


White color preview on #ACAEB1 background

This text has white color on #ACAEB1 background.


Related colors

Complementary color

Complementary color for #hex is #53514E.


I love getcolorcode.com

Triadic colors

1 #B1ACAE and #AEB1AC with #ACAEB1 are triadic colors.

2 #B1AEAC and #AEACB1 with #ACAEB1 are triadic colors.