COLOR #AC909C

HEX: #AC909C
RGB: (172,144,156)

Color info

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

RGB color model

#AC909C color RGB value is (172,144,156).

  • red value is 172;
  • green value is 144;
  • blue value is 156.
RGB:
(172,144,156)
(67%,56%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 156 of 255 = 61%

172
144
156

R + G + B ~ 61%. #AC909C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 156 = 472 (100%)
R 172 of 472 ~ 36.44%
G 144 of 472 ~ 30.51%
B 156 of 472 ~ 33.05%

%36.44
%30.51
%33.05

CMYK color model

#AC909C color CMYK value is (0,16,9,33).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 9.30%
  • key color value is 32.55%
CMYK:
(0,16,9,33)
C0M16Y9K33 
(0%,16%,9%,33%)
(0.00/0.16/0.09/0.33)	

CMYK percentages

%0
%16.28
%9.3
%32.55

Codes

Color #AC909C in popluar color models

AC909C
RGB172144156
HSL334°14.43%61.96%
HSB/HSV334°16.28%67.45%
CMYK0.00%16.28%9.30%
32.55%

Color #AC909C in popluar number systems.

HEXAC909C
Decimal172144156
Binary101011001001000010011100
Octal254220234

Shades and tints

Shades of #AC909C

#AC909C
(172,144,156)
#9D838E
(157,131,142)
#8E7680
(142,118,128)
#7F6972
(127,105,114)
#705C64
(112,92,100)
#614F56
(97,79,86)
#524248
(82,66,72)
#43353A
(67,53,58)
#34282C
(52,40,44)
#251B1E
(37,27,30)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #AC909C

#AC909C
(172,144,156)
#B39AA5
(179,154,165)
#BAA4AE
(186,164,174)
#C1AEB7
(193,174,183)
#C8B8C0
(200,184,192)
#CFC2C9
(207,194,201)
#D6CCD2
(214,204,210)
#DDD6DB
(221,214,219)
#E4E0E4
(228,224,228)
#EBEAED
(235,234,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC909C color. Also use rgb(172,144,156) instead hex code.

Text Font Color

.myTextColor { color: #AC909C; }

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

This text font color is #AC909C.


Background Color

.myBgColor { background-color: #AC909C; }

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

This div background color is #AC909C.


Border color

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

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

This div border color is #AC909C.


Opacity

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

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

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

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

This text has shadow with #AC909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC909C on black background.


Color preview on white background

This text has color #AC909C on white background.



Black color preview on #AC909C background

This text has black color on #AC909C background.


White color preview on #AC909C background

This text has white color on #AC909C background.