COLOR #AD93B8

HEX: #AD93B8
RGB: (173,147,184)

Color info

#AD93B8 contains red, green and blue colors in about the same proportion. Web safe color of #AD93B8 is #9999CC (or #99C).

RGB color model

#AD93B8 color RGB value is (173,147,184).

  • red value is 173;
  • green value is 147;
  • blue value is 184.
RGB:
(173,147,184)
(68%,58%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 184 of 255 = 72%

173
147
184

R + G + B ~ 66%. #AD93B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 184 = 504 (100%)
R 173 of 504 ~ 34.33%
G 147 of 504 ~ 29.17%
B 184 of 504 ~ 36.51%

%34.33
%29.17
%36.51

CMYK color model

#AD93B8 color CMYK value is (6,20,0,28).

  • cyan value is 5.98%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,20,0,28)
C6M20Y0K28 
(6%,20%,0%,28%)
(0.06/0.20/0.00/0.28)	

CMYK percentages

%5.98
%20.11
%0
%27.84

Codes

Color #AD93B8 in popluar color models

AD93B8
RGB173147184
HSL282°20.67%64.90%
HSB/HSV282°20.11%72.16%
CMYK5.98%20.11%0.00%
27.84%

Color #AD93B8 in popluar number systems.

HEXAD93B8
Decimal173147184
Binary101011011001001110111000
Octal255223270

Shades and tints

Shades of #AD93B8

#AD93B8
(173,147,184)
#9E86A8
(158,134,168)
#8F7998
(143,121,152)
#806C88
(128,108,136)
#715F78
(113,95,120)
#625268
(98,82,104)
#534558
(83,69,88)
#443848
(68,56,72)
#352B38
(53,43,56)
#261E28
(38,30,40)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #AD93B8

#AD93B8
(173,147,184)
#B49CBE
(180,156,190)
#BBA5C4
(187,165,196)
#C2AECA
(194,174,202)
#C9B7D0
(201,183,208)
#D0C0D6
(208,192,214)
#D7C9DC
(215,201,220)
#DED2E2
(222,210,226)
#E5DBE8
(229,219,232)
#ECE4EE
(236,228,238)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD93B8; }

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

This text font color is #AD93B8.


Background Color

.myBgColor { background-color: #AD93B8; }

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

This div background color is #AD93B8.


Border color

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

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

This div border color is #AD93B8.


Opacity

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

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

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

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

This text has shadow with #AD93B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD93B8 on black background.


Color preview on white background

This text has color #AD93B8 on white background.



Black color preview on #AD93B8 background

This text has black color on #AD93B8 background.


White color preview on #AD93B8 background

This text has white color on #AD93B8 background.