COLOR #AC94BC

HEX: #AC94BC RGB: (172,148,188)

Color info

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

RGB color model

#AC94BC color RGB value is (172,148,188).

RGB: (172,148,188) (67%, 58%, 74%)

RGB channels and saturation

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

172
148
188

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

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 188 = 508 (100%)
R 172 of 508 ~ 33.86%
G 148 of 508 ~ 29.13%
B 188 of 508 ~ 37.01'%

%33.86
%29.13
%37.01

CMYK color model

#AC94BC color CMYK value is (9,21,0,26).

  • cyan value is 8.51%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,21,0,26)
C9M21Y0K26 (9%, 21%, 0%, 26%)
(0.09 / 0.21 / 0.00 / 0.26)

CMYK percentages

%8.51
%21.28
%0
%26.27

Codes

Color #AC94BC in popluar color models

AC 94 BC
RGB 172 148 188
HSL 276° 22.99% 65.88%
HSB/HSV 276° 21.28% 73.73%
CMYK 8.51% 21.28% 0.00%
26.27%

Color #AC94BC in popluar number systems.

HEX AC 94 BC
Decimal 172 148 188
Binary 10101100 10010100 10111100
Octal 254 224 274

Shades and tints

Shades of #AC94BC

#AC94BC
(172,148,188)
#9D87AB
(157,135,171)
#8E7A9A
(142,122,154)
#7F6D89
(127,109,137)
#706078
(112,96,120)
#615367
(97,83,103)
#524656
(82,70,86)
#433945
(67,57,69)
#342C34
(52,44,52)
#251F23
(37,31,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #AC94BC

#AC94BC
(172,148,188)
#B39DC2
(179,157,194)
#BAA6C8
(186,166,200)
#C1AFCE
(193,175,206)
#C8B8D4
(200,184,212)
#CFC1DA
(207,193,218)
#D6CAE0
(214,202,224)
#DDD3E6
(221,211,230)
#E4DCEC
(228,220,236)
#EBE5F2
(235,229,242)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94BC; }

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

This text font color is #AC94BC.

Background Color

.myBgColor { background-color: #AC94BC; }

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

This div background color is #AC94BC.

Border color

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

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

This div border color is #AC94BC.

Opacity

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

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

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

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

This text has shadow with #AC94BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94BC.

Preview

Color preview on black background

This text has color #AC94BC on black background.


Color preview on white background

This text has color #AC94BC on white background.


Black color preview on #AC94BC background

This text has black color on #AC94BC background.


White color preview on #AC94BC background

This text has white color on #AC94BC background.


Related colors

Complementary color

Complementary color for #hex is #536B43.


I love getcolorcode.com

Triadic colors

1 #BCAC94 and #94BCAC with #AC94BC are triadic colors.

2 #BC94AC and #94ACBC with #AC94BC are triadic colors.