COLOR #AC99C5

HEX: #AC99C5 RGB: (172,153,197)

Color info

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

RGB color model

#AC99C5 color RGB value is (172,153,197).

RGB: (172,153,197) (67%, 60%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 197 of 255 = 77%

172
153
197

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

Portions of RGB colors in percentages

R + G + B = 172 + 153 + 197 = 522 (100%)
R 172 of 522 ~ 32.95%
G 153 of 522 ~ 29.31%
B 197 of 522 ~ 37.74'%

%32.95
%29.31
%37.74

CMYK color model

#AC99C5 color CMYK value is (13,22,0,23).

  • cyan value is 12.69%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (13,22,0,23)
C13M22Y0K23 (13%, 22%, 0%, 23%)
(0.13 / 0.22 / 0.00 / 0.23)

CMYK percentages

%12.69
%22.34
%0
%22.75

Codes

Color #AC99C5 in popluar color models

AC 99 C5
RGB 172 153 197
HSL 266° 27.50% 68.63%
HSB/HSV 266° 22.34% 77.25%
CMYK 12.69% 22.34% 0.00%
22.75%

Color #AC99C5 in popluar number systems.

HEX AC 99 C5
Decimal 172 153 197
Binary 10101100 10011001 11000101
Octal 254 231 305

Shades and tints

Shades of #AC99C5

#AC99C5
(172,153,197)
#9D8CB4
(157,140,180)
#8E7FA3
(142,127,163)
#7F7292
(127,114,146)
#706581
(112,101,129)
#615870
(97,88,112)
#524B5F
(82,75,95)
#433E4E
(67,62,78)
#34313D
(52,49,61)
#25242C
(37,36,44)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #AC99C5

#AC99C5
(172,153,197)
#B3A2CA
(179,162,202)
#BAABCF
(186,171,207)
#C1B4D4
(193,180,212)
#C8BDD9
(200,189,217)
#CFC6DE
(207,198,222)
#D6CFE3
(214,207,227)
#DDD8E8
(221,216,232)
#E4E1ED
(228,225,237)
#EBEAF2
(235,234,242)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC99C5; }

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

This text font color is #AC99C5.

Background Color

.myBgColor { background-color: #AC99C5; }

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

This div background color is #AC99C5.

Border color

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

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

This div border color is #AC99C5.

Opacity

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

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

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

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

This text has shadow with #AC99C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC99C5.

Preview

Color preview on black background

This text has color #AC99C5 on black background.


Color preview on white background

This text has color #AC99C5 on white background.


Black color preview on #AC99C5 background

This text has black color on #AC99C5 background.


White color preview on #AC99C5 background

This text has white color on #AC99C5 background.


Related colors

Complementary color

Complementary color for #hex is #53663A.


I love getcolorcode.com

Triadic colors

1 #C5AC99 and #99C5AC with #AC99C5 are triadic colors.

2 #C599AC and #99ACC5 with #AC99C5 are triadic colors.