COLOR #ACABB8

HEX: #ACABB8 RGB: (172,171,184)

Color info

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

RGB color model

#ACABB8 color RGB value is (172,171,184).

RGB: (172,171,184) (67%, 67%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 184 of 255 = 72%

172
171
184

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

Portions of RGB colors in percentages

R + G + B = 172 + 171 + 184 = 527 (100%)
R 172 of 527 ~ 32.64%
G 171 of 527 ~ 32.45%
B 184 of 527 ~ 34.91'%

%32.64
%32.45
%34.91

CMYK color model

#ACABB8 color CMYK value is (7,7,0,28).

  • cyan value is 6.52%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (7,7,0,28)
C7M7Y0K28 (7%, 7%, 0%, 28%)
(0.07 / 0.07 / 0.00 / 0.28)

CMYK percentages

%6.52
%7.07
%0
%27.84

Codes

Color #ACABB8 in popluar color models

AC AB B8
RGB 172 171 184
HSL 245° 8.39% 69.61%
HSB/HSV 245° 7.07% 72.16%
CMYK 6.52% 7.07% 0.00%
27.84%

Color #ACABB8 in popluar number systems.

HEX AC AB B8
Decimal 172 171 184
Binary 10101100 10101011 10111000
Octal 254 253 270

Shades and tints

Shades of #ACABB8

#ACABB8
(172,171,184)
#9D9CA8
(157,156,168)
#8E8D98
(142,141,152)
#7F7E88
(127,126,136)
#706F78
(112,111,120)
#616068
(97,96,104)
#525158
(82,81,88)
#434248
(67,66,72)
#343338
(52,51,56)
#252428
(37,36,40)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACABB8

#ACABB8
(172,171,184)
#B3B2BE
(179,178,190)
#BAB9C4
(186,185,196)
#C1C0CA
(193,192,202)
#C8C7D0
(200,199,208)
#CFCED6
(207,206,214)
#D6D5DC
(214,213,220)
#DDDCE2
(221,220,226)
#E4E3E8
(228,227,232)
#EBEAEE
(235,234,238)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACABB8 color. Also use rgb(172,171,184) instead hex code.

Text Font Color

.myTextColor { color: #ACABB8; }

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

This text font color is #ACABB8.

Background Color

.myBgColor { background-color: #ACABB8; }

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

This div background color is #ACABB8.

Border color

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

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

This div border color is #ACABB8.

Opacity

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

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

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

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

This text has shadow with #ACABB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACABB8.

Preview

Color preview on black background

This text has color #ACABB8 on black background.


Color preview on white background

This text has color #ACABB8 on white background.


Black color preview on #ACABB8 background

This text has black color on #ACABB8 background.


White color preview on #ACABB8 background

This text has white color on #ACABB8 background.


Related colors

Complementary color

Complementary color for #hex is #535447.


I love getcolorcode.com

Triadic colors

1 #B8ACAB and #ABB8AC with #ACABB8 are triadic colors.

2 #B8ABAC and #ABACB8 with #ACABB8 are triadic colors.