COLOR #AD88D1

HEX: #AD88D1 RGB: (173,136,209)

Color info

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

RGB color model

#AD88D1 color RGB value is (173,136,209).

RGB: (173,136,209) (68%, 53%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 209 of 255 = 82%

173
136
209

R + G + B ~ 68%. #AD88D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 136 + 209 = 518 (100%)
R 173 of 518 ~ 33.4%
G 136 of 518 ~ 26.25%
B 209 of 518 ~ 40.35'%

%33.4
%26.25
%40.35

CMYK color model

#AD88D1 color CMYK value is (17,35,0,18).

  • cyan value is 17.22%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (17,35,0,18)
C17M35Y0K18 (17%, 35%, 0%, 18%)
(0.17 / 0.35 / 0.00 / 0.18)

CMYK percentages

%17.22
%34.93
%0
%18.04

Codes

Color #AD88D1 in popluar color models

AD 88 D1
RGB 173 136 209
HSL 270° 44.24% 67.65%
HSB/HSV 270° 34.93% 81.96%
CMYK 17.22% 34.93% 0.00%
18.04%

Color #AD88D1 in popluar number systems.

HEX AD 88 D1
Decimal 173 136 209
Binary 10101101 10001000 11010001
Octal 255 210 321

Shades and tints

Shades of #AD88D1

#AD88D1
(173,136,209)
#9E7CBE
(158,124,190)
#8F70AB
(143,112,171)
#806498
(128,100,152)
#715885
(113,88,133)
#624C72
(98,76,114)
#53405F
(83,64,95)
#44344C
(68,52,76)
#352839
(53,40,57)
#261C26
(38,28,38)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD88D1

#AD88D1
(173,136,209)
#B492D5
(180,146,213)
#BB9CD9
(187,156,217)
#C2A6DD
(194,166,221)
#C9B0E1
(201,176,225)
#D0BAE5
(208,186,229)
#D7C4E9
(215,196,233)
#DECEED
(222,206,237)
#E5D8F1
(229,216,241)
#ECE2F5
(236,226,245)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD88D1 color. Also use rgb(173,136,209) instead hex code.

Text Font Color

.myTextColor { color: #AD88D1; }

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

This text font color is #AD88D1.

Background Color

.myBgColor { background-color: #AD88D1; }

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

This div background color is #AD88D1.

Border color

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

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

This div border color is #AD88D1.

Opacity

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

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

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

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

This text has shadow with #AD88D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD88D1.

Preview

Color preview on black background

This text has color #AD88D1 on black background.


Color preview on white background

This text has color #AD88D1 on white background.


Black color preview on #AD88D1 background

This text has black color on #AD88D1 background.


White color preview on #AD88D1 background

This text has white color on #AD88D1 background.


Related colors

Complementary color

Complementary color for #hex is #52772E.


I love getcolorcode.com

Triadic colors

1 #D1AD88 and #88D1AD with #AD88D1 are triadic colors.

2 #D188AD and #88ADD1 with #AD88D1 are triadic colors.