COLOR #A86984

HEX: #A86984
RGB: (168,105,132)

Color info

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

RGB color model

#A86984 color RGB value is (168,105,132).

  • red value is 168;
  • green value is 105;
  • blue value is 132.
RGB:
(168,105,132)
(66%,41%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 105 of 255 = 41%
B 132 of 255 = 52%

168
105
132

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

Portions of RGB colors in percentages

R + G + B =
168 + 105 + 132 = 405 (100%)
R 168 of 405 ~ 41.48%
G 105 of 405 ~ 25.93%
B 132 of 405 ~ 32.59%

%41.48
%25.93
%32.59

CMYK color model

#A86984 color CMYK value is (0,38,21,34).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,38,21,34)
C0M38Y21K34 
(0%,38%,21%,34%)
(0.00/0.38/0.21/0.34)	

CMYK percentages

%0
%37.5
%21.43
%34.12

Codes

Color #A86984 in popluar color models

A86984
RGB168105132
HSL334°26.58%53.53%
HSB/HSV334°37.50%65.88%
CMYK0.00%37.50%21.43%
34.12%

Color #A86984 in popluar number systems.

HEXA86984
Decimal168105132
Binary10101000110100110000100
Octal250151204

Shades and tints

Shades of #A86984

#A86984
(168,105,132)
#996078
(153,96,120)
#8A576C
(138,87,108)
#7B4E60
(123,78,96)
#6C4554
(108,69,84)
#5D3C48
(93,60,72)
#4E333C
(78,51,60)
#3F2A30
(63,42,48)
#302124
(48,33,36)
#211818
(33,24,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A86984

#A86984
(168,105,132)
#AF768F
(175,118,143)
#B6839A
(182,131,154)
#BD90A5
(189,144,165)
#C49DB0
(196,157,176)
#CBAABB
(203,170,187)
#D2B7C6
(210,183,198)
#D9C4D1
(217,196,209)
#E0D1DC
(224,209,220)
#E7DEE7
(231,222,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86984 color. Also use rgb(168,105,132) instead hex code.

Text Font Color

.myTextColor { color: #A86984; }

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

This text font color is #A86984.


Background Color

.myBgColor { background-color: #A86984; }

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

This div background color is #A86984.


Border color

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

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

This div border color is #A86984.


Opacity

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

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

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

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

This text has shadow with #A86984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86984 on black background.


Color preview on white background

This text has color #A86984 on white background.



Black color preview on #A86984 background

This text has black color on #A86984 background.


White color preview on #A86984 background

This text has white color on #A86984 background.