COLOR #AD94D2

HEX: #AD94D2 RGB: (173,148,210)

Color info

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

RGB color model

#AD94D2 color RGB value is (173,148,210).

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

RGB channels and saturation

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

173
148
210

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

Portions of RGB colors in percentages

R + G + B = 173 + 148 + 210 = 531 (100%)
R 173 of 531 ~ 32.58%
G 148 of 531 ~ 27.87%
B 210 of 531 ~ 39.55'%

%32.58
%27.87
%39.55

CMYK color model

#AD94D2 color CMYK value is (18,30,0,18).

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

CMYK: (18,30,0,18)
C18M30Y0K18 (18%, 30%, 0%, 18%)
(0.18 / 0.30 / 0.00 / 0.18)

CMYK percentages

%17.62
%29.52
%0
%17.65

Codes

Color #AD94D2 in popluar color models

AD 94 D2
RGB 173 148 210
HSL 264° 40.79% 70.20%
HSB/HSV 264° 29.52% 82.35%
CMYK 17.62% 29.52% 0.00%
17.65%

Color #AD94D2 in popluar number systems.

HEX AD 94 D2
Decimal 173 148 210
Binary 10101101 10010100 11010010
Octal 255 224 322

Shades and tints

Shades of #AD94D2

#AD94D2
(173,148,210)
#9E87BF
(158,135,191)
#8F7AAC
(143,122,172)
#806D99
(128,109,153)
#716086
(113,96,134)
#625373
(98,83,115)
#534660
(83,70,96)
#44394D
(68,57,77)
#352C3A
(53,44,58)
#261F27
(38,31,39)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD94D2

#AD94D2
(173,148,210)
#B49DD6
(180,157,214)
#BBA6DA
(187,166,218)
#C2AFDE
(194,175,222)
#C9B8E2
(201,184,226)
#D0C1E6
(208,193,230)
#D7CAEA
(215,202,234)
#DED3EE
(222,211,238)
#E5DCF2
(229,220,242)
#ECE5F6
(236,229,246)
#F3EEFA
(243,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD94D2; }

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

This text font color is #AD94D2.

Background Color

.myBgColor { background-color: #AD94D2; }

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

This div background color is #AD94D2.

Border color

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

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

This div border color is #AD94D2.

Opacity

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

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

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

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

This text has shadow with #AD94D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD94D2.

Preview

Color preview on black background

This text has color #AD94D2 on black background.


Color preview on white background

This text has color #AD94D2 on white background.


Black color preview on #AD94D2 background

This text has black color on #AD94D2 background.


White color preview on #AD94D2 background

This text has white color on #AD94D2 background.


Related colors

Complementary color

Complementary color for #hex is #526B2D.


I love getcolorcode.com

Triadic colors

1 #D2AD94 and #94D2AD with #AD94D2 are triadic colors.

2 #D294AD and #94ADD2 with #AD94D2 are triadic colors.