COLOR #AC9EF2

HEX: #AC9EF2
RGB: (172,158,242)

Color info

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

RGB color model

#AC9EF2 color RGB value is (172,158,242).

  • red value is 172;
  • green value is 158;
  • blue value is 242.
RGB:
(172,158,242)
(67%,62%,95%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 242 of 255 = 95%

172
158
242

R + G + B ~ 75%. #AC9EF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 158 + 242 = 572 (100%)
R 172 of 572 ~ 30.07%
G 158 of 572 ~ 27.62%
B 242 of 572 ~ 42.31%

%30.07
%27.62
%42.31

CMYK color model

#AC9EF2 color CMYK value is (29,35,0,5).

  • cyan value is 28.93%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,35,0,5)
C29M35Y0K5 
(29%,35%,0%,5%)
(0.29/0.35/0.00/0.05)	

CMYK percentages

%28.93
%34.71
%0
%5.1

Codes

Color #AC9EF2 in popluar color models

AC9EF2
RGB172158242
HSL250°76.36%78.43%
HSB/HSV250°34.71%94.90%
CMYK28.93%34.71%0.00%
5.10%

Color #AC9EF2 in popluar number systems.

HEXAC9EF2
Decimal172158242
Binary101011001001111011110010
Octal254236362

Shades and tints

Shades of #AC9EF2

#AC9EF2
(172,158,242)
#9D90DC
(157,144,220)
#8E82C6
(142,130,198)
#7F74B0
(127,116,176)
#70669A
(112,102,154)
#615884
(97,88,132)
#524A6E
(82,74,110)
#433C58
(67,60,88)
#342E42
(52,46,66)
#25202C
(37,32,44)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC9EF2

#AC9EF2
(172,158,242)
#B3A6F3
(179,166,243)
#BAAEF4
(186,174,244)
#C1B6F5
(193,182,245)
#C8BEF6
(200,190,246)
#CFC6F7
(207,198,247)
#D6CEF8
(214,206,248)
#DDD6F9
(221,214,249)
#E4DEFA
(228,222,250)
#EBE6FB
(235,230,251)
#F2EEFC
(242,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9EF2 color. Also use rgb(172,158,242) instead hex code.

Text Font Color

.myTextColor { color: #AC9EF2; }

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

This text font color is #AC9EF2.


Background Color

.myBgColor { background-color: #AC9EF2; }

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

This div background color is #AC9EF2.


Border color

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

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

This div border color is #AC9EF2.


Opacity

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

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

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

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

This text has shadow with #AC9EF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9EF2 on black background.


Color preview on white background

This text has color #AC9EF2 on white background.



Black color preview on #AC9EF2 background

This text has black color on #AC9EF2 background.


White color preview on #AC9EF2 background

This text has white color on #AC9EF2 background.