COLOR #AD94B3

HEX: #AD94B3 RGB: (173,148,179)

Color info

#AD94B3 contains red, green and blue colors in about the same proportion. Web safe color of #AD94B3 is #999999 (or #999).

RGB color model

#AD94B3 color RGB value is (173,148,179).

RGB: (173,148,179) (68%, 58%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 179 of 255 = 70%

173
148
179

R + G + B ~ 65%. #AD94B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 148 + 179 = 500 (100%)
R 173 of 500 ~ 34.6%
G 148 of 500 ~ 29.6%
B 179 of 500 ~ 35.8'%

%34.6
%29.6
%35.8

CMYK color model

#AD94B3 color CMYK value is (3,17,0,30).

  • cyan value is 3.35%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,17,0,30)
C3M17Y0K30 (3%, 17%, 0%, 30%)
(0.03 / 0.17 / 0.00 / 0.30)

CMYK percentages

%3.35
%17.32
%0
%29.8

Codes

Color #AD94B3 in popluar color models

AD 94 B3
RGB 173 148 179
HSL 288° 16.94% 64.12%
HSB/HSV 288° 17.32% 70.20%
CMYK 3.35% 17.32% 0.00%
29.80%

Color #AD94B3 in popluar number systems.

HEX AD 94 B3
Decimal 173 148 179
Binary 10101101 10010100 10110011
Octal 255 224 263

Shades and tints

Shades of #AD94B3

#AD94B3
(173,148,179)
#9E87A3
(158,135,163)
#8F7A93
(143,122,147)
#806D83
(128,109,131)
#716073
(113,96,115)
#625363
(98,83,99)
#534653
(83,70,83)
#443943
(68,57,67)
#352C33
(53,44,51)
#261F23
(38,31,35)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #AD94B3

#AD94B3
(173,148,179)
#B49DB9
(180,157,185)
#BBA6BF
(187,166,191)
#C2AFC5
(194,175,197)
#C9B8CB
(201,184,203)
#D0C1D1
(208,193,209)
#D7CAD7
(215,202,215)
#DED3DD
(222,211,221)
#E5DCE3
(229,220,227)
#ECE5E9
(236,229,233)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD94B3; }

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

This text font color is #AD94B3.

Background Color

.myBgColor { background-color: #AD94B3; }

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

This div background color is #AD94B3.

Border color

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

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

This div border color is #AD94B3.

Opacity

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

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

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

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

This text has shadow with #AD94B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD94B3.

Preview

Color preview on black background

This text has color #AD94B3 on black background.


Color preview on white background

This text has color #AD94B3 on white background.


Black color preview on #AD94B3 background

This text has black color on #AD94B3 background.


White color preview on #AD94B3 background

This text has white color on #AD94B3 background.


Related colors

Complementary color

Complementary color for #hex is #526B4C.


I love getcolorcode.com

Triadic colors

1 #B3AD94 and #94B3AD with #AD94B3 are triadic colors.

2 #B394AD and #94ADB3 with #AD94B3 are triadic colors.