COLOR #AC94AC

HEX: #AC94AC
RGB: (172,148,172)

Color info

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

RGB color model

#AC94AC color RGB value is (172,148,172).

  • red value is 172;
  • green value is 148;
  • blue value is 172.
RGB:
(172,148,172)
(67%,58%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 172 of 255 = 67%

172
148
172

R + G + B ~ 64%. #AC94AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 172 = 492 (100%)
R 172 of 492 ~ 34.96%
G 148 of 492 ~ 30.08%
B 172 of 492 ~ 34.96%

%34.96
%30.08
%34.96

CMYK color model

#AC94AC color CMYK value is (0,14,0,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(0,14,0,33)
C0M14Y0K33 
(0%,14%,0%,33%)
(0.00/0.14/0.00/0.33)	

CMYK percentages

%0
%13.95
%0
%32.55

Codes

Color #AC94AC in popluar color models

AC94AC
RGB172148172
HSL300°12.63%62.75%
HSB/HSV300°13.95%67.45%
CMYK0.00%13.95%0.00%
32.55%

Color #AC94AC in popluar number systems.

HEXAC94AC
Decimal172148172
Binary101011001001010010101100
Octal254224254

Shades and tints

Shades of #AC94AC

#AC94AC
(172,148,172)
#9D879D
(157,135,157)
#8E7A8E
(142,122,142)
#7F6D7F
(127,109,127)
#706070
(112,96,112)
#615361
(97,83,97)
#524652
(82,70,82)
#433943
(67,57,67)
#342C34
(52,44,52)
#251F25
(37,31,37)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC94AC

#AC94AC
(172,148,172)
#B39DB3
(179,157,179)
#BAA6BA
(186,166,186)
#C1AFC1
(193,175,193)
#C8B8C8
(200,184,200)
#CFC1CF
(207,193,207)
#D6CAD6
(214,202,214)
#DDD3DD
(221,211,221)
#E4DCE4
(228,220,228)
#EBE5EB
(235,229,235)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94AC; }

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

This text font color is #AC94AC.


Background Color

.myBgColor { background-color: #AC94AC; }

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

This div background color is #AC94AC.


Border color

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

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

This div border color is #AC94AC.


Opacity

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

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

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

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

This text has shadow with #AC94AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC94AC on black background.


Color preview on white background

This text has color #AC94AC on white background.



Black color preview on #AC94AC background

This text has black color on #AC94AC background.


White color preview on #AC94AC background

This text has white color on #AC94AC background.