COLOR #AC99CC

HEX: #AC99CC RGB: (172,153,204)

Color info

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

RGB color model

#AC99CC color RGB value is (172,153,204).

RGB: (172,153,204) (67%, 60%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 204 of 255 = 80%

172
153
204

R + G + B ~ 69%. #AC99CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 153 + 204 = 529 (100%)
R 172 of 529 ~ 32.51%
G 153 of 529 ~ 28.92%
B 204 of 529 ~ 38.56'%

%32.51
%28.92
%38.56

CMYK color model

#AC99CC color CMYK value is (16,25,0,20).

  • cyan value is 15.69%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (16,25,0,20)
C16M25Y0K20 (16%, 25%, 0%, 20%)
(0.16 / 0.25 / 0.00 / 0.20)

CMYK percentages

%15.69
%25
%0
%20

Codes

Color #AC99CC in popluar color models

AC 99 CC
RGB 172 153 204
HSL 262° 33.33% 70.00%
HSB/HSV 262° 25.00% 80.00%
CMYK 15.69% 25.00% 0.00%
20.00%

Color #AC99CC in popluar number systems.

HEX AC 99 CC
Decimal 172 153 204
Binary 10101100 10011001 11001100
Octal 254 231 314

Shades and tints

Shades of #AC99CC

#AC99CC
(172,153,204)
#9D8CBA
(157,140,186)
#8E7FA8
(142,127,168)
#7F7296
(127,114,150)
#706584
(112,101,132)
#615872
(97,88,114)
#524B60
(82,75,96)
#433E4E
(67,62,78)
#34313C
(52,49,60)
#25242A
(37,36,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #AC99CC

#AC99CC
(172,153,204)
#B3A2D0
(179,162,208)
#BAABD4
(186,171,212)
#C1B4D8
(193,180,216)
#C8BDDC
(200,189,220)
#CFC6E0
(207,198,224)
#D6CFE4
(214,207,228)
#DDD8E8
(221,216,232)
#E4E1EC
(228,225,236)
#EBEAF0
(235,234,240)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC99CC color. Also use rgb(172,153,204) instead hex code.

Text Font Color

.myTextColor { color: #AC99CC; }

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

This text font color is #AC99CC.

Background Color

.myBgColor { background-color: #AC99CC; }

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

This div background color is #AC99CC.

Border color

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

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

This div border color is #AC99CC.

Opacity

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

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

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

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

This text has shadow with #AC99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC99CC.

Preview

Color preview on black background

This text has color #AC99CC on black background.


Color preview on white background

This text has color #AC99CC on white background.


Black color preview on #AC99CC background

This text has black color on #AC99CC background.


White color preview on #AC99CC background

This text has white color on #AC99CC background.


Related colors

Complementary color

Complementary color for #hex is #536633.


I love getcolorcode.com

Triadic colors

1 #CCAC99 and #99CCAC with #AC99CC are triadic colors.

2 #CC99AC and #99ACCC with #AC99CC are triadic colors.