COLOR #8A668A

HEX: #8A668A
RGB: (138,102,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
102
138

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 138 = 378 (100%)
R 138 of 378 ~ 36.51%
G 102 of 378 ~ 26.98%
B 138 of 378 ~ 36.51%

%36.51
%26.98
%36.51

CMYK color model

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

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

CMYK percentages

%0
%26.09
%0
%45.88

Codes

Color #8A668A in popluar color models

8A668A
RGB138102138
HSL300°15.00%47.06%
HSB/HSV300°26.09%54.12%
CMYK0.00%26.09%0.00%
45.88%

Color #8A668A in popluar number systems.

HEX8A668A
Decimal138102138
Binary10001010110011010001010
Octal212146212

Shades and tints

Shades of #8A668A

#8A668A
(138,102,138)
#7E5D7E
(126,93,126)
#725472
(114,84,114)
#664B66
(102,75,102)
#5A425A
(90,66,90)
#4E394E
(78,57,78)
#423042
(66,48,66)
#362736
(54,39,54)
#2A1E2A
(42,30,42)
#1E151E
(30,21,30)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #8A668A

#8A668A
(138,102,138)
#947394
(148,115,148)
#9E809E
(158,128,158)
#A88DA8
(168,141,168)
#B29AB2
(178,154,178)
#BCA7BC
(188,167,188)
#C6B4C6
(198,180,198)
#D0C1D0
(208,193,208)
#DACEDA
(218,206,218)
#E4DBE4
(228,219,228)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A668A; }

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

This text font color is #8A668A.


Background Color

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

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

This div background color is #8A668A.


Border color

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

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

This div border color is #8A668A.


Opacity

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

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

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

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

This text has shadow with #8A668A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A668A on black background.


Color preview on white background

This text has color #8A668A on white background.



Black color preview on #8A668A background

This text has black color on #8A668A background.


White color preview on #8A668A background

This text has white color on #8A668A background.