COLOR #8A7689

HEX: #8A7689
RGB: (138,118,137)

Color info

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

RGB color model

#8A7689 color RGB value is (138,118,137).

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

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 137 of 255 = 54%

138
118
137

R + G + B ~ 51%. #8A7689 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 137 = 393 (100%)
R 138 of 393 ~ 35.11%
G 118 of 393 ~ 30.03%
B 137 of 393 ~ 34.86%

%35.11
%30.03
%34.86

CMYK color model

#8A7689 color CMYK value is (0,14,1,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(0,14,1,46)
C0M14Y1K46 
(0%,14%,1%,46%)
(0.00/0.14/0.01/0.46)	

CMYK percentages

%0
%14.49
%0.72
%45.88

Codes

Color #8A7689 in popluar color models

8A7689
RGB138118137
HSL303°7.87%50.20%
HSB/HSV303°14.49%54.12%
CMYK0.00%14.49%0.72%
45.88%

Color #8A7689 in popluar number systems.

HEX8A7689
Decimal138118137
Binary10001010111011010001001
Octal212166211

Shades and tints

Shades of #8A7689

#8A7689
(138,118,137)
#7E6C7D
(126,108,125)
#726271
(114,98,113)
#665865
(102,88,101)
#5A4E59
(90,78,89)
#4E444D
(78,68,77)
#423A41
(66,58,65)
#363035
(54,48,53)
#2A2629
(42,38,41)
#1E1C1D
(30,28,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A7689

#8A7689
(138,118,137)
#948293
(148,130,147)
#9E8E9D
(158,142,157)
#A89AA7
(168,154,167)
#B2A6B1
(178,166,177)
#BCB2BB
(188,178,187)
#C6BEC5
(198,190,197)
#D0CACF
(208,202,207)
#DAD6D9
(218,214,217)
#E4E2E3
(228,226,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7689; }

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

This text font color is #8A7689.


Background Color

.myBgColor { background-color: #8A7689; }

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

This div background color is #8A7689.


Border color

.myBorderColor { border: 1px solid #8A7689; }

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

This div border color is #8A7689.


Opacity

.myOpacity80 { color: #8A7689; opacity: 0.8; }

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

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

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

This text has shadow with #8A7689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7689 on black background.


Color preview on white background

This text has color #8A7689 on white background.



Black color preview on #8A7689 background

This text has black color on #8A7689 background.


White color preview on #8A7689 background

This text has white color on #8A7689 background.