COLOR #AC97D1

HEX: #AC97D1
RGB: (172,151,209)

Color info

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

RGB color model

#AC97D1 color RGB value is (172,151,209).

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

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 209 of 255 = 82%

172
151
209

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

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 209 = 532 (100%)
R 172 of 532 ~ 32.33%
G 151 of 532 ~ 28.38%
B 209 of 532 ~ 39.29%

%32.33
%28.38
%39.29

CMYK color model

#AC97D1 color CMYK value is (18,28,0,18).

  • cyan value is 17.70%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,28,0,18)
C18M28Y0K18 
(18%,28%,0%,18%)
(0.18/0.28/0.00/0.18)	

CMYK percentages

%17.7
%27.75
%0
%18.04

Codes

Color #AC97D1 in popluar color models

AC97D1
RGB172151209
HSL262°38.67%70.59%
HSB/HSV262°27.75%81.96%
CMYK17.70%27.75%0.00%
18.04%

Color #AC97D1 in popluar number systems.

HEXAC97D1
Decimal172151209
Binary101011001001011111010001
Octal254227321

Shades and tints

Shades of #AC97D1

#AC97D1
(172,151,209)
#9D8ABE
(157,138,190)
#8E7DAB
(142,125,171)
#7F7098
(127,112,152)
#706385
(112,99,133)
#615672
(97,86,114)
#52495F
(82,73,95)
#433C4C
(67,60,76)
#342F39
(52,47,57)
#252226
(37,34,38)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #AC97D1

#AC97D1
(172,151,209)
#B3A0D5
(179,160,213)
#BAA9D9
(186,169,217)
#C1B2DD
(193,178,221)
#C8BBE1
(200,187,225)
#CFC4E5
(207,196,229)
#D6CDE9
(214,205,233)
#DDD6ED
(221,214,237)
#E4DFF1
(228,223,241)
#EBE8F5
(235,232,245)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC97D1; }

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

This text font color is #AC97D1.


Background Color

.myBgColor { background-color: #AC97D1; }

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

This div background color is #AC97D1.


Border color

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

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

This div border color is #AC97D1.


Opacity

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

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

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

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

This text has shadow with #AC97D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC97D1 on black background.


Color preview on white background

This text has color #AC97D1 on white background.



Black color preview on #AC97D1 background

This text has black color on #AC97D1 background.


White color preview on #AC97D1 background

This text has white color on #AC97D1 background.