COLOR #8A7DAB

HEX: #8A7DAB
RGB: (138,125,171)

Color info

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

RGB color model

#8A7DAB color RGB value is (138,125,171).

  • red value is 138;
  • green value is 125;
  • blue value is 171.
RGB:
(138,125,171)
(54%,49%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 171 of 255 = 67%

138
125
171

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

Portions of RGB colors in percentages

R + G + B =
138 + 125 + 171 = 434 (100%)
R 138 of 434 ~ 31.8%
G 125 of 434 ~ 28.8%
B 171 of 434 ~ 39.4%

%31.8
%28.8
%39.4

CMYK color model

#8A7DAB color CMYK value is (19,27,0,33).

  • cyan value is 19.30%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,27,0,33)
C19M27Y0K33 
(19%,27%,0%,33%)
(0.19/0.27/0.00/0.33)	

CMYK percentages

%19.3
%26.9
%0
%32.94

Codes

Color #8A7DAB in popluar color models

8A7DAB
RGB138125171
HSL257°21.50%58.04%
HSB/HSV257°26.90%67.06%
CMYK19.30%26.90%0.00%
32.94%

Color #8A7DAB in popluar number systems.

HEX8A7DAB
Decimal138125171
Binary10001010111110110101011
Octal212175253

Shades and tints

Shades of #8A7DAB

#8A7DAB
(138,125,171)
#7E729C
(126,114,156)
#72678D
(114,103,141)
#665C7E
(102,92,126)
#5A516F
(90,81,111)
#4E4660
(78,70,96)
#423B51
(66,59,81)
#363042
(54,48,66)
#2A2533
(42,37,51)
#1E1A24
(30,26,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #8A7DAB

#8A7DAB
(138,125,171)
#9488B2
(148,136,178)
#9E93B9
(158,147,185)
#A89EC0
(168,158,192)
#B2A9C7
(178,169,199)
#BCB4CE
(188,180,206)
#C6BFD5
(198,191,213)
#D0CADC
(208,202,220)
#DAD5E3
(218,213,227)
#E4E0EA
(228,224,234)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7DAB color. Also use rgb(138,125,171) instead hex code.

Text Font Color

.myTextColor { color: #8A7DAB; }

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

This text font color is #8A7DAB.


Background Color

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

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

This div background color is #8A7DAB.


Border color

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

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

This div border color is #8A7DAB.


Opacity

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

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

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

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

This text has shadow with #8A7DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7DAB on black background.


Color preview on white background

This text has color #8A7DAB on white background.



Black color preview on #8A7DAB background

This text has black color on #8A7DAB background.


White color preview on #8A7DAB background

This text has white color on #8A7DAB background.