COLOR #A84D82

HEX: #A84D82
RGB: (168,77,130)

Color info

#A84D82 contains mainly red and blue colors. Web safe color of #A84D82 is #993399 (or #939).

RGB color model

#A84D82 color RGB value is (168,77,130).

  • red value is 168;
  • green value is 77;
  • blue value is 130.
RGB:
(168,77,130)
(66%,30%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 77 of 255 = 30%
B 130 of 255 = 51%

168
77
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 77 + 130 = 375 (100%)
R 168 of 375 ~ 44.8%
G 77 of 375 ~ 20.53%
B 130 of 375 ~ 34.67%

%44.8
%20.53
%34.67

CMYK color model

#A84D82 color CMYK value is (0,54,23,34).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 22.62%
  • key color value is 34.12%
CMYK:
(0,54,23,34)
C0M54Y23K34 
(0%,54%,23%,34%)
(0.00/0.54/0.23/0.34)	

CMYK percentages

%0
%54.17
%22.62
%34.12

Codes

Color #A84D82 in popluar color models

A84D82
RGB16877130
HSL325°37.14%48.04%
HSB/HSV325°54.17%65.88%
CMYK0.00%54.17%22.62%
34.12%

Color #A84D82 in popluar number systems.

HEXA84D82
Decimal16877130
Binary10101000100110110000010
Octal250115202

Shades and tints

Shades of #A84D82

#A84D82
(168,77,130)
#994677
(153,70,119)
#8A3F6C
(138,63,108)
#7B3861
(123,56,97)
#6C3156
(108,49,86)
#5D2A4B
(93,42,75)
#4E2340
(78,35,64)
#3F1C35
(63,28,53)
#30152A
(48,21,42)
#210E1F
(33,14,31)
#120714
(18,7,20)
#000000
(0,0,0)

Tints of #A84D82

#A84D82
(168,77,130)
#AF5D8D
(175,93,141)
#B66D98
(182,109,152)
#BD7DA3
(189,125,163)
#C48DAE
(196,141,174)
#CB9DB9
(203,157,185)
#D2ADC4
(210,173,196)
#D9BDCF
(217,189,207)
#E0CDDA
(224,205,218)
#E7DDE5
(231,221,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84D82 color. Also use rgb(168,77,130) instead hex code.

Text Font Color

.myTextColor { color: #A84D82; }

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

This text font color is #A84D82.


Background Color

.myBgColor { background-color: #A84D82; }

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

This div background color is #A84D82.


Border color

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

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

This div border color is #A84D82.


Opacity

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

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

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

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

This text has shadow with #A84D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84D82 on black background.


Color preview on white background

This text has color #A84D82 on white background.



Black color preview on #A84D82 background

This text has black color on #A84D82 background.


White color preview on #A84D82 background

This text has white color on #A84D82 background.