COLOR #AC98A1

HEX: #AC98A1
RGB: (172,152,161)

Color info

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

RGB color model

#AC98A1 color RGB value is (172,152,161).

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

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 161 of 255 = 63%

172
152
161

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

Portions of RGB colors in percentages

R + G + B =
172 + 152 + 161 = 485 (100%)
R 172 of 485 ~ 35.46%
G 152 of 485 ~ 31.34%
B 161 of 485 ~ 33.2%

%35.46
%31.34
%33.2

CMYK color model

#AC98A1 color CMYK value is (0,12,6,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 6.40%
  • key color value is 32.55%
CMYK:
(0,12,6,33)
C0M12Y6K33 
(0%,12%,6%,33%)
(0.00/0.12/0.06/0.33)	

CMYK percentages

%0
%11.63
%6.4
%32.55

Codes

Color #AC98A1 in popluar color models

AC98A1
RGB172152161
HSL333°10.75%63.53%
HSB/HSV333°11.63%67.45%
CMYK0.00%11.63%6.40%
32.55%

Color #AC98A1 in popluar number systems.

HEXAC98A1
Decimal172152161
Binary101011001001100010100001
Octal254230241

Shades and tints

Shades of #AC98A1

#AC98A1
(172,152,161)
#9D8B93
(157,139,147)
#8E7E85
(142,126,133)
#7F7177
(127,113,119)
#706469
(112,100,105)
#61575B
(97,87,91)
#524A4D
(82,74,77)
#433D3F
(67,61,63)
#343031
(52,48,49)
#252323
(37,35,35)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #AC98A1

#AC98A1
(172,152,161)
#B3A1A9
(179,161,169)
#BAAAB1
(186,170,177)
#C1B3B9
(193,179,185)
#C8BCC1
(200,188,193)
#CFC5C9
(207,197,201)
#D6CED1
(214,206,209)
#DDD7D9
(221,215,217)
#E4E0E1
(228,224,225)
#EBE9E9
(235,233,233)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC98A1; }

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

This text font color is #AC98A1.


Background Color

.myBgColor { background-color: #AC98A1; }

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

This div background color is #AC98A1.


Border color

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

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

This div border color is #AC98A1.


Opacity

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

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

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

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

This text has shadow with #AC98A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC98A1 on black background.


Color preview on white background

This text has color #AC98A1 on white background.



Black color preview on #AC98A1 background

This text has black color on #AC98A1 background.


White color preview on #AC98A1 background

This text has white color on #AC98A1 background.