COLOR #ACAEB9

HEX: #ACAEB9 RGB: (172,174,185)

Color info

#ACAEB9 contains red, green and blue colors in about the same proportion. Web safe color of #ACAEB9 is #9999CC (or #99C).

RGB color model

#ACAEB9 color RGB value is (172,174,185).

RGB: (172,174,185) (67%, 68%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 185 of 255 = 73%

172
174
185

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

Portions of RGB colors in percentages

R + G + B = 172 + 174 + 185 = 531 (100%)
R 172 of 531 ~ 32.39%
G 174 of 531 ~ 32.77%
B 185 of 531 ~ 34.84'%

%32.39
%32.77
%34.84

CMYK color model

#ACAEB9 color CMYK value is (7,6,0,27).

  • cyan value is 7.03%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (7,6,0,27)
C7M6Y0K27 (7%, 6%, 0%, 27%)
(0.07 / 0.06 / 0.00 / 0.27)

CMYK percentages

%7.03
%5.95
%0
%27.45

Codes

Color #ACAEB9 in popluar color models

AC AE B9
RGB 172 174 185
HSL 231° 8.50% 70.00%
HSB/HSV 231° 7.03% 72.55%
CMYK 7.03% 5.95% 0.00%
27.45%

Color #ACAEB9 in popluar number systems.

HEX AC AE B9
Decimal 172 174 185
Binary 10101100 10101110 10111001
Octal 254 256 271

Shades and tints

Shades of #ACAEB9

#ACAEB9
(172,174,185)
#9D9FA9
(157,159,169)
#8E9099
(142,144,153)
#7F8189
(127,129,137)
#707279
(112,114,121)
#616369
(97,99,105)
#525459
(82,84,89)
#434549
(67,69,73)
#343639
(52,54,57)
#252729
(37,39,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACAEB9

#ACAEB9
(172,174,185)
#B3B5BF
(179,181,191)
#BABCC5
(186,188,197)
#C1C3CB
(193,195,203)
#C8CAD1
(200,202,209)
#CFD1D7
(207,209,215)
#D6D8DD
(214,216,221)
#DDDFE3
(221,223,227)
#E4E6E9
(228,230,233)
#EBEDEF
(235,237,239)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAEB9; }

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

This text font color is #ACAEB9.

Background Color

.myBgColor { background-color: #ACAEB9; }

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

This div background color is #ACAEB9.

Border color

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

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

This div border color is #ACAEB9.

Opacity

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

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

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

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

This text has shadow with #ACAEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAEB9.

Preview

Color preview on black background

This text has color #ACAEB9 on black background.


Color preview on white background

This text has color #ACAEB9 on white background.


Black color preview on #ACAEB9 background

This text has black color on #ACAEB9 background.


White color preview on #ACAEB9 background

This text has white color on #ACAEB9 background.


Related colors

Complementary color

Complementary color for #hex is #535146.


I love getcolorcode.com

Triadic colors

1 #B9ACAE and #AEB9AC with #ACAEB9 are triadic colors.

2 #B9AEAC and #AEACB9 with #ACAEB9 are triadic colors.