COLOR #ACBCB3

HEX: #ACBCB3
RGB: (172,188,179)

Color info

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

RGB color model

#ACBCB3 color RGB value is (172,188,179).

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

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 179 of 255 = 70%

172
188
179

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

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 179 = 539 (100%)
R 172 of 539 ~ 31.91%
G 188 of 539 ~ 34.88%
B 179 of 539 ~ 33.21%

%31.91
%34.88
%33.21

CMYK color model

#ACBCB3 color CMYK value is (9,0,5,26).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(9,0,5,26)
C9M0Y5K26 
(9%,0%,5%,26%)
(0.09/0.00/0.05/0.26)	

CMYK percentages

%8.51
%0
%4.79
%26.27

Codes

Color #ACBCB3 in popluar color models

ACBCB3
RGB172188179
HSL146°10.67%70.59%
HSB/HSV146°8.51%73.73%
CMYK8.51%0.00%4.79%
26.27%

Color #ACBCB3 in popluar number systems.

HEXACBCB3
Decimal172188179
Binary101011001011110010110011
Octal254274263

Shades and tints

Shades of #ACBCB3

#ACBCB3
(172,188,179)
#9DABA3
(157,171,163)
#8E9A93
(142,154,147)
#7F8983
(127,137,131)
#707873
(112,120,115)
#616763
(97,103,99)
#525653
(82,86,83)
#434543
(67,69,67)
#343433
(52,52,51)
#252323
(37,35,35)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #ACBCB3

#ACBCB3
(172,188,179)
#B3C2B9
(179,194,185)
#BAC8BF
(186,200,191)
#C1CEC5
(193,206,197)
#C8D4CB
(200,212,203)
#CFDAD1
(207,218,209)
#D6E0D7
(214,224,215)
#DDE6DD
(221,230,221)
#E4ECE3
(228,236,227)
#EBF2E9
(235,242,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCB3; }

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

This text font color is #ACBCB3.


Background Color

.myBgColor { background-color: #ACBCB3; }

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

This div background color is #ACBCB3.


Border color

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

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

This div border color is #ACBCB3.


Opacity

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

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

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

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

This text has shadow with #ACBCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCB3 on black background.


Color preview on white background

This text has color #ACBCB3 on white background.



Black color preview on #ACBCB3 background

This text has black color on #ACBCB3 background.


White color preview on #ACBCB3 background

This text has white color on #ACBCB3 background.