COLOR #AC97E2

HEX: #AC97E2
RGB: (172,151,226)

Color info

#AC97E2 contains mainly red and blue colors. Web safe color of #AC97E2 is #9999CC (or #99C).

RGB color model

#AC97E2 color RGB value is (172,151,226).

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

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 226 of 255 = 89%

172
151
226

R + G + B ~ 72%. #AC97E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 226 = 549 (100%)
R 172 of 549 ~ 31.33%
G 151 of 549 ~ 27.5%
B 226 of 549 ~ 41.17%

%31.33
%27.5
%41.17

CMYK color model

#AC97E2 color CMYK value is (24,33,0,11).

  • cyan value is 23.89%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(24,33,0,11)
C24M33Y0K11 
(24%,33%,0%,11%)
(0.24/0.33/0.00/0.11)	

CMYK percentages

%23.89
%33.19
%0
%11.37

Codes

Color #AC97E2 in popluar color models

AC97E2
RGB172151226
HSL257°56.39%73.92%
HSB/HSV257°33.19%88.63%
CMYK23.89%33.19%0.00%
11.37%

Color #AC97E2 in popluar number systems.

HEXAC97E2
Decimal172151226
Binary101011001001011111100010
Octal254227342

Shades and tints

Shades of #AC97E2

#AC97E2
(172,151,226)
#9D8ACE
(157,138,206)
#8E7DBA
(142,125,186)
#7F70A6
(127,112,166)
#706392
(112,99,146)
#61567E
(97,86,126)
#52496A
(82,73,106)
#433C56
(67,60,86)
#342F42
(52,47,66)
#25222E
(37,34,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #AC97E2

#AC97E2
(172,151,226)
#B3A0E4
(179,160,228)
#BAA9E6
(186,169,230)
#C1B2E8
(193,178,232)
#C8BBEA
(200,187,234)
#CFC4EC
(207,196,236)
#D6CDEE
(214,205,238)
#DDD6F0
(221,214,240)
#E4DFF2
(228,223,242)
#EBE8F4
(235,232,244)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC97E2; }

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

This text font color is #AC97E2.


Background Color

.myBgColor { background-color: #AC97E2; }

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

This div background color is #AC97E2.


Border color

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

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

This div border color is #AC97E2.


Opacity

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

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

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

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

This text has shadow with #AC97E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC97E2 on black background.


Color preview on white background

This text has color #AC97E2 on white background.



Black color preview on #AC97E2 background

This text has black color on #AC97E2 background.


White color preview on #AC97E2 background

This text has white color on #AC97E2 background.