COLOR #ACBCBF

HEX: #ACBCBF
RGB: (172,188,191)

Color info

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

RGB color model

#ACBCBF color RGB value is (172,188,191).

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

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 191 of 255 = 75%

172
188
191

R + G + B ~ 72%. #ACBCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 191 = 551 (100%)
R 172 of 551 ~ 31.22%
G 188 of 551 ~ 34.12%
B 191 of 551 ~ 34.66%

%31.22
%34.12
%34.66

CMYK color model

#ACBCBF color CMYK value is (10,2,0,25).

  • cyan value is 9.95%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,2,0,25)
C10M2Y0K25 
(10%,2%,0%,25%)
(0.10/0.02/0.00/0.25)	

CMYK percentages

%9.95
%1.57
%0
%25.1

Codes

Color #ACBCBF in popluar color models

ACBCBF
RGB172188191
HSL189°12.93%71.18%
HSB/HSV189°9.95%74.90%
CMYK9.95%1.57%0.00%
25.10%

Color #ACBCBF in popluar number systems.

HEXACBCBF
Decimal172188191
Binary101011001011110010111111
Octal254274277

Shades and tints

Shades of #ACBCBF

#ACBCBF
(172,188,191)
#9DABAE
(157,171,174)
#8E9A9D
(142,154,157)
#7F898C
(127,137,140)
#70787B
(112,120,123)
#61676A
(97,103,106)
#525659
(82,86,89)
#434548
(67,69,72)
#343437
(52,52,55)
#252326
(37,35,38)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACBCBF

#ACBCBF
(172,188,191)
#B3C2C4
(179,194,196)
#BAC8C9
(186,200,201)
#C1CECE
(193,206,206)
#C8D4D3
(200,212,211)
#CFDAD8
(207,218,216)
#D6E0DD
(214,224,221)
#DDE6E2
(221,230,226)
#E4ECE7
(228,236,231)
#EBF2EC
(235,242,236)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCBF; }

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

This text font color is #ACBCBF.


Background Color

.myBgColor { background-color: #ACBCBF; }

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

This div background color is #ACBCBF.


Border color

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

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

This div border color is #ACBCBF.


Opacity

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

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

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

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

This text has shadow with #ACBCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCBF on black background.


Color preview on white background

This text has color #ACBCBF on white background.



Black color preview on #ACBCBF background

This text has black color on #ACBCBF background.


White color preview on #ACBCBF background

This text has white color on #ACBCBF background.