COLOR #AB86EA

HEX: #AB86EA RGB: (171,134,234)

Color info

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

RGB color model

#AB86EA color RGB value is (171,134,234).

RGB: (171,134,234) (67%, 53%, 92%)

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 234 of 255 = 92%

171
134
234

R + G + B ~ 71%. #AB86EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 134 + 234 = 539 (100%)
R 171 of 539 ~ 31.73%
G 134 of 539 ~ 24.86%
B 234 of 539 ~ 43.41'%

%31.73
%24.86
%43.41

CMYK color model

#AB86EA color CMYK value is (27,43,0,8).

  • cyan value is 26.92%
  • magenta value is 42.74%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (27,43,0,8)
C27M43Y0K8 (27%, 43%, 0%, 8%)
(0.27 / 0.43 / 0.00 / 0.08)

CMYK percentages

%26.92
%42.74
%0
%8.24

Codes

Color #AB86EA in popluar color models

AB 86 EA
RGB 171 134 234
HSL 262° 70.42% 72.16%
HSB/HSV 262° 42.74% 91.76%
CMYK 26.92% 42.74% 0.00%
8.24%

Color #AB86EA in popluar number systems.

HEX AB 86 EA
Decimal 171 134 234
Binary 10101011 10000110 11101010
Octal 253 206 352

Shades and tints

Shades of #AB86EA

#AB86EA
(171,134,234)
#9C7AD5
(156,122,213)
#8D6EC0
(141,110,192)
#7E62AB
(126,98,171)
#6F5696
(111,86,150)
#604A81
(96,74,129)
#513E6C
(81,62,108)
#423257
(66,50,87)
#332642
(51,38,66)
#241A2D
(36,26,45)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #AB86EA

#AB86EA
(171,134,234)
#B291EB
(178,145,235)
#B99CEC
(185,156,236)
#C0A7ED
(192,167,237)
#C7B2EE
(199,178,238)
#CEBDEF
(206,189,239)
#D5C8F0
(213,200,240)
#DCD3F1
(220,211,241)
#E3DEF2
(227,222,242)
#EAE9F3
(234,233,243)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB86EA color. Also use rgb(171,134,234) instead hex code.

Text Font Color

.myTextColor { color: #AB86EA; }

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

This text font color is #AB86EA.

Background Color

.myBgColor { background-color: #AB86EA; }

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

This div background color is #AB86EA.

Border color

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

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

This div border color is #AB86EA.

Opacity

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

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

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

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

This text has shadow with #AB86EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB86EA.

Preview

Color preview on black background

This text has color #AB86EA on black background.


Color preview on white background

This text has color #AB86EA on white background.


Black color preview on #AB86EA background

This text has black color on #AB86EA background.


White color preview on #AB86EA background

This text has white color on #AB86EA background.


Related colors

Complementary color

Complementary color for #hex is #547915.


I love getcolorcode.com

Triadic colors

1 #EAAB86 and #86EAAB with #AB86EA are triadic colors.

2 #EA86AB and #86ABEA with #AB86EA are triadic colors.