COLOR #A87689

HEX: #A87689
RGB: (168,118,137)

Color info

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

RGB color model

#A87689 color RGB value is (168,118,137).

  • red value is 168;
  • green value is 118;
  • blue value is 137.
RGB: (168,118,137) (66%,46%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 118 of 255 = 46%
B 137 of 255 = 54%

168
118
137

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

Portions of RGB colors in percentages

R + G + B =
168 + 118 + 137 = 423 (100%)
R 168 of 423 ~ 39.72%
G 118 of 423 ~ 27.9%
B 137 of 423 ~ 32.39%

%39.72
%27.9
%32.39

CMYK color model

#A87689 color CMYK value is (0,30,18,34).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK: (0,30,18,34) C0M30Y18K34 (0%,30%,18%,34%) (0.00/0.30/0.18/0.34)

CMYK percentages

%0
%29.76
%18.45
%34.12

Codes

Color #A87689 in popluar color models

A87689
RGB168118137
HSL337°22.32%56.08%
HSB/HSV337°29.76%65.88%
CMYK0.00%29.76%18.45%
34.12%

Color #A87689 in popluar number systems.

HEXA87689
Decimal168118137
Binary10101000111011010001001
Octal250166211

Shades and tints

Shades of #A87689

#A87689
(168,118,137)
#996C7D
(153,108,125)
#8A6271
(138,98,113)
#7B5865
(123,88,101)
#6C4E59
(108,78,89)
#5D444D
(93,68,77)
#4E3A41
(78,58,65)
#3F3035
(63,48,53)
#302629
(48,38,41)
#211C1D
(33,28,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A87689

#A87689
(168,118,137)
#AF8293
(175,130,147)
#B68E9D
(182,142,157)
#BD9AA7
(189,154,167)
#C4A6B1
(196,166,177)
#CBB2BB
(203,178,187)
#D2BEC5
(210,190,197)
#D9CACF
(217,202,207)
#E0D6D9
(224,214,217)
#E7E2E3
(231,226,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87689 color. Also use rgb(168,118,137) instead hex code.

Text Font Color

.myTextColor { color: #A87689; }

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

This text font color is #A87689.


Background Color

.myBgColor { background-color: #A87689; }

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

This div background color is #A87689.


Border color

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

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

This div border color is #A87689.


Opacity

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

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

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

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

This text has shadow with #A87689 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A87689 on black background.


Color preview on white background

This text has color #A87689 on white background.



Black color preview on #A87689 background

This text has black color on #A87689 background.


White color preview on #A87689 background

This text has white color on #A87689 background.