COLOR #A07E9F

HEX: #A07E9F
RGB: (160,126,159)

Color info

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

RGB color model

#A07E9F color RGB value is (160,126,159).

  • red value is 160;
  • green value is 126;
  • blue value is 159.
RGB:
(160,126,159)
(63%,49%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 159 of 255 = 62%

160
126
159

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 159 = 445 (100%)
R 160 of 445 ~ 35.96%
G 126 of 445 ~ 28.31%
B 159 of 445 ~ 35.73%

%35.96
%28.31
%35.73

CMYK color model

#A07E9F color CMYK value is (0,21,1,37).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(0,21,1,37)
C0M21Y1K37 
(0%,21%,1%,37%)
(0.00/0.21/0.01/0.37)	

CMYK percentages

%0
%21.25
%0.62
%37.25

Codes

Color #A07E9F in popluar color models

A07E9F
RGB160126159
HSL302°15.18%56.08%
HSB/HSV302°21.25%62.75%
CMYK0.00%21.25%0.62%
37.25%

Color #A07E9F in popluar number systems.

HEXA07E9F
Decimal160126159
Binary10100000111111010011111
Octal240176237

Shades and tints

Shades of #A07E9F

#A07E9F
(160,126,159)
#927391
(146,115,145)
#846883
(132,104,131)
#765D75
(118,93,117)
#685267
(104,82,103)
#5A4759
(90,71,89)
#4C3C4B
(76,60,75)
#3E313D
(62,49,61)
#30262F
(48,38,47)
#221B21
(34,27,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #A07E9F

#A07E9F
(160,126,159)
#A889A7
(168,137,167)
#B094AF
(176,148,175)
#B89FB7
(184,159,183)
#C0AABF
(192,170,191)
#C8B5C7
(200,181,199)
#D0C0CF
(208,192,207)
#D8CBD7
(216,203,215)
#E0D6DF
(224,214,223)
#E8E1E7
(232,225,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07E9F color. Also use rgb(160,126,159) instead hex code.

Text Font Color

.myTextColor { color: #A07E9F; }

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

This text font color is #A07E9F.


Background Color

.myBgColor { background-color: #A07E9F; }

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

This div background color is #A07E9F.


Border color

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

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

This div border color is #A07E9F.


Opacity

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

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

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

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

This text has shadow with #A07E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07E9F on black background.


Color preview on white background

This text has color #A07E9F on white background.



Black color preview on #A07E9F background

This text has black color on #A07E9F background.


White color preview on #A07E9F background

This text has white color on #A07E9F background.