COLOR #AC95EB

HEX: #AC95EB
RGB: (172,149,235)

Color info

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

RGB color model

#AC95EB color RGB value is (172,149,235).

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

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 235 of 255 = 92%

172
149
235

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

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 235 = 556 (100%)
R 172 of 556 ~ 30.94%
G 149 of 556 ~ 26.8%
B 235 of 556 ~ 42.27%

%30.94
%26.8
%42.27

CMYK color model

#AC95EB color CMYK value is (27,37,0,8).

  • cyan value is 26.81%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(27,37,0,8)
C27M37Y0K8 
(27%,37%,0%,8%)
(0.27/0.37/0.00/0.08)	

CMYK percentages

%26.81
%36.6
%0
%7.84

Codes

Color #AC95EB in popluar color models

AC95EB
RGB172149235
HSL256°68.25%75.29%
HSB/HSV256°36.60%92.16%
CMYK26.81%36.60%0.00%
7.84%

Color #AC95EB in popluar number systems.

HEXAC95EB
Decimal172149235
Binary101011001001010111101011
Octal254225353

Shades and tints

Shades of #AC95EB

#AC95EB
(172,149,235)
#9D88D6
(157,136,214)
#8E7BC1
(142,123,193)
#7F6EAC
(127,110,172)
#706197
(112,97,151)
#615482
(97,84,130)
#52476D
(82,71,109)
#433A58
(67,58,88)
#342D43
(52,45,67)
#25202E
(37,32,46)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #AC95EB

#AC95EB
(172,149,235)
#B39EEC
(179,158,236)
#BAA7ED
(186,167,237)
#C1B0EE
(193,176,238)
#C8B9EF
(200,185,239)
#CFC2F0
(207,194,240)
#D6CBF1
(214,203,241)
#DDD4F2
(221,212,242)
#E4DDF3
(228,221,243)
#EBE6F4
(235,230,244)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC95EB; }

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

This text font color is #AC95EB.


Background Color

.myBgColor { background-color: #AC95EB; }

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

This div background color is #AC95EB.


Border color

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

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

This div border color is #AC95EB.


Opacity

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

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

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

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

This text has shadow with #AC95EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC95EB on black background.


Color preview on white background

This text has color #AC95EB on white background.



Black color preview on #AC95EB background

This text has black color on #AC95EB background.


White color preview on #AC95EB background

This text has white color on #AC95EB background.