COLOR #AD93B0

HEX: #AD93B0 RGB: (173,147,176)

Color info

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

RGB color model

#AD93B0 color RGB value is (173,147,176).

RGB: (173,147,176) (68%, 58%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 176 of 255 = 69%

173
147
176

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

Portions of RGB colors in percentages

R + G + B = 173 + 147 + 176 = 496 (100%)
R 173 of 496 ~ 34.88%
G 147 of 496 ~ 29.64%
B 176 of 496 ~ 35.48'%

%34.88
%29.64
%35.48

CMYK color model

#AD93B0 color CMYK value is (2,16,0,31).

  • cyan value is 1.70%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (2,16,0,31) C2M16Y0K31 (2%,16%,0%,31%) (0.02/0.16/0.00/0.31) 

CMYK percentages

%1.7
%16.48
%0
%30.98

Codes

Color #AD93B0 in popluar color models

AD 93 B0
RGB 173 147 176
HSL 294° 15.51% 63.33%
HSB/HSV 294° 16.48% 69.02%
CMYK 1.70% 16.48% 0.00%
30.98%

Color #AD93B0 in popluar number systems.

HEX AD 93 B0
Decimal 173 147 176
Binary 10101101 10010011 10110000
Octal 255 223 260

Shades and tints

Shades of #AD93B0

#AD93B0
(173,147,176)
#9E86A0
(158,134,160)
#8F7990
(143,121,144)
#806C80
(128,108,128)
#715F70
(113,95,112)
#625260
(98,82,96)
#534550
(83,69,80)
#443840
(68,56,64)
#352B30
(53,43,48)
#261E20
(38,30,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD93B0

#AD93B0
(173,147,176)
#B49CB7
(180,156,183)
#BBA5BE
(187,165,190)
#C2AEC5
(194,174,197)
#C9B7CC
(201,183,204)
#D0C0D3
(208,192,211)
#D7C9DA
(215,201,218)
#DED2E1
(222,210,225)
#E5DBE8
(229,219,232)
#ECE4EF
(236,228,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD93B0 color. Also use rgb(173,147,176) instead hex code.

Text Font Color

.myTextColor { color: #AD93B0; }

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

This text font color is #AD93B0.

Background Color

.myBgColor { background-color: #AD93B0; }

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

This div background color is #AD93B0.

Border color

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

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

This div border color is #AD93B0.

Opacity

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

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

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

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

This text has shadow with #AD93B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD93B0.

Preview

Color preview on black background

This text has color #AD93B0 on black background.


Color preview on white background

This text has color #AD93B0 on white background.


Black color preview on #AD93B0 background

This text has black color on #AD93B0 background.


White color preview on #AD93B0 background

This text has white color on #AD93B0 background.


Related colors

Complementary color

Complementary color for #hex is #526C4F.


I love getcolorcode.com

Triadic colors

1 #B0AD93 and #93B0AD with #AD93B0 are triadic colors.

2 #B093AD and #93ADB0 with #AD93B0 are triadic colors.