COLOR #AD8EF0

HEX: #AD8EF0 RGB: (173,142,240)

Color info

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

RGB color model

#AD8EF0 color RGB value is (173,142,240).

RGB: (173,142,240) (68%, 56%, 94%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 240 of 255 = 94%

173
142
240

R + G + B ~ 73%. #AD8EF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 240 = 555 (100%)
R 173 of 555 ~ 31.17%
G 142 of 555 ~ 25.59%
B 240 of 555 ~ 43.24'%

%31.17
%25.59
%43.24

CMYK color model

#AD8EF0 color CMYK value is (28,41,0,6).

  • cyan value is 27.92%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (28,41,0,6) C28M41Y0K6 (28%,41%,0%,6%) (0.28/0.41/0.00/0.06) 

CMYK percentages

%27.92
%40.83
%0
%5.88

Codes

Color #AD8EF0 in popluar color models

AD 8E F0
RGB 173 142 240
HSL 259° 76.56% 74.90%
HSB/HSV 259° 40.83% 94.12%
CMYK 27.92% 40.83% 0.00%
5.88%

Color #AD8EF0 in popluar number systems.

HEX AD 8E F0
Decimal 173 142 240
Binary 10101101 10001110 11110000
Octal 255 216 360

Shades and tints

Shades of #AD8EF0

#AD8EF0
(173,142,240)
#9E82DB
(158,130,219)
#8F76C6
(143,118,198)
#806AB1
(128,106,177)
#715E9C
(113,94,156)
#625287
(98,82,135)
#534672
(83,70,114)
#443A5D
(68,58,93)
#352E48
(53,46,72)
#262233
(38,34,51)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #AD8EF0

#AD8EF0
(173,142,240)
#B498F1
(180,152,241)
#BBA2F2
(187,162,242)
#C2ACF3
(194,172,243)
#C9B6F4
(201,182,244)
#D0C0F5
(208,192,245)
#D7CAF6
(215,202,246)
#DED4F7
(222,212,247)
#E5DEF8
(229,222,248)
#ECE8F9
(236,232,249)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8EF0 color. Also use rgb(173,142,240) instead hex code.

Text Font Color

.myTextColor { color: #AD8EF0; }

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

This text font color is #AD8EF0.

Background Color

.myBgColor { background-color: #AD8EF0; }

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

This div background color is #AD8EF0.

Border color

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

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

This div border color is #AD8EF0.

Opacity

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

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

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

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

This text has shadow with #AD8EF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8EF0.

Preview

Color preview on black background

This text has color #AD8EF0 on black background.


Color preview on white background

This text has color #AD8EF0 on white background.


Black color preview on #AD8EF0 background

This text has black color on #AD8EF0 background.


White color preview on #AD8EF0 background

This text has white color on #AD8EF0 background.


Related colors

Complementary color

Complementary color for #hex is #52710F.


I love getcolorcode.com

Triadic colors

1 #F0AD8E and #8EF0AD with #AD8EF0 are triadic colors.

2 #F08EAD and #8EADF0 with #AD8EF0 are triadic colors.