COLOR #A7879F

HEX: #A7879F
RGB: (167,135,159)

Color info

#A7879F contains red, green and blue colors in about the same proportion. Web safe color of #A7879F is #999999 (or #999).

RGB color model

#A7879F color RGB value is (167,135,159).

  • red value is 167;
  • green value is 135;
  • blue value is 159.
RGB:
(167,135,159)
(65%,53%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 159 of 255 = 62%

167
135
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 159 = 461 (100%)
R 167 of 461 ~ 36.23%
G 135 of 461 ~ 29.28%
B 159 of 461 ~ 34.49%

%36.23
%29.28
%34.49

CMYK color model

#A7879F color CMYK value is (0,19,5,35).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,19,5,35)
C0M19Y5K35 
(0%,19%,5%,35%)
(0.00/0.19/0.05/0.35)	

CMYK percentages

%0
%19.16
%4.79
%34.51

Codes

Color #A7879F in popluar color models

A7879F
RGB167135159
HSL315°15.38%59.22%
HSB/HSV315°19.16%65.49%
CMYK0.00%19.16%4.79%
34.51%

Color #A7879F in popluar number systems.

HEXA7879F
Decimal167135159
Binary101001111000011110011111
Octal247207237

Shades and tints

Shades of #A7879F

#A7879F
(167,135,159)
#987B91
(152,123,145)
#896F83
(137,111,131)
#7A6375
(122,99,117)
#6B5767
(107,87,103)
#5C4B59
(92,75,89)
#4D3F4B
(77,63,75)
#3E333D
(62,51,61)
#2F272F
(47,39,47)
#201B21
(32,27,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A7879F

#A7879F
(167,135,159)
#AF91A7
(175,145,167)
#B79BAF
(183,155,175)
#BFA5B7
(191,165,183)
#C7AFBF
(199,175,191)
#CFB9C7
(207,185,199)
#D7C3CF
(215,195,207)
#DFCDD7
(223,205,215)
#E7D7DF
(231,215,223)
#EFE1E7
(239,225,231)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7879F color. Also use rgb(167,135,159) instead hex code.

Text Font Color

.myTextColor { color: #A7879F; }

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

This text font color is #A7879F.


Background Color

.myBgColor { background-color: #A7879F; }

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

This div background color is #A7879F.


Border color

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

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

This div border color is #A7879F.


Opacity

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

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

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

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

This text has shadow with #A7879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7879F on black background.


Color preview on white background

This text has color #A7879F on white background.



Black color preview on #A7879F background

This text has black color on #A7879F background.


White color preview on #A7879F background

This text has white color on #A7879F background.