COLOR #AC9AC8

HEX: #AC9AC8 RGB: (172,154,200)

Color info

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

RGB color model

#AC9AC8 color RGB value is (172,154,200).

RGB: (172,154,200) (67%, 60%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 200 of 255 = 78%

172
154
200

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

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 200 = 526 (100%)
R 172 of 526 ~ 32.7%
G 154 of 526 ~ 29.28%
B 200 of 526 ~ 38.02'%

%32.7
%29.28
%38.02

CMYK color model

#AC9AC8 color CMYK value is (14,23,0,22).

  • cyan value is 14.00%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (14,23,0,22)
C14M23Y0K22 (14%, 23%, 0%, 22%)
(0.14 / 0.23 / 0.00 / 0.22)

CMYK percentages

%14
%23
%0
%21.57

Codes

Color #AC9AC8 in popluar color models

AC 9A C8
RGB 172 154 200
HSL 263° 29.49% 69.41%
HSB/HSV 263° 23.00% 78.43%
CMYK 14.00% 23.00% 0.00%
21.57%

Color #AC9AC8 in popluar number systems.

HEX AC 9A C8
Decimal 172 154 200
Binary 10101100 10011010 11001000
Octal 254 232 310

Shades and tints

Shades of #AC9AC8

#AC9AC8
(172,154,200)
#9D8CB6
(157,140,182)
#8E7EA4
(142,126,164)
#7F7092
(127,112,146)
#706280
(112,98,128)
#61546E
(97,84,110)
#52465C
(82,70,92)
#43384A
(67,56,74)
#342A38
(52,42,56)
#251C26
(37,28,38)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #AC9AC8

#AC9AC8
(172,154,200)
#B3A3CD
(179,163,205)
#BAACD2
(186,172,210)
#C1B5D7
(193,181,215)
#C8BEDC
(200,190,220)
#CFC7E1
(207,199,225)
#D6D0E6
(214,208,230)
#DDD9EB
(221,217,235)
#E4E2F0
(228,226,240)
#EBEBF5
(235,235,245)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9AC8 color. Also use rgb(172,154,200) instead hex code.

Text Font Color

.myTextColor { color: #AC9AC8; }

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

This text font color is #AC9AC8.

Background Color

.myBgColor { background-color: #AC9AC8; }

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

This div background color is #AC9AC8.

Border color

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

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

This div border color is #AC9AC8.

Opacity

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

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

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

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

This text has shadow with #AC9AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9AC8.

Preview

Color preview on black background

This text has color #AC9AC8 on black background.


Color preview on white background

This text has color #AC9AC8 on white background.


Black color preview on #AC9AC8 background

This text has black color on #AC9AC8 background.


White color preview on #AC9AC8 background

This text has white color on #AC9AC8 background.


Related colors

Complementary color

Complementary color for #hex is #536537.


I love getcolorcode.com

Triadic colors

1 #C8AC9A and #9AC8AC with #AC9AC8 are triadic colors.

2 #C89AAC and #9AACC8 with #AC9AC8 are triadic colors.