COLOR #AC9D9B

HEX: #AC9D9B
RGB: (172,157,155)

Color info

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

RGB color model

#AC9D9B color RGB value is (172,157,155).

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

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 155 of 255 = 61%

172
157
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 155 = 484 (100%)
R 172 of 484 ~ 35.54%
G 157 of 484 ~ 32.44%
B 155 of 484 ~ 32.02%

%35.54
%32.44
%32.02

CMYK color model

#AC9D9B color CMYK value is (0,9,10,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,9,10,33)
C0M9Y10K33 
(0%,9%,10%,33%)
(0.00/0.09/0.10/0.33)	

CMYK percentages

%0
%8.72
%9.88
%32.55

Codes

Color #AC9D9B in popluar color models

AC9D9B
RGB172157155
HSL9.29%64.12%
HSB/HSV9.88%67.45%
CMYK0.00%8.72%9.88%
32.55%

Color #AC9D9B in popluar number systems.

HEXAC9D9B
Decimal172157155
Binary101011001001110110011011
Octal254235233

Shades and tints

Shades of #AC9D9B

#AC9D9B
(172,157,155)
#9D8F8D
(157,143,141)
#8E817F
(142,129,127)
#7F7371
(127,115,113)
#706563
(112,101,99)
#615755
(97,87,85)
#524947
(82,73,71)
#433B39
(67,59,57)
#342D2B
(52,45,43)
#251F1D
(37,31,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #AC9D9B

#AC9D9B
(172,157,155)
#B3A5A4
(179,165,164)
#BAADAD
(186,173,173)
#C1B5B6
(193,181,182)
#C8BDBF
(200,189,191)
#CFC5C8
(207,197,200)
#D6CDD1
(214,205,209)
#DDD5DA
(221,213,218)
#E4DDE3
(228,221,227)
#EBE5EC
(235,229,236)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D9B; }

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

This text font color is #AC9D9B.


Background Color

.myBgColor { background-color: #AC9D9B; }

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

This div background color is #AC9D9B.


Border color

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

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

This div border color is #AC9D9B.


Opacity

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

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

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

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

This text has shadow with #AC9D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D9B on black background.


Color preview on white background

This text has color #AC9D9B on white background.



Black color preview on #AC9D9B background

This text has black color on #AC9D9B background.


White color preview on #AC9D9B background

This text has white color on #AC9D9B background.