COLOR #AC94B8

HEX: #AC94B8 RGB: (172,148,184)

Color info

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

RGB color model

#AC94B8 color RGB value is (172,148,184).

RGB: (172,148,184) (67%, 58%, 72%)

RGB channels and saturation

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

172
148
184

R + G + B ~ 66%. #AC94B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 184 = 504 (100%)
R 172 of 504 ~ 34.13%
G 148 of 504 ~ 29.37%
B 184 of 504 ~ 36.51'%

%34.13
%29.37
%36.51

CMYK color model

#AC94B8 color CMYK value is (7,20,0,28).

  • cyan value is 6.52%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (7,20,0,28) C7M20Y0K28 (7%,20%,0%,28%) (0.07/0.20/0.00/0.28) 

CMYK percentages

%6.52
%19.57
%0
%27.84

Codes

Color #AC94B8 in popluar color models

AC 94 B8
RGB 172 148 184
HSL 280° 20.22% 65.10%
HSB/HSV 280° 19.57% 72.16%
CMYK 6.52% 19.57% 0.00%
27.84%

Color #AC94B8 in popluar number systems.

HEX AC 94 B8
Decimal 172 148 184
Binary 10101100 10010100 10111000
Octal 254 224 270

Shades and tints

Shades of #AC94B8

#AC94B8
(172,148,184)
#9D87A8
(157,135,168)
#8E7A98
(142,122,152)
#7F6D88
(127,109,136)
#706078
(112,96,120)
#615368
(97,83,104)
#524658
(82,70,88)
#433948
(67,57,72)
#342C38
(52,44,56)
#251F28
(37,31,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #AC94B8

#AC94B8
(172,148,184)
#B39DBE
(179,157,190)
#BAA6C4
(186,166,196)
#C1AFCA
(193,175,202)
#C8B8D0
(200,184,208)
#CFC1D6
(207,193,214)
#D6CADC
(214,202,220)
#DDD3E2
(221,211,226)
#E4DCE8
(228,220,232)
#EBE5EE
(235,229,238)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94B8; }

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

This text font color is #AC94B8.

Background Color

.myBgColor { background-color: #AC94B8; }

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

This div background color is #AC94B8.

Border color

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

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

This div border color is #AC94B8.

Opacity

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

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

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

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

This text has shadow with #AC94B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94B8.

Preview

Color preview on black background

This text has color #AC94B8 on black background.


Color preview on white background

This text has color #AC94B8 on white background.


Black color preview on #AC94B8 background

This text has black color on #AC94B8 background.


White color preview on #AC94B8 background

This text has white color on #AC94B8 background.


Related colors

Complementary color

Complementary color for #hex is #536B47.


I love getcolorcode.com

Triadic colors

1 #B8AC94 and #94B8AC with #AC94B8 are triadic colors.

2 #B894AC and #94ACB8 with #AC94B8 are triadic colors.