COLOR #AD95D2

HEX: #AD95D2 RGB: (173,149,210)

Color info

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

RGB color model

#AD95D2 color RGB value is (173,149,210).

RGB: (173,149,210) (68%, 58%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 210 of 255 = 82%

173
149
210

R + G + B ~ 69%. #AD95D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 210 = 532 (100%)
R 173 of 532 ~ 32.52%
G 149 of 532 ~ 28.01%
B 210 of 532 ~ 39.47'%

%32.52
%28.01
%39.47

CMYK color model

#AD95D2 color CMYK value is (18,29,0,18).

  • cyan value is 17.62%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (18,29,0,18)
C18M29Y0K18 (18%, 29%, 0%, 18%)
(0.18 / 0.29 / 0.00 / 0.18)

CMYK percentages

%17.62
%29.05
%0
%17.65

Codes

Color #AD95D2 in popluar color models

AD 95 D2
RGB 173 149 210
HSL 264° 40.40% 70.39%
HSB/HSV 264° 29.05% 82.35%
CMYK 17.62% 29.05% 0.00%
17.65%

Color #AD95D2 in popluar number systems.

HEX AD 95 D2
Decimal 173 149 210
Binary 10101101 10010101 11010010
Octal 255 225 322

Shades and tints

Shades of #AD95D2

#AD95D2
(173,149,210)
#9E88BF
(158,136,191)
#8F7BAC
(143,123,172)
#806E99
(128,110,153)
#716186
(113,97,134)
#625473
(98,84,115)
#534760
(83,71,96)
#443A4D
(68,58,77)
#352D3A
(53,45,58)
#262027
(38,32,39)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD95D2

#AD95D2
(173,149,210)
#B49ED6
(180,158,214)
#BBA7DA
(187,167,218)
#C2B0DE
(194,176,222)
#C9B9E2
(201,185,226)
#D0C2E6
(208,194,230)
#D7CBEA
(215,203,234)
#DED4EE
(222,212,238)
#E5DDF2
(229,221,242)
#ECE6F6
(236,230,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD95D2 color. Also use rgb(173,149,210) instead hex code.

Text Font Color

.myTextColor { color: #AD95D2; }

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

This text font color is #AD95D2.

Background Color

.myBgColor { background-color: #AD95D2; }

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

This div background color is #AD95D2.

Border color

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

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

This div border color is #AD95D2.

Opacity

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

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

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

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

This text has shadow with #AD95D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD95D2.

Preview

Color preview on black background

This text has color #AD95D2 on black background.


Color preview on white background

This text has color #AD95D2 on white background.


Black color preview on #AD95D2 background

This text has black color on #AD95D2 background.


White color preview on #AD95D2 background

This text has white color on #AD95D2 background.


Related colors

Complementary color

Complementary color for #hex is #526A2D.


I love getcolorcode.com

Triadic colors

1 #D2AD95 and #95D2AD with #AD95D2 are triadic colors.

2 #D295AD and #95ADD2 with #AD95D2 are triadic colors.