COLOR #A7889B

HEX: #A7889B
RGB: (167,136,155)

Color info

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

RGB color model

#A7889B color RGB value is (167,136,155).

  • red value is 167;
  • green value is 136;
  • blue value is 155.
RGB:
(167,136,155)
(65%,53%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 155 of 255 = 61%

167
136
155

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

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 155 = 458 (100%)
R 167 of 458 ~ 36.46%
G 136 of 458 ~ 29.69%
B 155 of 458 ~ 33.84%

%36.46
%29.69
%33.84

CMYK color model

#A7889B color CMYK value is (0,19,7,35).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 7.19%
  • key color value is 34.51%
CMYK:
(0,19,7,35)
C0M19Y7K35 
(0%,19%,7%,35%)
(0.00/0.19/0.07/0.35)	

CMYK percentages

%0
%18.56
%7.19
%34.51

Codes

Color #A7889B in popluar color models

A7889B
RGB167136155
HSL323°14.98%59.41%
HSB/HSV323°18.56%65.49%
CMYK0.00%18.56%7.19%
34.51%

Color #A7889B in popluar number systems.

HEXA7889B
Decimal167136155
Binary101001111000100010011011
Octal247210233

Shades and tints

Shades of #A7889B

#A7889B
(167,136,155)
#987C8D
(152,124,141)
#89707F
(137,112,127)
#7A6471
(122,100,113)
#6B5863
(107,88,99)
#5C4C55
(92,76,85)
#4D4047
(77,64,71)
#3E3439
(62,52,57)
#2F282B
(47,40,43)
#201C1D
(32,28,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #A7889B

#A7889B
(167,136,155)
#AF92A4
(175,146,164)
#B79CAD
(183,156,173)
#BFA6B6
(191,166,182)
#C7B0BF
(199,176,191)
#CFBAC8
(207,186,200)
#D7C4D1
(215,196,209)
#DFCEDA
(223,206,218)
#E7D8E3
(231,216,227)
#EFE2EC
(239,226,236)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7889B color. Also use rgb(167,136,155) instead hex code.

Text Font Color

.myTextColor { color: #A7889B; }

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

This text font color is #A7889B.


Background Color

.myBgColor { background-color: #A7889B; }

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

This div background color is #A7889B.


Border color

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

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

This div border color is #A7889B.


Opacity

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

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

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

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

This text has shadow with #A7889B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7889B on black background.


Color preview on white background

This text has color #A7889B on white background.



Black color preview on #A7889B background

This text has black color on #A7889B background.


White color preview on #A7889B background

This text has white color on #A7889B background.