COLOR #AC999E

HEX: #AC999E
RGB: (172,153,158)

Color info

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

RGB color model

#AC999E color RGB value is (172,153,158).

  • red value is 172;
  • green value is 153;
  • blue value is 158.
RGB: (172,153,158) (67%,60%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 158 of 255 = 62%

172
153
158

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

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 158 = 483 (100%)
R 172 of 483 ~ 35.61%
G 153 of 483 ~ 31.68%
B 158 of 483 ~ 32.71%

%35.61
%31.68
%32.71

CMYK color model

#AC999E color CMYK value is (0,11,8,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK: (0,11,8,33) C0M11Y8K33 (0%,11%,8%,33%) (0.00/0.11/0.08/0.33)

CMYK percentages

%0
%11.05
%8.14
%32.55

Codes

Color #AC999E in popluar color models

AC999E
RGB172153158
HSL344°10.27%63.73%
HSB/HSV344°11.05%67.45%
CMYK0.00%11.05%8.14%
32.55%

Color #AC999E in popluar number systems.

HEXAC999E
Decimal172153158
Binary101011001001100110011110
Octal254231236

Shades and tints

Shades of #AC999E

#AC999E
(172,153,158)
#9D8C90
(157,140,144)
#8E7F82
(142,127,130)
#7F7274
(127,114,116)
#706566
(112,101,102)
#615858
(97,88,88)
#524B4A
(82,75,74)
#433E3C
(67,62,60)
#34312E
(52,49,46)
#252420
(37,36,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #AC999E

#AC999E
(172,153,158)
#B3A2A6
(179,162,166)
#BAABAE
(186,171,174)
#C1B4B6
(193,180,182)
#C8BDBE
(200,189,190)
#CFC6C6
(207,198,198)
#D6CFCE
(214,207,206)
#DDD8D6
(221,216,214)
#E4E1DE
(228,225,222)
#EBEAE6
(235,234,230)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC999E color. Also use rgb(172,153,158) instead hex code.

Text Font Color

.myTextColor { color: #AC999E; }

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

This text font color is #AC999E.


Background Color

.myBgColor { background-color: #AC999E; }

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

This div background color is #AC999E.


Border color

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

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

This div border color is #AC999E.


Opacity

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

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

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

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

This text has shadow with #AC999E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AC999E on black background.


Color preview on white background

This text has color #AC999E on white background.



Black color preview on #AC999E background

This text has black color on #AC999E background.


White color preview on #AC999E background

This text has white color on #AC999E background.