COLOR #ACB2BF

HEX: #ACB2BF
RGB: (172,178,191)

Color info

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

RGB color model

#ACB2BF color RGB value is (172,178,191).

  • red value is 172;
  • green value is 178;
  • blue value is 191.
RGB:
(172,178,191)
(67%,70%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 191 of 255 = 75%

172
178
191

R + G + B ~ 71%. #ACB2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 191 = 541 (100%)
R 172 of 541 ~ 31.79%
G 178 of 541 ~ 32.9%
B 191 of 541 ~ 35.3%

%31.79
%32.9
%35.3

CMYK color model

#ACB2BF color CMYK value is (10,7,0,25).

  • cyan value is 9.95%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,7,0,25)
C10M7Y0K25 
(10%,7%,0%,25%)
(0.10/0.07/0.00/0.25)	

CMYK percentages

%9.95
%6.81
%0
%25.1

Codes

Color #ACB2BF in popluar color models

ACB2BF
RGB172178191
HSL221°12.93%71.18%
HSB/HSV221°9.95%74.90%
CMYK9.95%6.81%0.00%
25.10%

Color #ACB2BF in popluar number systems.

HEXACB2BF
Decimal172178191
Binary101011001011001010111111
Octal254262277

Shades and tints

Shades of #ACB2BF

#ACB2BF
(172,178,191)
#9DA2AE
(157,162,174)
#8E929D
(142,146,157)
#7F828C
(127,130,140)
#70727B
(112,114,123)
#61626A
(97,98,106)
#525259
(82,82,89)
#434248
(67,66,72)
#343237
(52,50,55)
#252226
(37,34,38)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACB2BF

#ACB2BF
(172,178,191)
#B3B9C4
(179,185,196)
#BAC0C9
(186,192,201)
#C1C7CE
(193,199,206)
#C8CED3
(200,206,211)
#CFD5D8
(207,213,216)
#D6DCDD
(214,220,221)
#DDE3E2
(221,227,226)
#E4EAE7
(228,234,231)
#EBF1EC
(235,241,236)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB2BF color. Also use rgb(172,178,191) instead hex code.

Text Font Color

.myTextColor { color: #ACB2BF; }

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

This text font color is #ACB2BF.


Background Color

.myBgColor { background-color: #ACB2BF; }

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

This div background color is #ACB2BF.


Border color

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

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

This div border color is #ACB2BF.


Opacity

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

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

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

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

This text has shadow with #ACB2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2BF on black background.


Color preview on white background

This text has color #ACB2BF on white background.



Black color preview on #ACB2BF background

This text has black color on #ACB2BF background.


White color preview on #ACB2BF background

This text has white color on #ACB2BF background.