COLOR #867EAF

HEX: #867EAF
RGB: (134,126,175)

Color info

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

RGB color model

#867EAF color RGB value is (134,126,175).

  • red value is 134;
  • green value is 126;
  • blue value is 175.
RGB:
(134,126,175)
(53%,49%,69%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 175 of 255 = 69%

134
126
175

R + G + B ~ 57%. #867EAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 175 = 435 (100%)
R 134 of 435 ~ 30.8%
G 126 of 435 ~ 28.97%
B 175 of 435 ~ 40.23%

%30.8
%28.97
%40.23

CMYK color model

#867EAF color CMYK value is (23,28,0,31).

  • cyan value is 23.43%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,28,0,31)
C23M28Y0K31 
(23%,28%,0%,31%)
(0.23/0.28/0.00/0.31)	

CMYK percentages

%23.43
%28
%0
%31.37

Codes

Color #867EAF in popluar color models

867EAF
RGB134126175
HSL250°23.44%59.02%
HSB/HSV250°28.00%68.63%
CMYK23.43%28.00%0.00%
31.37%

Color #867EAF in popluar number systems.

HEX867EAF
Decimal134126175
Binary10000110111111010101111
Octal206176257

Shades and tints

Shades of #867EAF

#867EAF
(134,126,175)
#7A73A0
(122,115,160)
#6E6891
(110,104,145)
#625D82
(98,93,130)
#565273
(86,82,115)
#4A4764
(74,71,100)
#3E3C55
(62,60,85)
#323146
(50,49,70)
#262637
(38,38,55)
#1A1B28
(26,27,40)
#0E1019
(14,16,25)
#000000
(0,0,0)

Tints of #867EAF

#867EAF
(134,126,175)
#9189B6
(145,137,182)
#9C94BD
(156,148,189)
#A79FC4
(167,159,196)
#B2AACB
(178,170,203)
#BDB5D2
(189,181,210)
#C8C0D9
(200,192,217)
#D3CBE0
(211,203,224)
#DED6E7
(222,214,231)
#E9E1EE
(233,225,238)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867EAF color. Also use rgb(134,126,175) instead hex code.

Text Font Color

.myTextColor { color: #867EAF; }

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

This text font color is #867EAF.


Background Color

.myBgColor { background-color: #867EAF; }

<div style="background-color:#867EAF">Inner text</div>

This div background color is #867EAF.


Border color

.myBorderColor { border: 1px solid #867EAF; }

<div style="border:3px solid #867EAF">Div</div>

This div border color is #867EAF.


Opacity

.myOpacity80 { color: #867EAF; opacity: 0.8; }

<p style="color:#867EAF;opacity:0.8;">80%</p>

Text with #867EAF 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 #867EAF;}

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

This text has shadow with #867EAF color.

.textShadow {text-shadow: 3px 3px 1px #867EAF, 3px 3px 1px red;}

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

This text has shadow with #867EAF primary color and red secondary color.


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

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

This text has shadow with #867EAF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867EAF on black background.


Color preview on white background

This text has color #867EAF on white background.



Black color preview on #867EAF background

This text has black color on #867EAF background.


White color preview on #867EAF background

This text has white color on #867EAF background.