COLOR #ACB4BF

HEX: #ACB4BF
RGB: (172,180,191)

Color info

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

RGB color model

#ACB4BF color RGB value is (172,180,191).

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

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 191 of 255 = 75%

172
180
191

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

Portions of RGB colors in percentages

R + G + B =
172 + 180 + 191 = 543 (100%)
R 172 of 543 ~ 31.68%
G 180 of 543 ~ 33.15%
B 191 of 543 ~ 35.17%

%31.68
%33.15
%35.17

CMYK color model

#ACB4BF color CMYK value is (10,6,0,25).

  • cyan value is 9.95%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,6,0,25)
C10M6Y0K25 
(10%,6%,0%,25%)
(0.10/0.06/0.00/0.25)	

CMYK percentages

%9.95
%5.76
%0
%25.1

Codes

Color #ACB4BF in popluar color models

ACB4BF
RGB172180191
HSL215°12.93%71.18%
HSB/HSV215°9.95%74.90%
CMYK9.95%5.76%0.00%
25.10%

Color #ACB4BF in popluar number systems.

HEXACB4BF
Decimal172180191
Binary101011001011010010111111
Octal254264277

Shades and tints

Shades of #ACB4BF

#ACB4BF
(172,180,191)
#9DA4AE
(157,164,174)
#8E949D
(142,148,157)
#7F848C
(127,132,140)
#70747B
(112,116,123)
#61646A
(97,100,106)
#525459
(82,84,89)
#434448
(67,68,72)
#343437
(52,52,55)
#252426
(37,36,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACB4BF

#ACB4BF
(172,180,191)
#B3BAC4
(179,186,196)
#BAC0C9
(186,192,201)
#C1C6CE
(193,198,206)
#C8CCD3
(200,204,211)
#CFD2D8
(207,210,216)
#D6D8DD
(214,216,221)
#DDDEE2
(221,222,226)
#E4E4E7
(228,228,231)
#EBEAEC
(235,234,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB4BF; }

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

This text font color is #ACB4BF.


Background Color

.myBgColor { background-color: #ACB4BF; }

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

This div background color is #ACB4BF.


Border color

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

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

This div border color is #ACB4BF.


Opacity

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

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

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

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

This text has shadow with #ACB4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB4BF on black background.


Color preview on white background

This text has color #ACB4BF on white background.



Black color preview on #ACB4BF background

This text has black color on #ACB4BF background.


White color preview on #ACB4BF background

This text has white color on #ACB4BF background.