COLOR #86768C

HEX: #86768C
RGB: (134,118,140)

Color info

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

RGB color model

#86768C color RGB value is (134,118,140).

  • red value is 134;
  • green value is 118;
  • blue value is 140.
RGB:
(134,118,140)
(53%,46%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 140 of 255 = 55%

134
118
140

R + G + B ~ 51%. #86768C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 140 = 392 (100%)
R 134 of 392 ~ 34.18%
G 118 of 392 ~ 30.1%
B 140 of 392 ~ 35.71%

%34.18
%30.1
%35.71

CMYK color model

#86768C color CMYK value is (4,16,0,45).

  • cyan value is 4.29%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,16,0,45)
C4M16Y0K45 
(4%,16%,0%,45%)
(0.04/0.16/0.00/0.45)	

CMYK percentages

%4.29
%15.71
%0
%45.1

Codes

Color #86768C in popluar color models

86768C
RGB134118140
HSL284°8.73%50.59%
HSB/HSV284°15.71%54.90%
CMYK4.29%15.71%0.00%
45.10%

Color #86768C in popluar number systems.

HEX86768C
Decimal134118140
Binary10000110111011010001100
Octal206166214

Shades and tints

Shades of #86768C

#86768C
(134,118,140)
#7A6C80
(122,108,128)
#6E6274
(110,98,116)
#625868
(98,88,104)
#564E5C
(86,78,92)
#4A4450
(74,68,80)
#3E3A44
(62,58,68)
#323038
(50,48,56)
#26262C
(38,38,44)
#1A1C20
(26,28,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #86768C

#86768C
(134,118,140)
#918296
(145,130,150)
#9C8EA0
(156,142,160)
#A79AAA
(167,154,170)
#B2A6B4
(178,166,180)
#BDB2BE
(189,178,190)
#C8BEC8
(200,190,200)
#D3CAD2
(211,202,210)
#DED6DC
(222,214,220)
#E9E2E6
(233,226,230)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86768C color. Also use rgb(134,118,140) instead hex code.

Text Font Color

.myTextColor { color: #86768C; }

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

This text font color is #86768C.


Background Color

.myBgColor { background-color: #86768C; }

<div style="background-color:#86768C">Inner text</div>

This div background color is #86768C.


Border color

.myBorderColor { border: 1px solid #86768C; }

<div style="border:3px solid #86768C">Div</div>

This div border color is #86768C.


Opacity

.myOpacity80 { color: #86768C; opacity: 0.8; }

<p style="color:#86768C;opacity:0.8;">80%</p>

Text with #86768C 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 #86768C;}

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

This text has shadow with #86768C color.

.textShadow {text-shadow: 3px 3px 1px #86768C, 3px 3px 1px red;}

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

This text has shadow with #86768C primary color and red secondary color.


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

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

This text has shadow with #86768C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86768C on black background.


Color preview on white background

This text has color #86768C on white background.



Black color preview on #86768C background

This text has black color on #86768C background.


White color preview on #86768C background

This text has white color on #86768C background.