COLOR #AD8FE4

HEX: #AD8FE4
RGB: (173,143,228)

Color info

#AD8FE4 contains mainly red and blue colors. Web safe color of #AD8FE4 is #9999CC (or #99C).

RGB color model

#AD8FE4 color RGB value is (173,143,228).

  • red value is 173;
  • green value is 143;
  • blue value is 228.
RGB:
(173,143,228)
(68%,56%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 228 of 255 = 89%

173
143
228

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 228 = 544 (100%)
R 173 of 544 ~ 31.8%
G 143 of 544 ~ 26.29%
B 228 of 544 ~ 41.91%

%31.8
%26.29
%41.91

CMYK color model

#AD8FE4 color CMYK value is (24,37,0,11).

  • cyan value is 24.12%
  • magenta value is 37.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,37,0,11)
C24M37Y0K11 
(24%,37%,0%,11%)
(0.24/0.37/0.00/0.11)	

CMYK percentages

%24.12
%37.28
%0
%10.59

Codes

Color #AD8FE4 in popluar color models

AD8FE4
RGB173143228
HSL261°61.15%72.75%
HSB/HSV261°37.28%89.41%
CMYK24.12%37.28%0.00%
10.59%

Color #AD8FE4 in popluar number systems.

HEXAD8FE4
Decimal173143228
Binary101011011000111111100100
Octal255217344

Shades and tints

Shades of #AD8FE4

#AD8FE4
(173,143,228)
#9E82D0
(158,130,208)
#8F75BC
(143,117,188)
#8068A8
(128,104,168)
#715B94
(113,91,148)
#624E80
(98,78,128)
#53416C
(83,65,108)
#443458
(68,52,88)
#352744
(53,39,68)
#261A30
(38,26,48)
#170D1C
(23,13,28)
#000000
(0,0,0)

Tints of #AD8FE4

#AD8FE4
(173,143,228)
#B499E6
(180,153,230)
#BBA3E8
(187,163,232)
#C2ADEA
(194,173,234)
#C9B7EC
(201,183,236)
#D0C1EE
(208,193,238)
#D7CBF0
(215,203,240)
#DED5F2
(222,213,242)
#E5DFF4
(229,223,244)
#ECE9F6
(236,233,246)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8FE4 color. Also use rgb(173,143,228) instead hex code.

Text Font Color

.myTextColor { color: #AD8FE4; }

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

This text font color is #AD8FE4.


Background Color

.myBgColor { background-color: #AD8FE4; }

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

This div background color is #AD8FE4.


Border color

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

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

This div border color is #AD8FE4.


Opacity

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

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

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

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

This text has shadow with #AD8FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8FE4 on black background.


Color preview on white background

This text has color #AD8FE4 on white background.



Black color preview on #AD8FE4 background

This text has black color on #AD8FE4 background.


White color preview on #AD8FE4 background

This text has white color on #AD8FE4 background.