COLOR #AD1DB7

HEX: #AD1DB7
RGB: (173,29,183)

Color info

#AD1DB7 contains mainly red and blue colors. Web safe color of #AD1DB7 is #9933CC (or #93C).

RGB color model

#AD1DB7 color RGB value is (173,29,183).

  • red value is 173;
  • green value is 29;
  • blue value is 183.
RGB:
(173,29,183)
(68%,11%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 29 of 255 = 11%
B 183 of 255 = 72%

173
29
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 29 + 183 = 385 (100%)
R 173 of 385 ~ 44.94%
G 29 of 385 ~ 7.53%
B 183 of 385 ~ 47.53%

%44.94
%47.53

CMYK color model

#AD1DB7 color CMYK value is (5,84,0,28).

  • cyan value is 5.46%
  • magenta value is 84.15%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,84,0,28)
C5M84Y0K28 
(5%,84%,0%,28%)
(0.05/0.84/0.00/0.28)	

CMYK percentages

%5.46
%84.15
%0
%28.24

Codes

Color #AD1DB7 in popluar color models

AD1DB7
RGB17329183
HSL296°72.64%41.57%
HSB/HSV296°84.15%71.76%
CMYK5.46%84.15%0.00%
28.24%

Color #AD1DB7 in popluar number systems.

HEXAD1DB7
Decimal17329183
Binary101011011110110110111
Octal25535267

Shades and tints

Shades of #AD1DB7

#AD1DB7
(173,29,183)
#9E1BA7
(158,27,167)
#8F1997
(143,25,151)
#801787
(128,23,135)
#711577
(113,21,119)
#621367
(98,19,103)
#531157
(83,17,87)
#440F47
(68,15,71)
#350D37
(53,13,55)
#260B27
(38,11,39)
#170917
(23,9,23)
#000000
(0,0,0)

Tints of #AD1DB7

#AD1DB7
(173,29,183)
#B431BD
(180,49,189)
#BB45C3
(187,69,195)
#C259C9
(194,89,201)
#C96DCF
(201,109,207)
#D081D5
(208,129,213)
#D795DB
(215,149,219)
#DEA9E1
(222,169,225)
#E5BDE7
(229,189,231)
#ECD1ED
(236,209,237)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD1DB7 color. Also use rgb(173,29,183) instead hex code.

Text Font Color

.myTextColor { color: #AD1DB7; }

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

This text font color is #AD1DB7.


Background Color

.myBgColor { background-color: #AD1DB7; }

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

This div background color is #AD1DB7.


Border color

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

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

This div border color is #AD1DB7.


Opacity

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

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

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

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

This text has shadow with #AD1DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD1DB7 on black background.


Color preview on white background

This text has color #AD1DB7 on white background.



Black color preview on #AD1DB7 background

This text has black color on #AD1DB7 background.


White color preview on #AD1DB7 background

This text has white color on #AD1DB7 background.