COLOR #8A6778

HEX: #8A6778
RGB: (138,103,120)

Color info

#8A6778 contains red, green and blue colors in about the same proportion. Web safe color of #8A6778 is #996666 (or #966).

RGB color model

#8A6778 color RGB value is (138,103,120).

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

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 120 of 255 = 47%

138
103
120

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

Portions of RGB colors in percentages

R + G + B =
138 + 103 + 120 = 361 (100%)
R 138 of 361 ~ 38.23%
G 103 of 361 ~ 28.53%
B 120 of 361 ~ 33.24%

%38.23
%28.53
%33.24

CMYK color model

#8A6778 color CMYK value is (0,25,13,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(0,25,13,46)
C0M25Y13K46 
(0%,25%,13%,46%)
(0.00/0.25/0.13/0.46)	

CMYK percentages

%0
%25.36
%13.04
%45.88

Codes

Color #8A6778 in popluar color models

8A6778
RGB138103120
HSL331°14.52%47.25%
HSB/HSV331°25.36%54.12%
CMYK0.00%25.36%13.04%
45.88%

Color #8A6778 in popluar number systems.

HEX8A6778
Decimal138103120
Binary1000101011001111111000
Octal212147170

Shades and tints

Shades of #8A6778

#8A6778
(138,103,120)
#7E5E6E
(126,94,110)
#725564
(114,85,100)
#664C5A
(102,76,90)
#5A4350
(90,67,80)
#4E3A46
(78,58,70)
#42313C
(66,49,60)
#362832
(54,40,50)
#2A1F28
(42,31,40)
#1E161E
(30,22,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #8A6778

#8A6778
(138,103,120)
#947484
(148,116,132)
#9E8190
(158,129,144)
#A88E9C
(168,142,156)
#B29BA8
(178,155,168)
#BCA8B4
(188,168,180)
#C6B5C0
(198,181,192)
#D0C2CC
(208,194,204)
#DACFD8
(218,207,216)
#E4DCE4
(228,220,228)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6778; }

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

This text font color is #8A6778.


Background Color

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

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

This div background color is #8A6778.


Border color

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

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

This div border color is #8A6778.


Opacity

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

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

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

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

This text has shadow with #8A6778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6778 on black background.


Color preview on white background

This text has color #8A6778 on white background.



Black color preview on #8A6778 background

This text has black color on #8A6778 background.


White color preview on #8A6778 background

This text has white color on #8A6778 background.