COLOR #AC91D8

HEX: #AC91D8
RGB: (172,145,216)

Color info

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

RGB color model

#AC91D8 color RGB value is (172,145,216).

  • red value is 172;
  • green value is 145;
  • blue value is 216.
RGB:
(172,145,216)
(67%,57%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 145 of 255 = 57%
B 216 of 255 = 85%

172
145
216

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

Portions of RGB colors in percentages

R + G + B =
172 + 145 + 216 = 533 (100%)
R 172 of 533 ~ 32.27%
G 145 of 533 ~ 27.2%
B 216 of 533 ~ 40.53%

%32.27
%27.2
%40.53

CMYK color model

#AC91D8 color CMYK value is (20,33,0,15).

  • cyan value is 20.37%
  • magenta value is 32.87%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(20,33,0,15)
C20M33Y0K15 
(20%,33%,0%,15%)
(0.20/0.33/0.00/0.15)	

CMYK percentages

%20.37
%32.87
%0
%15.29

Codes

Color #AC91D8 in popluar color models

AC91D8
RGB172145216
HSL263°47.65%70.78%
HSB/HSV263°32.87%84.71%
CMYK20.37%32.87%0.00%
15.29%

Color #AC91D8 in popluar number systems.

HEXAC91D8
Decimal172145216
Binary101011001001000111011000
Octal254221330

Shades and tints

Shades of #AC91D8

#AC91D8
(172,145,216)
#9D84C5
(157,132,197)
#8E77B2
(142,119,178)
#7F6A9F
(127,106,159)
#705D8C
(112,93,140)
#615079
(97,80,121)
#524366
(82,67,102)
#433653
(67,54,83)
#342940
(52,41,64)
#251C2D
(37,28,45)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #AC91D8

#AC91D8
(172,145,216)
#B39BDB
(179,155,219)
#BAA5DE
(186,165,222)
#C1AFE1
(193,175,225)
#C8B9E4
(200,185,228)
#CFC3E7
(207,195,231)
#D6CDEA
(214,205,234)
#DDD7ED
(221,215,237)
#E4E1F0
(228,225,240)
#EBEBF3
(235,235,243)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC91D8 color. Also use rgb(172,145,216) instead hex code.

Text Font Color

.myTextColor { color: #AC91D8; }

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

This text font color is #AC91D8.


Background Color

.myBgColor { background-color: #AC91D8; }

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

This div background color is #AC91D8.


Border color

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

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

This div border color is #AC91D8.


Opacity

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

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

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

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

This text has shadow with #AC91D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC91D8 on black background.


Color preview on white background

This text has color #AC91D8 on white background.



Black color preview on #AC91D8 background

This text has black color on #AC91D8 background.


White color preview on #AC91D8 background

This text has white color on #AC91D8 background.