COLOR #AC989B

HEX: #AC989B
RGB: (172,152,155)

Color info

#AC989B contains red, green and blue colors in about the same proportion. Web safe color of #AC989B is #999999 (or #999).

RGB color model

#AC989B color RGB value is (172,152,155).

  • red value is 172;
  • green value is 152;
  • blue value is 155.
RGB:
(172,152,155)
(67%,60%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 155 of 255 = 61%

172
152
155

R + G + B ~ 63%. #AC989B is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 152 + 155 = 479 (100%)
R 172 of 479 ~ 35.91%
G 152 of 479 ~ 31.73%
B 155 of 479 ~ 32.36%

%35.91
%31.73
%32.36

CMYK color model

#AC989B color CMYK value is (0,12,10,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,12,10,33)
C0M12Y10K33 
(0%,12%,10%,33%)
(0.00/0.12/0.10/0.33)	

CMYK percentages

%0
%11.63
%9.88
%32.55

Codes

Color #AC989B in popluar color models

AC989B
RGB172152155
HSL351°10.75%63.53%
HSB/HSV351°11.63%67.45%
CMYK0.00%11.63%9.88%
32.55%

Color #AC989B in popluar number systems.

HEXAC989B
Decimal172152155
Binary101011001001100010011011
Octal254230233

Shades and tints

Shades of #AC989B

#AC989B
(172,152,155)
#9D8B8D
(157,139,141)
#8E7E7F
(142,126,127)
#7F7171
(127,113,113)
#706463
(112,100,99)
#615755
(97,87,85)
#524A47
(82,74,71)
#433D39
(67,61,57)
#34302B
(52,48,43)
#25231D
(37,35,29)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #AC989B

#AC989B
(172,152,155)
#B3A1A4
(179,161,164)
#BAAAAD
(186,170,173)
#C1B3B6
(193,179,182)
#C8BCBF
(200,188,191)
#CFC5C8
(207,197,200)
#D6CED1
(214,206,209)
#DDD7DA
(221,215,218)
#E4E0E3
(228,224,227)
#EBE9EC
(235,233,236)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC989B color. Also use rgb(172,152,155) instead hex code.

Text Font Color

.myTextColor { color: #AC989B; }

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

This text font color is #AC989B.


Background Color

.myBgColor { background-color: #AC989B; }

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

This div background color is #AC989B.


Border color

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

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

This div border color is #AC989B.


Opacity

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

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

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

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

This text has shadow with #AC989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC989B on black background.


Color preview on white background

This text has color #AC989B on white background.



Black color preview on #AC989B background

This text has black color on #AC989B background.


White color preview on #AC989B background

This text has white color on #AC989B background.