COLOR #AC99D1

HEX: #AC99D1
RGB: (172,153,209)

Color info

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

RGB color model

#AC99D1 color RGB value is (172,153,209).

  • red value is 172;
  • green value is 153;
  • blue value is 209.
RGB:
(172,153,209)
(67%,60%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 209 of 255 = 82%

172
153
209

R + G + B ~ 70%. #AC99D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 209 = 534 (100%)
R 172 of 534 ~ 32.21%
G 153 of 534 ~ 28.65%
B 209 of 534 ~ 39.14%

%32.21
%28.65
%39.14

CMYK color model

#AC99D1 color CMYK value is (18,27,0,18).

  • cyan value is 17.70%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,27,0,18)
C18M27Y0K18 
(18%,27%,0%,18%)
(0.18/0.27/0.00/0.18)	

CMYK percentages

%17.7
%26.79
%0
%18.04

Codes

Color #AC99D1 in popluar color models

AC99D1
RGB172153209
HSL260°37.84%70.98%
HSB/HSV260°26.79%81.96%
CMYK17.70%26.79%0.00%
18.04%

Color #AC99D1 in popluar number systems.

HEXAC99D1
Decimal172153209
Binary101011001001100111010001
Octal254231321

Shades and tints

Shades of #AC99D1

#AC99D1
(172,153,209)
#9D8CBE
(157,140,190)
#8E7FAB
(142,127,171)
#7F7298
(127,114,152)
#706585
(112,101,133)
#615872
(97,88,114)
#524B5F
(82,75,95)
#433E4C
(67,62,76)
#343139
(52,49,57)
#252426
(37,36,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #AC99D1

#AC99D1
(172,153,209)
#B3A2D5
(179,162,213)
#BAABD9
(186,171,217)
#C1B4DD
(193,180,221)
#C8BDE1
(200,189,225)
#CFC6E5
(207,198,229)
#D6CFE9
(214,207,233)
#DDD8ED
(221,216,237)
#E4E1F1
(228,225,241)
#EBEAF5
(235,234,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC99D1; }

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

This text font color is #AC99D1.


Background Color

.myBgColor { background-color: #AC99D1; }

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

This div background color is #AC99D1.


Border color

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

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

This div border color is #AC99D1.


Opacity

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

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

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

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

This text has shadow with #AC99D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC99D1 on black background.


Color preview on white background

This text has color #AC99D1 on white background.



Black color preview on #AC99D1 background

This text has black color on #AC99D1 background.


White color preview on #AC99D1 background

This text has white color on #AC99D1 background.