COLOR #AC97D0

HEX: #AC97D0
RGB: (172,151,208)

Color info

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

RGB color model

#AC97D0 color RGB value is (172,151,208).

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

RGB channels and saturation

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

172
151
208

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

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 208 = 531 (100%)
R 172 of 531 ~ 32.39%
G 151 of 531 ~ 28.44%
B 208 of 531 ~ 39.17%

%32.39
%28.44
%39.17

CMYK color model

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

  • cyan value is 17.31%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,27,0,18)
C17M27Y0K18 
(17%,27%,0%,18%)
(0.17/0.27/0.00/0.18)	

CMYK percentages

%17.31
%27.4
%0
%18.43

Codes

Color #AC97D0 in popluar color models

AC97D0
RGB172151208
HSL262°37.75%70.39%
HSB/HSV262°27.40%81.57%
CMYK17.31%27.40%0.00%
18.43%

Color #AC97D0 in popluar number systems.

HEXAC97D0
Decimal172151208
Binary101011001001011111010000
Octal254227320

Shades and tints

Shades of #AC97D0

#AC97D0
(172,151,208)
#9D8ABE
(157,138,190)
#8E7DAC
(142,125,172)
#7F709A
(127,112,154)
#706388
(112,99,136)
#615676
(97,86,118)
#524964
(82,73,100)
#433C52
(67,60,82)
#342F40
(52,47,64)
#25222E
(37,34,46)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #AC97D0

#AC97D0
(172,151,208)
#B3A0D4
(179,160,212)
#BAA9D8
(186,169,216)
#C1B2DC
(193,178,220)
#C8BBE0
(200,187,224)
#CFC4E4
(207,196,228)
#D6CDE8
(214,205,232)
#DDD6EC
(221,214,236)
#E4DFF0
(228,223,240)
#EBE8F4
(235,232,244)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC97D0; }

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

This text font color is #AC97D0.


Background Color

.myBgColor { background-color: #AC97D0; }

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

This div background color is #AC97D0.


Border color

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

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

This div border color is #AC97D0.


Opacity

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

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

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

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

This text has shadow with #AC97D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC97D0 on black background.


Color preview on white background

This text has color #AC97D0 on white background.



Black color preview on #AC97D0 background

This text has black color on #AC97D0 background.


White color preview on #AC97D0 background

This text has white color on #AC97D0 background.