COLOR #AD6C80

HEX: #AD6C80
RGB: (173,108,128)

Color info

#AD6C80 contains mainly red and blue colors. Web safe color of #AD6C80 is #996666 (or #966).

RGB color model

#AD6C80 color RGB value is (173,108,128).

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

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 128 of 255 = 50%

173
108
128

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

Portions of RGB colors in percentages

R + G + B =
173 + 108 + 128 = 409 (100%)
R 173 of 409 ~ 42.3%
G 108 of 409 ~ 26.41%
B 128 of 409 ~ 31.3%

%42.3
%26.41
%31.3

CMYK color model

#AD6C80 color CMYK value is (0,38,26,32).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(0,38,26,32)
C0M38Y26K32 
(0%,38%,26%,32%)
(0.00/0.38/0.26/0.32)	

CMYK percentages

%0
%37.57
%26.01
%32.16

Codes

Color #AD6C80 in popluar color models

AD6C80
RGB173108128
HSL342°28.38%55.10%
HSB/HSV342°37.57%67.84%
CMYK0.00%37.57%26.01%
32.16%

Color #AD6C80 in popluar number systems.

HEXAD6C80
Decimal173108128
Binary10101101110110010000000
Octal255154200

Shades and tints

Shades of #AD6C80

#AD6C80
(173,108,128)
#9E6375
(158,99,117)
#8F5A6A
(143,90,106)
#80515F
(128,81,95)
#714854
(113,72,84)
#623F49
(98,63,73)
#53363E
(83,54,62)
#442D33
(68,45,51)
#352428
(53,36,40)
#261B1D
(38,27,29)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #AD6C80

#AD6C80
(173,108,128)
#B4798B
(180,121,139)
#BB8696
(187,134,150)
#C293A1
(194,147,161)
#C9A0AC
(201,160,172)
#D0ADB7
(208,173,183)
#D7BAC2
(215,186,194)
#DEC7CD
(222,199,205)
#E5D4D8
(229,212,216)
#ECE1E3
(236,225,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6C80; }

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

This text font color is #AD6C80.


Background Color

.myBgColor { background-color: #AD6C80; }

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

This div background color is #AD6C80.


Border color

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

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

This div border color is #AD6C80.


Opacity

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

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

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

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

This text has shadow with #AD6C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6C80 on black background.


Color preview on white background

This text has color #AD6C80 on white background.



Black color preview on #AD6C80 background

This text has black color on #AD6C80 background.


White color preview on #AD6C80 background

This text has white color on #AD6C80 background.