COLOR #A85D7B

HEX: #A85D7B
RGB: (168,93,123)

Color info

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

RGB color model

#A85D7B color RGB value is (168,93,123).

  • red value is 168;
  • green value is 93;
  • blue value is 123.
RGB:
(168,93,123)
(66%,36%,48%)

RGB channels and saturation

R 168 of 255 = 66%
G 93 of 255 = 36%
B 123 of 255 = 48%

168
93
123

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

Portions of RGB colors in percentages

R + G + B =
168 + 93 + 123 = 384 (100%)
R 168 of 384 ~ 43.75%
G 93 of 384 ~ 24.22%
B 123 of 384 ~ 32.03%

%43.75
%24.22
%32.03

CMYK color model

#A85D7B color CMYK value is (0,45,27,34).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 26.79%
  • key color value is 34.12%
CMYK:
(0,45,27,34)
C0M45Y27K34 
(0%,45%,27%,34%)
(0.00/0.45/0.27/0.34)	

CMYK percentages

%0
%44.64
%26.79
%34.12

Codes

Color #A85D7B in popluar color models

A85D7B
RGB16893123
HSL336°30.12%51.18%
HSB/HSV336°44.64%65.88%
CMYK0.00%44.64%26.79%
34.12%

Color #A85D7B in popluar number systems.

HEXA85D7B
Decimal16893123
Binary1010100010111011111011
Octal250135173

Shades and tints

Shades of #A85D7B

#A85D7B
(168,93,123)
#995570
(153,85,112)
#8A4D65
(138,77,101)
#7B455A
(123,69,90)
#6C3D4F
(108,61,79)
#5D3544
(93,53,68)
#4E2D39
(78,45,57)
#3F252E
(63,37,46)
#301D23
(48,29,35)
#211518
(33,21,24)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A85D7B

#A85D7B
(168,93,123)
#AF6B87
(175,107,135)
#B67993
(182,121,147)
#BD879F
(189,135,159)
#C495AB
(196,149,171)
#CBA3B7
(203,163,183)
#D2B1C3
(210,177,195)
#D9BFCF
(217,191,207)
#E0CDDB
(224,205,219)
#E7DBE7
(231,219,231)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85D7B color. Also use rgb(168,93,123) instead hex code.

Text Font Color

.myTextColor { color: #A85D7B; }

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

This text font color is #A85D7B.


Background Color

.myBgColor { background-color: #A85D7B; }

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

This div background color is #A85D7B.


Border color

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

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

This div border color is #A85D7B.


Opacity

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

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

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

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

This text has shadow with #A85D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85D7B on black background.


Color preview on white background

This text has color #A85D7B on white background.



Black color preview on #A85D7B background

This text has black color on #A85D7B background.


White color preview on #A85D7B background

This text has white color on #A85D7B background.