COLOR #AD93C3

HEX: #AD93C3
RGB: (173,147,195)

Color info

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

RGB color model

#AD93C3 color RGB value is (173,147,195).

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

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 195 of 255 = 76%

173
147
195

R + G + B ~ 67%. #AD93C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 195 = 515 (100%)
R 173 of 515 ~ 33.59%
G 147 of 515 ~ 28.54%
B 195 of 515 ~ 37.86%

%33.59
%28.54
%37.86

CMYK color model

#AD93C3 color CMYK value is (11,25,0,24).

  • cyan value is 11.28%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,25,0,24)
C11M25Y0K24 
(11%,25%,0%,24%)
(0.11/0.25/0.00/0.24)	

CMYK percentages

%11.28
%24.62
%0
%23.53

Codes

Color #AD93C3 in popluar color models

AD93C3
RGB173147195
HSL273°28.57%67.06%
HSB/HSV273°24.62%76.47%
CMYK11.28%24.62%0.00%
23.53%

Color #AD93C3 in popluar number systems.

HEXAD93C3
Decimal173147195
Binary101011011001001111000011
Octal255223303

Shades and tints

Shades of #AD93C3

#AD93C3
(173,147,195)
#9E86B2
(158,134,178)
#8F79A1
(143,121,161)
#806C90
(128,108,144)
#715F7F
(113,95,127)
#62526E
(98,82,110)
#53455D
(83,69,93)
#44384C
(68,56,76)
#352B3B
(53,43,59)
#261E2A
(38,30,42)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #AD93C3

#AD93C3
(173,147,195)
#B49CC8
(180,156,200)
#BBA5CD
(187,165,205)
#C2AED2
(194,174,210)
#C9B7D7
(201,183,215)
#D0C0DC
(208,192,220)
#D7C9E1
(215,201,225)
#DED2E6
(222,210,230)
#E5DBEB
(229,219,235)
#ECE4F0
(236,228,240)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD93C3; }

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

This text font color is #AD93C3.


Background Color

.myBgColor { background-color: #AD93C3; }

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

This div background color is #AD93C3.


Border color

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

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

This div border color is #AD93C3.


Opacity

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

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

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

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

This text has shadow with #AD93C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD93C3 on black background.


Color preview on white background

This text has color #AD93C3 on white background.



Black color preview on #AD93C3 background

This text has black color on #AD93C3 background.


White color preview on #AD93C3 background

This text has white color on #AD93C3 background.