COLOR #8A6783

HEX: #8A6783
RGB: (138,103,131)

Color info

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

RGB color model

#8A6783 color RGB value is (138,103,131).

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

RGB channels and saturation

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

138
103
131

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

Portions of RGB colors in percentages

R + G + B =
138 + 103 + 131 = 372 (100%)
R 138 of 372 ~ 37.1%
G 103 of 372 ~ 27.69%
B 131 of 372 ~ 35.22%

%37.1
%27.69
%35.22

CMYK color model

#8A6783 color CMYK value is (0,25,5,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 5.07%
  • key color value is 45.88%
CMYK:
(0,25,5,46)
C0M25Y5K46 
(0%,25%,5%,46%)
(0.00/0.25/0.05/0.46)	

CMYK percentages

%0
%25.36
%5.07
%45.88

Codes

Color #8A6783 in popluar color models

8A6783
RGB138103131
HSL312°14.52%47.25%
HSB/HSV312°25.36%54.12%
CMYK0.00%25.36%5.07%
45.88%

Color #8A6783 in popluar number systems.

HEX8A6783
Decimal138103131
Binary10001010110011110000011
Octal212147203

Shades and tints

Shades of #8A6783

#8A6783
(138,103,131)
#7E5E78
(126,94,120)
#72556D
(114,85,109)
#664C62
(102,76,98)
#5A4357
(90,67,87)
#4E3A4C
(78,58,76)
#423141
(66,49,65)
#362836
(54,40,54)
#2A1F2B
(42,31,43)
#1E1620
(30,22,32)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #8A6783

#8A6783
(138,103,131)
#94748E
(148,116,142)
#9E8199
(158,129,153)
#A88EA4
(168,142,164)
#B29BAF
(178,155,175)
#BCA8BA
(188,168,186)
#C6B5C5
(198,181,197)
#D0C2D0
(208,194,208)
#DACFDB
(218,207,219)
#E4DCE6
(228,220,230)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6783; }

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

This text font color is #8A6783.


Background Color

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

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

This div background color is #8A6783.


Border color

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

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

This div border color is #8A6783.


Opacity

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

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

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

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

This text has shadow with #8A6783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6783 on black background.


Color preview on white background

This text has color #8A6783 on white background.



Black color preview on #8A6783 background

This text has black color on #8A6783 background.


White color preview on #8A6783 background

This text has white color on #8A6783 background.