COLOR #AC94B0

HEX: #AC94B0 RGB: (172,148,176)

Color info

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

RGB color model

#AC94B0 color RGB value is (172,148,176).

RGB: (172,148,176) (67%, 58%, 69%)

RGB channels and saturation

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

172
148
176

R + G + B ~ 65%. #AC94B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 176 = 496 (100%)
R 172 of 496 ~ 34.68%
G 148 of 496 ~ 29.84%
B 176 of 496 ~ 35.48'%

%34.68
%29.84
%35.48

CMYK color model

#AC94B0 color CMYK value is (2,16,0,31).

  • cyan value is 2.27%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (2,16,0,31)
C2M16Y0K31 (2%, 16%, 0%, 31%)
(0.02 / 0.16 / 0.00 / 0.31)

CMYK percentages

%2.27
%15.91
%0
%30.98

Codes

Color #AC94B0 in popluar color models

AC 94 B0
RGB 172 148 176
HSL 291° 15.05% 63.53%
HSB/HSV 291° 15.91% 69.02%
CMYK 2.27% 15.91% 0.00%
30.98%

Color #AC94B0 in popluar number systems.

HEX AC 94 B0
Decimal 172 148 176
Binary 10101100 10010100 10110000
Octal 254 224 260

Shades and tints

Shades of #AC94B0

#AC94B0
(172,148,176)
#9D87A0
(157,135,160)
#8E7A90
(142,122,144)
#7F6D80
(127,109,128)
#706070
(112,96,112)
#615360
(97,83,96)
#524650
(82,70,80)
#433940
(67,57,64)
#342C30
(52,44,48)
#251F20
(37,31,32)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC94B0

#AC94B0
(172,148,176)
#B39DB7
(179,157,183)
#BAA6BE
(186,166,190)
#C1AFC5
(193,175,197)
#C8B8CC
(200,184,204)
#CFC1D3
(207,193,211)
#D6CADA
(214,202,218)
#DDD3E1
(221,211,225)
#E4DCE8
(228,220,232)
#EBE5EF
(235,229,239)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94B0; }

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

This text font color is #AC94B0.

Background Color

.myBgColor { background-color: #AC94B0; }

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

This div background color is #AC94B0.

Border color

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

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

This div border color is #AC94B0.

Opacity

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

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

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

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

This text has shadow with #AC94B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94B0.

Preview

Color preview on black background

This text has color #AC94B0 on black background.


Color preview on white background

This text has color #AC94B0 on white background.


Black color preview on #AC94B0 background

This text has black color on #AC94B0 background.


White color preview on #AC94B0 background

This text has white color on #AC94B0 background.


Related colors

Complementary color

Complementary color for #hex is #536B4F.


I love getcolorcode.com

Triadic colors

1 #B0AC94 and #94B0AC with #AC94B0 are triadic colors.

2 #B094AC and #94ACB0 with #AC94B0 are triadic colors.