COLOR #A7898F

HEX: #A7898F
RGB: (167,137,143)

Color info

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

RGB color model

#A7898F color RGB value is (167,137,143).

  • red value is 167;
  • green value is 137;
  • blue value is 143.
RGB:
(167,137,143)
(65%,54%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 143 of 255 = 56%

167
137
143

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 143 = 447 (100%)
R 167 of 447 ~ 37.36%
G 137 of 447 ~ 30.65%
B 143 of 447 ~ 31.99%

%37.36
%30.65
%31.99

CMYK color model

#A7898F color CMYK value is (0,18,14,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(0,18,14,35)
C0M18Y14K35 
(0%,18%,14%,35%)
(0.00/0.18/0.14/0.35)	

CMYK percentages

%0
%17.96
%14.37
%34.51

Codes

Color #A7898F in popluar color models

A7898F
RGB167137143
HSL348°14.56%59.61%
HSB/HSV348°17.96%65.49%
CMYK0.00%17.96%14.37%
34.51%

Color #A7898F in popluar number systems.

HEXA7898F
Decimal167137143
Binary101001111000100110001111
Octal247211217

Shades and tints

Shades of #A7898F

#A7898F
(167,137,143)
#987D82
(152,125,130)
#897175
(137,113,117)
#7A6568
(122,101,104)
#6B595B
(107,89,91)
#5C4D4E
(92,77,78)
#4D4141
(77,65,65)
#3E3534
(62,53,52)
#2F2927
(47,41,39)
#201D1A
(32,29,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A7898F

#A7898F
(167,137,143)
#AF9399
(175,147,153)
#B79DA3
(183,157,163)
#BFA7AD
(191,167,173)
#C7B1B7
(199,177,183)
#CFBBC1
(207,187,193)
#D7C5CB
(215,197,203)
#DFCFD5
(223,207,213)
#E7D9DF
(231,217,223)
#EFE3E9
(239,227,233)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7898F color. Also use rgb(167,137,143) instead hex code.

Text Font Color

.myTextColor { color: #A7898F; }

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

This text font color is #A7898F.


Background Color

.myBgColor { background-color: #A7898F; }

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

This div background color is #A7898F.


Border color

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

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

This div border color is #A7898F.


Opacity

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

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

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

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

This text has shadow with #A7898F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7898F on black background.


Color preview on white background

This text has color #A7898F on white background.



Black color preview on #A7898F background

This text has black color on #A7898F background.


White color preview on #A7898F background

This text has white color on #A7898F background.