COLOR #AC94C6

HEX: #AC94C6 RGB: (172,148,198)

Color info

#AC94C6 contains red, green and blue colors in about the same proportion. Web safe color of #AC94C6 is #9999CC (or #99C).

RGB color model

#AC94C6 color RGB value is (172,148,198).

RGB: (172,148,198) (67%, 58%, 78%)

RGB channels and saturation

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

172
148
198

R + G + B ~ 68%. #AC94C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 198 = 518 (100%)
R 172 of 518 ~ 33.2%
G 148 of 518 ~ 28.57%
B 198 of 518 ~ 38.22'%

%33.2
%28.57
%38.22

CMYK color model

#AC94C6 color CMYK value is (13,25,0,22).

  • cyan value is 13.13%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (13,25,0,22)
C13M25Y0K22 (13%, 25%, 0%, 22%)
(0.13 / 0.25 / 0.00 / 0.22)

CMYK percentages

%13.13
%25.25
%0
%22.35

Codes

Color #AC94C6 in popluar color models

AC 94 C6
RGB 172 148 198
HSL 269° 30.49% 67.84%
HSB/HSV 269° 25.25% 77.65%
CMYK 13.13% 25.25% 0.00%
22.35%

Color #AC94C6 in popluar number systems.

HEX AC 94 C6
Decimal 172 148 198
Binary 10101100 10010100 11000110
Octal 254 224 306

Shades and tints

Shades of #AC94C6

#AC94C6
(172,148,198)
#9D87B4
(157,135,180)
#8E7AA2
(142,122,162)
#7F6D90
(127,109,144)
#70607E
(112,96,126)
#61536C
(97,83,108)
#52465A
(82,70,90)
#433948
(67,57,72)
#342C36
(52,44,54)
#251F24
(37,31,36)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #AC94C6

#AC94C6
(172,148,198)
#B39DCB
(179,157,203)
#BAA6D0
(186,166,208)
#C1AFD5
(193,175,213)
#C8B8DA
(200,184,218)
#CFC1DF
(207,193,223)
#D6CAE4
(214,202,228)
#DDD3E9
(221,211,233)
#E4DCEE
(228,220,238)
#EBE5F3
(235,229,243)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94C6; }

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

This text font color is #AC94C6.

Background Color

.myBgColor { background-color: #AC94C6; }

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

This div background color is #AC94C6.

Border color

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

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

This div border color is #AC94C6.

Opacity

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

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

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

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

This text has shadow with #AC94C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94C6.

Preview

Color preview on black background

This text has color #AC94C6 on black background.


Color preview on white background

This text has color #AC94C6 on white background.


Black color preview on #AC94C6 background

This text has black color on #AC94C6 background.


White color preview on #AC94C6 background

This text has white color on #AC94C6 background.


Related colors

Complementary color

Complementary color for #hex is #536B39.


I love getcolorcode.com

Triadic colors

1 #C6AC94 and #94C6AC with #AC94C6 are triadic colors.

2 #C694AC and #94ACC6 with #AC94C6 are triadic colors.