COLOR #AD6C93

HEX: #AD6C93
RGB: (173,108,147)

Color info

#AD6C93 contains mainly red and blue colors. Web safe color of #AD6C93 is #996699 (or #969).

RGB color model

#AD6C93 color RGB value is (173,108,147).

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

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 147 of 255 = 58%

173
108
147

R + G + B ~ 56%. #AD6C93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 108 + 147 = 428 (100%)
R 173 of 428 ~ 40.42%
G 108 of 428 ~ 25.23%
B 147 of 428 ~ 34.35%

%40.42
%25.23
%34.35

CMYK color model

#AD6C93 color CMYK value is (0,38,15,32).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,38,15,32)
C0M38Y15K32 
(0%,38%,15%,32%)
(0.00/0.38/0.15/0.32)	

CMYK percentages

%0
%37.57
%15.03
%32.16

Codes

Color #AD6C93 in popluar color models

AD6C93
RGB173108147
HSL324°28.38%55.10%
HSB/HSV324°37.57%67.84%
CMYK0.00%37.57%15.03%
32.16%

Color #AD6C93 in popluar number systems.

HEXAD6C93
Decimal173108147
Binary10101101110110010010011
Octal255154223

Shades and tints

Shades of #AD6C93

#AD6C93
(173,108,147)
#9E6386
(158,99,134)
#8F5A79
(143,90,121)
#80516C
(128,81,108)
#71485F
(113,72,95)
#623F52
(98,63,82)
#533645
(83,54,69)
#442D38
(68,45,56)
#35242B
(53,36,43)
#261B1E
(38,27,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #AD6C93

#AD6C93
(173,108,147)
#B4799C
(180,121,156)
#BB86A5
(187,134,165)
#C293AE
(194,147,174)
#C9A0B7
(201,160,183)
#D0ADC0
(208,173,192)
#D7BAC9
(215,186,201)
#DEC7D2
(222,199,210)
#E5D4DB
(229,212,219)
#ECE1E4
(236,225,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6C93; }

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

This text font color is #AD6C93.


Background Color

.myBgColor { background-color: #AD6C93; }

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

This div background color is #AD6C93.


Border color

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

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

This div border color is #AD6C93.


Opacity

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

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

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

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

This text has shadow with #AD6C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6C93 on black background.


Color preview on white background

This text has color #AD6C93 on white background.



Black color preview on #AD6C93 background

This text has black color on #AD6C93 background.


White color preview on #AD6C93 background

This text has white color on #AD6C93 background.