COLOR #ACBCBD

HEX: #ACBCBD
RGB: (172,188,189)

Color info

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

RGB color model

#ACBCBD color RGB value is (172,188,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 189 of 255 = 74%

172
188
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 189 = 549 (100%)
R 172 of 549 ~ 31.33%
G 188 of 549 ~ 34.24%
B 189 of 549 ~ 34.43%

%31.33
%34.24
%34.43

CMYK color model

#ACBCBD color CMYK value is (9,1,0,26).

  • cyan value is 8.99%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(9,1,0,26)
C9M1Y0K26 
(9%,1%,0%,26%)
(0.09/0.01/0.00/0.26)	

CMYK percentages

%8.99
%0.53
%0
%25.88

Codes

Color #ACBCBD in popluar color models

ACBCBD
RGB172188189
HSL184°11.41%70.78%
HSB/HSV184°8.99%74.12%
CMYK8.99%0.53%0.00%
25.88%

Color #ACBCBD in popluar number systems.

HEXACBCBD
Decimal172188189
Binary101011001011110010111101
Octal254274275

Shades and tints

Shades of #ACBCBD

#ACBCBD
(172,188,189)
#9DABAC
(157,171,172)
#8E9A9B
(142,154,155)
#7F898A
(127,137,138)
#707879
(112,120,121)
#616768
(97,103,104)
#525657
(82,86,87)
#434546
(67,69,70)
#343435
(52,52,53)
#252324
(37,35,36)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #ACBCBD

#ACBCBD
(172,188,189)
#B3C2C3
(179,194,195)
#BAC8C9
(186,200,201)
#C1CECF
(193,206,207)
#C8D4D5
(200,212,213)
#CFDADB
(207,218,219)
#D6E0E1
(214,224,225)
#DDE6E7
(221,230,231)
#E4ECED
(228,236,237)
#EBF2F3
(235,242,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCBD; }

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

This text font color is #ACBCBD.


Background Color

.myBgColor { background-color: #ACBCBD; }

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

This div background color is #ACBCBD.


Border color

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

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

This div border color is #ACBCBD.


Opacity

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

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

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

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

This text has shadow with #ACBCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCBD on black background.


Color preview on white background

This text has color #ACBCBD on white background.



Black color preview on #ACBCBD background

This text has black color on #ACBCBD background.


White color preview on #ACBCBD background

This text has white color on #ACBCBD background.