COLOR #AC7E94

HEX: #AC7E94 RGB: (172,126,148)

Color info

#AC7E94 contains red, green and blue colors in about the same proportion. Web safe color of #AC7E94 is #996699 (or #969).

RGB color model

#AC7E94 color RGB value is (172,126,148).

RGB: (172,126,148) (67%, 49%, 58%)

RGB channels and saturation

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

172
126
148

R + G + B ~ 58%. #AC7E94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 172 + 126 + 148 = 446 (100%)
R 172 of 446 ~ 38.57%
G 126 of 446 ~ 28.25%
B 148 of 446 ~ 33.18'%

%38.57
%28.25
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 13.95%
  • key color value is 32.55%

CMYK: (0,27,14,33)
C0M27Y14K33 (0%, 27%, 14%, 33%)
(0.00 / 0.27 / 0.14 / 0.33)

CMYK percentages

%0
%26.74
%13.95
%32.55

Codes

Color #AC7E94 in popluar color models

AC 7E 94
RGB 172 126 148
HSL 331° 21.70% 58.43%
HSB/HSV 331° 26.74% 67.45%
CMYK 0.00% 26.74% 13.95%
32.55%

Color #AC7E94 in popluar number systems.

HEX AC 7E 94
Decimal 172 126 148
Binary 10101100 1111110 10010100
Octal 254 176 224

Shades and tints

Shades of #AC7E94

#AC7E94
(172,126,148)
#9D7387
(157,115,135)
#8E687A
(142,104,122)
#7F5D6D
(127,93,109)
#705260
(112,82,96)
#614753
(97,71,83)
#523C46
(82,60,70)
#433139
(67,49,57)
#34262C
(52,38,44)
#251B1F
(37,27,31)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #AC7E94

#AC7E94
(172,126,148)
#B3899D
(179,137,157)
#BA94A6
(186,148,166)
#C19FAF
(193,159,175)
#C8AAB8
(200,170,184)
#CFB5C1
(207,181,193)
#D6C0CA
(214,192,202)
#DDCBD3
(221,203,211)
#E4D6DC
(228,214,220)
#EBE1E5
(235,225,229)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7E94; }

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

This text font color is #AC7E94.

Background Color

.myBgColor { background-color: #AC7E94; }

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

This div background color is #AC7E94.

Border color

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

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

This div border color is #AC7E94.

Opacity

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

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

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

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

This text has shadow with #AC7E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7E94.

Preview

Color preview on black background

This text has color #AC7E94 on black background.


Color preview on white background

This text has color #AC7E94 on white background.


Black color preview on #AC7E94 background

This text has black color on #AC7E94 background.


White color preview on #AC7E94 background

This text has white color on #AC7E94 background.


Related colors

Complementary color

Complementary color for #hex is #53816B.


I love getcolorcode.com

Triadic colors

1 #94AC7E and #7E94AC with #AC7E94 are triadic colors.

2 #947EAC and #7EAC94 with #AC7E94 are triadic colors.