COLOR #AD5EBD

HEX: #AD5EBD
RGB: (173,94,189)

Color info

#AD5EBD contains mainly red and blue colors. Web safe color of #AD5EBD is #9966CC (or #96C).

RGB color model

#AD5EBD color RGB value is (173,94,189).

  • red value is 173;
  • green value is 94;
  • blue value is 189.
RGB:
(173,94,189)
(68%,37%,74%)

RGB channels and saturation

R 173 of 255 = 68%
G 94 of 255 = 37%
B 189 of 255 = 74%

173
94
189

R + G + B ~ 60%. #AD5EBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 94 + 189 = 456 (100%)
R 173 of 456 ~ 37.94%
G 94 of 456 ~ 20.61%
B 189 of 456 ~ 41.45%

%37.94
%20.61
%41.45

CMYK color model

#AD5EBD color CMYK value is (8,50,0,26).

  • cyan value is 8.47%
  • magenta value is 50.26%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,50,0,26)
C8M50Y0K26 
(8%,50%,0%,26%)
(0.08/0.50/0.00/0.26)	

CMYK percentages

%8.47
%50.26
%0
%25.88

Codes

Color #AD5EBD in popluar color models

AD5EBD
RGB17394189
HSL290°41.85%55.49%
HSB/HSV290°50.26%74.12%
CMYK8.47%50.26%0.00%
25.88%

Color #AD5EBD in popluar number systems.

HEXAD5EBD
Decimal17394189
Binary10101101101111010111101
Octal255136275

Shades and tints

Shades of #AD5EBD

#AD5EBD
(173,94,189)
#9E56AC
(158,86,172)
#8F4E9B
(143,78,155)
#80468A
(128,70,138)
#713E79
(113,62,121)
#623668
(98,54,104)
#532E57
(83,46,87)
#442646
(68,38,70)
#351E35
(53,30,53)
#261624
(38,22,36)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD5EBD

#AD5EBD
(173,94,189)
#B46CC3
(180,108,195)
#BB7AC9
(187,122,201)
#C288CF
(194,136,207)
#C996D5
(201,150,213)
#D0A4DB
(208,164,219)
#D7B2E1
(215,178,225)
#DEC0E7
(222,192,231)
#E5CEED
(229,206,237)
#ECDCF3
(236,220,243)
#F3EAF9
(243,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5EBD color. Also use rgb(173,94,189) instead hex code.

Text Font Color

.myTextColor { color: #AD5EBD; }

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

This text font color is #AD5EBD.


Background Color

.myBgColor { background-color: #AD5EBD; }

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

This div background color is #AD5EBD.


Border color

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

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

This div border color is #AD5EBD.


Opacity

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

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

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

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

This text has shadow with #AD5EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5EBD on black background.


Color preview on white background

This text has color #AD5EBD on white background.



Black color preview on #AD5EBD background

This text has black color on #AD5EBD background.


White color preview on #AD5EBD background

This text has white color on #AD5EBD background.