COLOR #AD6786

HEX: #AD6786
RGB: (173,103,134)

Color info

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

RGB color model

#AD6786 color RGB value is (173,103,134).

  • red value is 173;
  • green value is 103;
  • blue value is 134.
RGB:
(173,103,134)
(68%,40%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 103 of 255 = 40%
B 134 of 255 = 53%

173
103
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 103 + 134 = 410 (100%)
R 173 of 410 ~ 42.2%
G 103 of 410 ~ 25.12%
B 134 of 410 ~ 32.68%

%42.2
%25.12
%32.68

CMYK color model

#AD6786 color CMYK value is (0,40,23,32).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,40,23,32)
C0M40Y23K32 
(0%,40%,23%,32%)
(0.00/0.40/0.23/0.32)	

CMYK percentages

%0
%40.46
%22.54
%32.16

Codes

Color #AD6786 in popluar color models

AD6786
RGB173103134
HSL333°29.91%54.12%
HSB/HSV333°40.46%67.84%
CMYK0.00%40.46%22.54%
32.16%

Color #AD6786 in popluar number systems.

HEXAD6786
Decimal173103134
Binary10101101110011110000110
Octal255147206

Shades and tints

Shades of #AD6786

#AD6786
(173,103,134)
#9E5E7A
(158,94,122)
#8F556E
(143,85,110)
#804C62
(128,76,98)
#714356
(113,67,86)
#623A4A
(98,58,74)
#53313E
(83,49,62)
#442832
(68,40,50)
#351F26
(53,31,38)
#26161A
(38,22,26)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #AD6786

#AD6786
(173,103,134)
#B47491
(180,116,145)
#BB819C
(187,129,156)
#C28EA7
(194,142,167)
#C99BB2
(201,155,178)
#D0A8BD
(208,168,189)
#D7B5C8
(215,181,200)
#DEC2D3
(222,194,211)
#E5CFDE
(229,207,222)
#ECDCE9
(236,220,233)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6786 color. Also use rgb(173,103,134) instead hex code.

Text Font Color

.myTextColor { color: #AD6786; }

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

This text font color is #AD6786.


Background Color

.myBgColor { background-color: #AD6786; }

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

This div background color is #AD6786.


Border color

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

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

This div border color is #AD6786.


Opacity

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

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

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

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

This text has shadow with #AD6786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6786 on black background.


Color preview on white background

This text has color #AD6786 on white background.



Black color preview on #AD6786 background

This text has black color on #AD6786 background.


White color preview on #AD6786 background

This text has white color on #AD6786 background.