COLOR #ACABB7

HEX: #ACABB7
RGB: (172,171,183)

Color info

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

RGB color model

#ACABB7 color RGB value is (172,171,183).

  • red value is 172;
  • green value is 171;
  • blue value is 183.
RGB:
(172,171,183)
(67%,67%,72%)

RGB channels and saturation

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

172
171
183

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 183 = 526 (100%)
R 172 of 526 ~ 32.7%
G 171 of 526 ~ 32.51%
B 183 of 526 ~ 34.79%

%32.7
%32.51
%34.79

CMYK color model

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

  • cyan value is 6.01%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(6,7,0,28)
C6M7Y0K28 
(6%,7%,0%,28%)
(0.06/0.07/0.00/0.28)	

CMYK percentages

%6.01
%6.56
%0
%28.24

Codes

Color #ACABB7 in popluar color models

ACABB7
RGB172171183
HSL245°7.69%69.41%
HSB/HSV245°6.56%71.76%
CMYK6.01%6.56%0.00%
28.24%

Color #ACABB7 in popluar number systems.

HEXACABB7
Decimal172171183
Binary101011001010101110110111
Octal254253267

Shades and tints

Shades of #ACABB7

#ACABB7
(172,171,183)
#9D9CA7
(157,156,167)
#8E8D97
(142,141,151)
#7F7E87
(127,126,135)
#706F77
(112,111,119)
#616067
(97,96,103)
#525157
(82,81,87)
#434247
(67,66,71)
#343337
(52,51,55)
#252427
(37,36,39)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACABB7

#ACABB7
(172,171,183)
#B3B2BD
(179,178,189)
#BAB9C3
(186,185,195)
#C1C0C9
(193,192,201)
#C8C7CF
(200,199,207)
#CFCED5
(207,206,213)
#D6D5DB
(214,213,219)
#DDDCE1
(221,220,225)
#E4E3E7
(228,227,231)
#EBEAED
(235,234,237)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABB7; }

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

This text font color is #ACABB7.


Background Color

.myBgColor { background-color: #ACABB7; }

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

This div background color is #ACABB7.


Border color

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

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

This div border color is #ACABB7.


Opacity

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

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

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

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

This text has shadow with #ACABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABB7 on black background.


Color preview on white background

This text has color #ACABB7 on white background.



Black color preview on #ACABB7 background

This text has black color on #ACABB7 background.


White color preview on #ACABB7 background

This text has white color on #ACABB7 background.