COLOR #8A668C

HEX: #8A668C
RGB: (138,102,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
102
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 140 = 380 (100%)
R 138 of 380 ~ 36.32%
G 102 of 380 ~ 26.84%
B 140 of 380 ~ 36.84%

%36.32
%26.84
%36.84

CMYK color model

#8A668C color CMYK value is (1,27,0,45).

  • cyan value is 1.43%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,27,0,45)
C1M27Y0K45 
(1%,27%,0%,45%)
(0.01/0.27/0.00/0.45)	

CMYK percentages

%1.43
%27.14
%0
%45.1

Codes

Color #8A668C in popluar color models

8A668C
RGB138102140
HSL297°15.70%47.45%
HSB/HSV297°27.14%54.90%
CMYK1.43%27.14%0.00%
45.10%

Color #8A668C in popluar number systems.

HEX8A668C
Decimal138102140
Binary10001010110011010001100
Octal212146214

Shades and tints

Shades of #8A668C

#8A668C
(138,102,140)
#7E5D80
(126,93,128)
#725474
(114,84,116)
#664B68
(102,75,104)
#5A425C
(90,66,92)
#4E3950
(78,57,80)
#423044
(66,48,68)
#362738
(54,39,56)
#2A1E2C
(42,30,44)
#1E1520
(30,21,32)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #8A668C

#8A668C
(138,102,140)
#947396
(148,115,150)
#9E80A0
(158,128,160)
#A88DAA
(168,141,170)
#B29AB4
(178,154,180)
#BCA7BE
(188,167,190)
#C6B4C8
(198,180,200)
#D0C1D2
(208,193,210)
#DACEDC
(218,206,220)
#E4DBE6
(228,219,230)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A668C; }

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

This text font color is #8A668C.


Background Color

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

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

This div background color is #8A668C.


Border color

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

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

This div border color is #8A668C.


Opacity

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

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

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

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

This text has shadow with #8A668C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A668C on black background.


Color preview on white background

This text has color #8A668C on white background.



Black color preview on #8A668C background

This text has black color on #8A668C background.


White color preview on #8A668C background

This text has white color on #8A668C background.