COLOR #ACBCAB

HEX: #ACBCAB
RGB: (172,188,171)

Color info

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

RGB color model

#ACBCAB color RGB value is (172,188,171).

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

RGB channels and saturation

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

172
188
171

R + G + B ~ 69%. #ACBCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 171 = 531 (100%)
R 172 of 531 ~ 32.39%
G 188 of 531 ~ 35.4%
B 171 of 531 ~ 32.2%

%32.39
%35.4
%32.2

CMYK color model

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

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(9,0,9,26)
C9M0Y9K26 
(9%,0%,9%,26%)
(0.09/0.00/0.09/0.26)	

CMYK percentages

%8.51
%0
%9.04
%26.27

Codes

Color #ACBCAB in popluar color models

ACBCAB
RGB172188171
HSL116°11.26%70.39%
HSB/HSV116°9.04%73.73%
CMYK8.51%0.00%9.04%
26.27%

Color #ACBCAB in popluar number systems.

HEXACBCAB
Decimal172188171
Binary101011001011110010101011
Octal254274253

Shades and tints

Shades of #ACBCAB

#ACBCAB
(172,188,171)
#9DAB9C
(157,171,156)
#8E9A8D
(142,154,141)
#7F897E
(127,137,126)
#70786F
(112,120,111)
#616760
(97,103,96)
#525651
(82,86,81)
#434542
(67,69,66)
#343433
(52,52,51)
#252324
(37,35,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACBCAB

#ACBCAB
(172,188,171)
#B3C2B2
(179,194,178)
#BAC8B9
(186,200,185)
#C1CEC0
(193,206,192)
#C8D4C7
(200,212,199)
#CFDACE
(207,218,206)
#D6E0D5
(214,224,213)
#DDE6DC
(221,230,220)
#E4ECE3
(228,236,227)
#EBF2EA
(235,242,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCAB; }

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

This text font color is #ACBCAB.


Background Color

.myBgColor { background-color: #ACBCAB; }

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

This div background color is #ACBCAB.


Border color

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

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

This div border color is #ACBCAB.


Opacity

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

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

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

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

This text has shadow with #ACBCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCAB on black background.


Color preview on white background

This text has color #ACBCAB on white background.



Black color preview on #ACBCAB background

This text has black color on #ACBCAB background.


White color preview on #ACBCAB background

This text has white color on #ACBCAB background.