COLOR #8A768B

HEX: #8A768B
RGB: (138,118,139)

Color info

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

RGB color model

#8A768B color RGB value is (138,118,139).

  • red value is 138;
  • green value is 118;
  • blue value is 139.
RGB:
(138,118,139)
(54%,46%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 139 of 255 = 55%

138
118
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 139 = 395 (100%)
R 138 of 395 ~ 34.94%
G 118 of 395 ~ 29.87%
B 139 of 395 ~ 35.19%

%34.94
%29.87
%35.19

CMYK color model

#8A768B color CMYK value is (1,15,0,45).

  • cyan value is 0.72%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,15,0,45)
C1M15Y0K45 
(1%,15%,0%,45%)
(0.01/0.15/0.00/0.45)	

CMYK percentages

%0.72
%15.11
%0
%45.49

Codes

Color #8A768B in popluar color models

8A768B
RGB138118139
HSL297°8.30%50.39%
HSB/HSV297°15.11%54.51%
CMYK0.72%15.11%0.00%
45.49%

Color #8A768B in popluar number systems.

HEX8A768B
Decimal138118139
Binary10001010111011010001011
Octal212166213

Shades and tints

Shades of #8A768B

#8A768B
(138,118,139)
#7E6C7F
(126,108,127)
#726273
(114,98,115)
#665867
(102,88,103)
#5A4E5B
(90,78,91)
#4E444F
(78,68,79)
#423A43
(66,58,67)
#363037
(54,48,55)
#2A262B
(42,38,43)
#1E1C1F
(30,28,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #8A768B

#8A768B
(138,118,139)
#948295
(148,130,149)
#9E8E9F
(158,142,159)
#A89AA9
(168,154,169)
#B2A6B3
(178,166,179)
#BCB2BD
(188,178,189)
#C6BEC7
(198,190,199)
#D0CAD1
(208,202,209)
#DAD6DB
(218,214,219)
#E4E2E5
(228,226,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A768B; }

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

This text font color is #8A768B.


Background Color

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

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

This div background color is #8A768B.


Border color

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

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

This div border color is #8A768B.


Opacity

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

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

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

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

This text has shadow with #8A768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A768B on black background.


Color preview on white background

This text has color #8A768B on white background.



Black color preview on #8A768B background

This text has black color on #8A768B background.


White color preview on #8A768B background

This text has white color on #8A768B background.