COLOR #AC9CB4

HEX: #AC9CB4 RGB: (172,156,180)

Color info

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

RGB color model

#AC9CB4 color RGB value is (172,156,180).

RGB: (172,156,180) (67%, 61%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 180 of 255 = 71%

172
156
180

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

Portions of RGB colors in percentages

R + G + B = 172 + 156 + 180 = 508 (100%)
R 172 of 508 ~ 33.86%
G 156 of 508 ~ 30.71%
B 180 of 508 ~ 35.43'%

%33.86
%30.71
%35.43

CMYK color model

#AC9CB4 color CMYK value is (4,13,0,29).

  • cyan value is 4.44%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (4,13,0,29)
C4M13Y0K29 (4%, 13%, 0%, 29%)
(0.04 / 0.13 / 0.00 / 0.29)

CMYK percentages

%4.44
%13.33
%0
%29.41

Codes

Color #AC9CB4 in popluar color models

AC 9C B4
RGB 172 156 180
HSL 280° 13.79% 65.88%
HSB/HSV 280° 13.33% 70.59%
CMYK 4.44% 13.33% 0.00%
29.41%

Color #AC9CB4 in popluar number systems.

HEX AC 9C B4
Decimal 172 156 180
Binary 10101100 10011100 10110100
Octal 254 234 264

Shades and tints

Shades of #AC9CB4

#AC9CB4
(172,156,180)
#9D8EA4
(157,142,164)
#8E8094
(142,128,148)
#7F7284
(127,114,132)
#706474
(112,100,116)
#615664
(97,86,100)
#524854
(82,72,84)
#433A44
(67,58,68)
#342C34
(52,44,52)
#251E24
(37,30,36)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC9CB4

#AC9CB4
(172,156,180)
#B3A5BA
(179,165,186)
#BAAEC0
(186,174,192)
#C1B7C6
(193,183,198)
#C8C0CC
(200,192,204)
#CFC9D2
(207,201,210)
#D6D2D8
(214,210,216)
#DDDBDE
(221,219,222)
#E4E4E4
(228,228,228)
#EBEDEA
(235,237,234)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9CB4 color. Also use rgb(172,156,180) instead hex code.

Text Font Color

.myTextColor { color: #AC9CB4; }

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

This text font color is #AC9CB4.

Background Color

.myBgColor { background-color: #AC9CB4; }

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

This div background color is #AC9CB4.

Border color

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

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

This div border color is #AC9CB4.

Opacity

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

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

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

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

This text has shadow with #AC9CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9CB4.

Preview

Color preview on black background

This text has color #AC9CB4 on black background.


Color preview on white background

This text has color #AC9CB4 on white background.


Black color preview on #AC9CB4 background

This text has black color on #AC9CB4 background.


White color preview on #AC9CB4 background

This text has white color on #AC9CB4 background.


Related colors

Complementary color

Complementary color for #hex is #53634B.


I love getcolorcode.com

Triadic colors

1 #B4AC9C and #9CB4AC with #AC9CB4 are triadic colors.

2 #B49CAC and #9CACB4 with #AC9CB4 are triadic colors.