COLOR #AD87EB

HEX: #AD87EB RGB: (173,135,235)

Color info

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

RGB color model

#AD87EB color RGB value is (173,135,235).

RGB: (173,135,235) (68%, 53%, 92%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 235 of 255 = 92%

173
135
235

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

Portions of RGB colors in percentages

R + G + B = 173 + 135 + 235 = 543 (100%)
R 173 of 543 ~ 31.86%
G 135 of 543 ~ 24.86%
B 235 of 543 ~ 43.28'%

%31.86
%24.86
%43.28

CMYK color model

#AD87EB color CMYK value is (26,43,0,8).

  • cyan value is 26.38%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (26,43,0,8)
C26M43Y0K8 (26%, 43%, 0%, 8%)
(0.26 / 0.43 / 0.00 / 0.08)

CMYK percentages

%26.38
%42.55
%0
%7.84

Codes

Color #AD87EB in popluar color models

AD 87 EB
RGB 173 135 235
HSL 263° 71.43% 72.55%
HSB/HSV 263° 42.55% 92.16%
CMYK 26.38% 42.55% 0.00%
7.84%

Color #AD87EB in popluar number systems.

HEX AD 87 EB
Decimal 173 135 235
Binary 10101101 10000111 11101011
Octal 255 207 353

Shades and tints

Shades of #AD87EB

#AD87EB
(173,135,235)
#9E7BD6
(158,123,214)
#8F6FC1
(143,111,193)
#8063AC
(128,99,172)
#715797
(113,87,151)
#624B82
(98,75,130)
#533F6D
(83,63,109)
#443358
(68,51,88)
#352743
(53,39,67)
#261B2E
(38,27,46)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #AD87EB

#AD87EB
(173,135,235)
#B491EC
(180,145,236)
#BB9BED
(187,155,237)
#C2A5EE
(194,165,238)
#C9AFEF
(201,175,239)
#D0B9F0
(208,185,240)
#D7C3F1
(215,195,241)
#DECDF2
(222,205,242)
#E5D7F3
(229,215,243)
#ECE1F4
(236,225,244)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD87EB color. Also use rgb(173,135,235) instead hex code.

Text Font Color

.myTextColor { color: #AD87EB; }

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

This text font color is #AD87EB.

Background Color

.myBgColor { background-color: #AD87EB; }

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

This div background color is #AD87EB.

Border color

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

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

This div border color is #AD87EB.

Opacity

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

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

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

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

This text has shadow with #AD87EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD87EB.

Preview

Color preview on black background

This text has color #AD87EB on black background.


Color preview on white background

This text has color #AD87EB on white background.


Black color preview on #AD87EB background

This text has black color on #AD87EB background.


White color preview on #AD87EB background

This text has white color on #AD87EB background.


Related colors

Complementary color

Complementary color for #hex is #527814.


I love getcolorcode.com

Triadic colors

1 #EBAD87 and #87EBAD with #AD87EB are triadic colors.

2 #EB87AD and #87ADEB with #AD87EB are triadic colors.