COLOR #AC83EB

HEX: #AC83EB
RGB: (172,131,235)

Color info

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

RGB color model

#AC83EB color RGB value is (172,131,235).

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

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 235 of 255 = 92%

172
131
235

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 235 = 538 (100%)
R 172 of 538 ~ 31.97%
G 131 of 538 ~ 24.35%
B 235 of 538 ~ 43.68%

%31.97
%24.35
%43.68

CMYK color model

#AC83EB color CMYK value is (27,44,0,8).

  • cyan value is 26.81%
  • magenta value is 44.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(27,44,0,8)
C27M44Y0K8 
(27%,44%,0%,8%)
(0.27/0.44/0.00/0.08)	

CMYK percentages

%26.81
%44.26
%0
%7.84

Codes

Color #AC83EB in popluar color models

AC83EB
RGB172131235
HSL264°72.22%71.76%
HSB/HSV264°44.26%92.16%
CMYK26.81%44.26%0.00%
7.84%

Color #AC83EB in popluar number systems.

HEXAC83EB
Decimal172131235
Binary101011001000001111101011
Octal254203353

Shades and tints

Shades of #AC83EB

#AC83EB
(172,131,235)
#9D78D6
(157,120,214)
#8E6DC1
(142,109,193)
#7F62AC
(127,98,172)
#705797
(112,87,151)
#614C82
(97,76,130)
#52416D
(82,65,109)
#433658
(67,54,88)
#342B43
(52,43,67)
#25202E
(37,32,46)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #AC83EB

#AC83EB
(172,131,235)
#B38EEC
(179,142,236)
#BA99ED
(186,153,237)
#C1A4EE
(193,164,238)
#C8AFEF
(200,175,239)
#CFBAF0
(207,186,240)
#D6C5F1
(214,197,241)
#DDD0F2
(221,208,242)
#E4DBF3
(228,219,243)
#EBE6F4
(235,230,244)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC83EB; }

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

This text font color is #AC83EB.


Background Color

.myBgColor { background-color: #AC83EB; }

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

This div background color is #AC83EB.


Border color

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

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

This div border color is #AC83EB.


Opacity

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

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

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

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

This text has shadow with #AC83EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC83EB on black background.


Color preview on white background

This text has color #AC83EB on white background.



Black color preview on #AC83EB background

This text has black color on #AC83EB background.


White color preview on #AC83EB background

This text has white color on #AC83EB background.