COLOR #A07D8D

HEX: #A07D8D
RGB: (160,125,141)

Color info

#A07D8D contains red, green and blue colors in about the same proportion. Web safe color of #A07D8D is #996699 (or #969).

RGB color model

#A07D8D color RGB value is (160,125,141).

  • red value is 160;
  • green value is 125;
  • blue value is 141.
RGB:
(160,125,141)
(63%,49%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 125 of 255 = 49%
B 141 of 255 = 55%

160
125
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 125 + 141 = 426 (100%)
R 160 of 426 ~ 37.56%
G 125 of 426 ~ 29.34%
B 141 of 426 ~ 33.1%

%37.56
%29.34
%33.1

CMYK color model

#A07D8D color CMYK value is (0,22,12,37).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,22,12,37)
C0M22Y12K37 
(0%,22%,12%,37%)
(0.00/0.22/0.12/0.37)	

CMYK percentages

%0
%21.88
%11.88
%37.25

Codes

Color #A07D8D in popluar color models

A07D8D
RGB160125141
HSL333°15.56%55.88%
HSB/HSV333°21.88%62.75%
CMYK0.00%21.88%11.88%
37.25%

Color #A07D8D in popluar number systems.

HEXA07D8D
Decimal160125141
Binary10100000111110110001101
Octal240175215

Shades and tints

Shades of #A07D8D

#A07D8D
(160,125,141)
#927281
(146,114,129)
#846775
(132,103,117)
#765C69
(118,92,105)
#68515D
(104,81,93)
#5A4651
(90,70,81)
#4C3B45
(76,59,69)
#3E3039
(62,48,57)
#30252D
(48,37,45)
#221A21
(34,26,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A07D8D

#A07D8D
(160,125,141)
#A88897
(168,136,151)
#B093A1
(176,147,161)
#B89EAB
(184,158,171)
#C0A9B5
(192,169,181)
#C8B4BF
(200,180,191)
#D0BFC9
(208,191,201)
#D8CAD3
(216,202,211)
#E0D5DD
(224,213,221)
#E8E0E7
(232,224,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07D8D color. Also use rgb(160,125,141) instead hex code.

Text Font Color

.myTextColor { color: #A07D8D; }

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

This text font color is #A07D8D.


Background Color

.myBgColor { background-color: #A07D8D; }

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

This div background color is #A07D8D.


Border color

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

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

This div border color is #A07D8D.


Opacity

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

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

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

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

This text has shadow with #A07D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07D8D on black background.


Color preview on white background

This text has color #A07D8D on white background.



Black color preview on #A07D8D background

This text has black color on #A07D8D background.


White color preview on #A07D8D background

This text has white color on #A07D8D background.