COLOR #ACB8B2

HEX: #ACB8B2
RGB: (172,184,178)

Color info

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

RGB color model

#ACB8B2 color RGB value is (172,184,178).

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

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 178 of 255 = 70%

172
184
178

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

Portions of RGB colors in percentages

R + G + B =
172 + 184 + 178 = 534 (100%)
R 172 of 534 ~ 32.21%
G 184 of 534 ~ 34.46%
B 178 of 534 ~ 33.33%

%32.21
%34.46
%33.33

CMYK color model

#ACB8B2 color CMYK value is (7,0,3,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 27.84%
CMYK:
(7,0,3,28)
C7M0Y3K28 
(7%,0%,3%,28%)
(0.07/0.00/0.03/0.28)	

CMYK percentages

%6.52
%0
%3.26
%27.84

Codes

Color #ACB8B2 in popluar color models

ACB8B2
RGB172184178
HSL150°7.79%69.80%
HSB/HSV150°6.52%72.16%
CMYK6.52%0.00%3.26%
27.84%

Color #ACB8B2 in popluar number systems.

HEXACB8B2
Decimal172184178
Binary101011001011100010110010
Octal254270262

Shades and tints

Shades of #ACB8B2

#ACB8B2
(172,184,178)
#9DA8A2
(157,168,162)
#8E9892
(142,152,146)
#7F8882
(127,136,130)
#707872
(112,120,114)
#616862
(97,104,98)
#525852
(82,88,82)
#434842
(67,72,66)
#343832
(52,56,50)
#252822
(37,40,34)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #ACB8B2

#ACB8B2
(172,184,178)
#B3BEB9
(179,190,185)
#BAC4C0
(186,196,192)
#C1CAC7
(193,202,199)
#C8D0CE
(200,208,206)
#CFD6D5
(207,214,213)
#D6DCDC
(214,220,220)
#DDE2E3
(221,226,227)
#E4E8EA
(228,232,234)
#EBEEF1
(235,238,241)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB8B2; }

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

This text font color is #ACB8B2.


Background Color

.myBgColor { background-color: #ACB8B2; }

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

This div background color is #ACB8B2.


Border color

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

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

This div border color is #ACB8B2.


Opacity

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

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

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

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

This text has shadow with #ACB8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB8B2 on black background.


Color preview on white background

This text has color #ACB8B2 on white background.



Black color preview on #ACB8B2 background

This text has black color on #ACB8B2 background.


White color preview on #ACB8B2 background

This text has white color on #ACB8B2 background.