COLOR #AC91EB

HEX: #AC91EB
RGB: (172,145,235)

Color info

#AC91EB contains mainly blue color. Web safe color of #AC91EB is #9999FF (or #99F).

RGB color model

#AC91EB color RGB value is (172,145,235).

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

RGB channels and saturation

R 172 of 255 = 67%
G 145 of 255 = 57%
B 235 of 255 = 92%

172
145
235

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

Portions of RGB colors in percentages

R + G + B =
172 + 145 + 235 = 552 (100%)
R 172 of 552 ~ 31.16%
G 145 of 552 ~ 26.27%
B 235 of 552 ~ 42.57%

%31.16
%26.27
%42.57

CMYK color model

#AC91EB color CMYK value is (27,38,0,8).

  • cyan value is 26.81%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(27,38,0,8)
C27M38Y0K8 
(27%,38%,0%,8%)
(0.27/0.38/0.00/0.08)	

CMYK percentages

%26.81
%38.3
%0
%7.84

Codes

Color #AC91EB in popluar color models

AC91EB
RGB172145235
HSL258°69.23%74.51%
HSB/HSV258°38.30%92.16%
CMYK26.81%38.30%0.00%
7.84%

Color #AC91EB in popluar number systems.

HEXAC91EB
Decimal172145235
Binary101011001001000111101011
Octal254221353

Shades and tints

Shades of #AC91EB

#AC91EB
(172,145,235)
#9D84D6
(157,132,214)
#8E77C1
(142,119,193)
#7F6AAC
(127,106,172)
#705D97
(112,93,151)
#615082
(97,80,130)
#52436D
(82,67,109)
#433658
(67,54,88)
#342943
(52,41,67)
#251C2E
(37,28,46)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #AC91EB

#AC91EB
(172,145,235)
#B39BEC
(179,155,236)
#BAA5ED
(186,165,237)
#C1AFEE
(193,175,238)
#C8B9EF
(200,185,239)
#CFC3F0
(207,195,240)
#D6CDF1
(214,205,241)
#DDD7F2
(221,215,242)
#E4E1F3
(228,225,243)
#EBEBF4
(235,235,244)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC91EB; }

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

This text font color is #AC91EB.


Background Color

.myBgColor { background-color: #AC91EB; }

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

This div background color is #AC91EB.


Border color

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

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

This div border color is #AC91EB.


Opacity

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

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

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

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

This text has shadow with #AC91EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC91EB on black background.


Color preview on white background

This text has color #AC91EB on white background.



Black color preview on #AC91EB background

This text has black color on #AC91EB background.


White color preview on #AC91EB background

This text has white color on #AC91EB background.