COLOR #8A6683

HEX: #8A6683
RGB: (138,102,131)

Color info

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

RGB color model

#8A6683 color RGB value is (138,102,131).

  • red value is 138;
  • green value is 102;
  • blue value is 131.
RGB:
(138,102,131)
(54%,40%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 131 of 255 = 51%

138
102
131

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 131 = 371 (100%)
R 138 of 371 ~ 37.2%
G 102 of 371 ~ 27.49%
B 131 of 371 ~ 35.31%

%37.2
%27.49
%35.31

CMYK color model

#8A6683 color CMYK value is (0,26,5,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 5.07%
  • key color value is 45.88%
CMYK:
(0,26,5,46)
C0M26Y5K46 
(0%,26%,5%,46%)
(0.00/0.26/0.05/0.46)	

CMYK percentages

%0
%26.09
%5.07
%45.88

Codes

Color #8A6683 in popluar color models

8A6683
RGB138102131
HSL312°15.00%47.06%
HSB/HSV312°26.09%54.12%
CMYK0.00%26.09%5.07%
45.88%

Color #8A6683 in popluar number systems.

HEX8A6683
Decimal138102131
Binary10001010110011010000011
Octal212146203

Shades and tints

Shades of #8A6683

#8A6683
(138,102,131)
#7E5D78
(126,93,120)
#72546D
(114,84,109)
#664B62
(102,75,98)
#5A4257
(90,66,87)
#4E394C
(78,57,76)
#423041
(66,48,65)
#362736
(54,39,54)
#2A1E2B
(42,30,43)
#1E1520
(30,21,32)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #8A6683

#8A6683
(138,102,131)
#94738E
(148,115,142)
#9E8099
(158,128,153)
#A88DA4
(168,141,164)
#B29AAF
(178,154,175)
#BCA7BA
(188,167,186)
#C6B4C5
(198,180,197)
#D0C1D0
(208,193,208)
#DACEDB
(218,206,219)
#E4DBE6
(228,219,230)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6683 color. Also use rgb(138,102,131) instead hex code.

Text Font Color

.myTextColor { color: #8A6683; }

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

This text font color is #8A6683.


Background Color

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

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

This div background color is #8A6683.


Border color

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

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

This div border color is #8A6683.


Opacity

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

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

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

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

This text has shadow with #8A6683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6683 on black background.


Color preview on white background

This text has color #8A6683 on white background.



Black color preview on #8A6683 background

This text has black color on #8A6683 background.


White color preview on #8A6683 background

This text has white color on #8A6683 background.