COLOR #ACBCB1

HEX: #ACBCB1
RGB: (172,188,177)

Color info

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

RGB color model

#ACBCB1 color RGB value is (172,188,177).

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

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 177 of 255 = 69%

172
188
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 177 = 537 (100%)
R 172 of 537 ~ 32.03%
G 188 of 537 ~ 35.01%
B 177 of 537 ~ 32.96%

%32.03
%35.01
%32.96

CMYK color model

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

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(9,0,6,26)
C9M0Y6K26 
(9%,0%,6%,26%)
(0.09/0.00/0.06/0.26)	

CMYK percentages

%8.51
%0
%5.85
%26.27

Codes

Color #ACBCB1 in popluar color models

ACBCB1
RGB172188177
HSL139°10.67%70.59%
HSB/HSV139°8.51%73.73%
CMYK8.51%0.00%5.85%
26.27%

Color #ACBCB1 in popluar number systems.

HEXACBCB1
Decimal172188177
Binary101011001011110010110001
Octal254274261

Shades and tints

Shades of #ACBCB1

#ACBCB1
(172,188,177)
#9DABA1
(157,171,161)
#8E9A91
(142,154,145)
#7F8981
(127,137,129)
#707871
(112,120,113)
#616761
(97,103,97)
#525651
(82,86,81)
#434541
(67,69,65)
#343431
(52,52,49)
#252321
(37,35,33)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #ACBCB1

#ACBCB1
(172,188,177)
#B3C2B8
(179,194,184)
#BAC8BF
(186,200,191)
#C1CEC6
(193,206,198)
#C8D4CD
(200,212,205)
#CFDAD4
(207,218,212)
#D6E0DB
(214,224,219)
#DDE6E2
(221,230,226)
#E4ECE9
(228,236,233)
#EBF2F0
(235,242,240)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCB1; }

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

This text font color is #ACBCB1.


Background Color

.myBgColor { background-color: #ACBCB1; }

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

This div background color is #ACBCB1.


Border color

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

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

This div border color is #ACBCB1.


Opacity

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

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

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

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

This text has shadow with #ACBCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCB1 on black background.


Color preview on white background

This text has color #ACBCB1 on white background.



Black color preview on #ACBCB1 background

This text has black color on #ACBCB1 background.


White color preview on #ACBCB1 background

This text has white color on #ACBCB1 background.