COLOR #ACB8B6

HEX: #ACB8B6
RGB: (172,184,182)

Color info

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

RGB color model

#ACB8B6 color RGB value is (172,184,182).

  • red value is 172;
  • green value is 184;
  • blue value is 182.
RGB:
(172,184,182)
(67%,72%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 182 of 255 = 71%

172
184
182

R + G + B ~ 70%. #ACB8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 184 + 182 = 538 (100%)
R 172 of 538 ~ 31.97%
G 184 of 538 ~ 34.2%
B 182 of 538 ~ 33.83%

%31.97
%34.2
%33.83

CMYK color model

#ACB8B6 color CMYK value is (7,0,1,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(7,0,1,28)
C7M0Y1K28 
(7%,0%,1%,28%)
(0.07/0.00/0.01/0.28)	

CMYK percentages

%6.52
%0
%1.09
%27.84

Codes

Color #ACB8B6 in popluar color models

ACB8B6
RGB172184182
HSL170°7.79%69.80%
HSB/HSV170°6.52%72.16%
CMYK6.52%0.00%1.09%
27.84%

Color #ACB8B6 in popluar number systems.

HEXACB8B6
Decimal172184182
Binary101011001011100010110110
Octal254270266

Shades and tints

Shades of #ACB8B6

#ACB8B6
(172,184,182)
#9DA8A6
(157,168,166)
#8E9896
(142,152,150)
#7F8886
(127,136,134)
#707876
(112,120,118)
#616866
(97,104,102)
#525856
(82,88,86)
#434846
(67,72,70)
#343836
(52,56,54)
#252826
(37,40,38)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACB8B6

#ACB8B6
(172,184,182)
#B3BEBC
(179,190,188)
#BAC4C2
(186,196,194)
#C1CAC8
(193,202,200)
#C8D0CE
(200,208,206)
#CFD6D4
(207,214,212)
#D6DCDA
(214,220,218)
#DDE2E0
(221,226,224)
#E4E8E6
(228,232,230)
#EBEEEC
(235,238,236)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB8B6 color. Also use rgb(172,184,182) instead hex code.

Text Font Color

.myTextColor { color: #ACB8B6; }

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

This text font color is #ACB8B6.


Background Color

.myBgColor { background-color: #ACB8B6; }

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

This div background color is #ACB8B6.


Border color

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

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

This div border color is #ACB8B6.


Opacity

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

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

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

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

This text has shadow with #ACB8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB8B6 on black background.


Color preview on white background

This text has color #ACB8B6 on white background.



Black color preview on #ACB8B6 background

This text has black color on #ACB8B6 background.


White color preview on #ACB8B6 background

This text has white color on #ACB8B6 background.