COLOR #ACB8B7

HEX: #ACB8B7
RGB: (172,184,183)

Color info

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

RGB color model

#ACB8B7 color RGB value is (172,184,183).

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

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 183 of 255 = 72%

172
184
183

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

Portions of RGB colors in percentages

R + G + B =
172 + 184 + 183 = 539 (100%)
R 172 of 539 ~ 31.91%
G 184 of 539 ~ 34.14%
B 183 of 539 ~ 33.95%

%31.91
%34.14
%33.95

CMYK color model

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

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • 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
%0.54
%27.84

Codes

Color #ACB8B7 in popluar color models

ACB8B7
RGB172184183
HSL175°7.79%69.80%
HSB/HSV175°6.52%72.16%
CMYK6.52%0.00%0.54%
27.84%

Color #ACB8B7 in popluar number systems.

HEXACB8B7
Decimal172184183
Binary101011001011100010110111
Octal254270267

Shades and tints

Shades of #ACB8B7

#ACB8B7
(172,184,183)
#9DA8A7
(157,168,167)
#8E9897
(142,152,151)
#7F8887
(127,136,135)
#707877
(112,120,119)
#616867
(97,104,103)
#525857
(82,88,87)
#434847
(67,72,71)
#343837
(52,56,55)
#252827
(37,40,39)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACB8B7

#ACB8B7
(172,184,183)
#B3BEBD
(179,190,189)
#BAC4C3
(186,196,195)
#C1CAC9
(193,202,201)
#C8D0CF
(200,208,207)
#CFD6D5
(207,214,213)
#D6DCDB
(214,220,219)
#DDE2E1
(221,226,225)
#E4E8E7
(228,232,231)
#EBEEED
(235,238,237)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB8B7; }

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

This text font color is #ACB8B7.


Background Color

.myBgColor { background-color: #ACB8B7; }

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

This div background color is #ACB8B7.


Border color

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

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

This div border color is #ACB8B7.


Opacity

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

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

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

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

This text has shadow with #ACB8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB8B7 on black background.


Color preview on white background

This text has color #ACB8B7 on white background.



Black color preview on #ACB8B7 background

This text has black color on #ACB8B7 background.


White color preview on #ACB8B7 background

This text has white color on #ACB8B7 background.