COLOR #868EAD

HEX: #868EAD
RGB: (134,142,173)

Color info

#868EAD contains red, green and blue colors in about the same proportion. Web safe color of #868EAD is #999999 (or #999).

RGB color model

#868EAD color RGB value is (134,142,173).

  • red value is 134;
  • green value is 142;
  • blue value is 173.
RGB:
(134,142,173)
(53%,56%,68%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 173 of 255 = 68%

134
142
173

R + G + B ~ 59%. #868EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 173 = 449 (100%)
R 134 of 449 ~ 29.84%
G 142 of 449 ~ 31.63%
B 173 of 449 ~ 38.53%

%29.84
%31.63
%38.53

CMYK color model

#868EAD color CMYK value is (23,18,0,32).

  • cyan value is 22.54%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,18,0,32)
C23M18Y0K32 
(23%,18%,0%,32%)
(0.23/0.18/0.00/0.32)	

CMYK percentages

%22.54
%17.92
%0
%32.16

Codes

Color #868EAD in popluar color models

868EAD
RGB134142173
HSL228°19.21%60.20%
HSB/HSV228°22.54%67.84%
CMYK22.54%17.92%0.00%
32.16%

Color #868EAD in popluar number systems.

HEX868EAD
Decimal134142173
Binary100001101000111010101101
Octal206216255

Shades and tints

Shades of #868EAD

#868EAD
(134,142,173)
#7A829E
(122,130,158)
#6E768F
(110,118,143)
#626A80
(98,106,128)
#565E71
(86,94,113)
#4A5262
(74,82,98)
#3E4653
(62,70,83)
#323A44
(50,58,68)
#262E35
(38,46,53)
#1A2226
(26,34,38)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #868EAD

#868EAD
(134,142,173)
#9198B4
(145,152,180)
#9CA2BB
(156,162,187)
#A7ACC2
(167,172,194)
#B2B6C9
(178,182,201)
#BDC0D0
(189,192,208)
#C8CAD7
(200,202,215)
#D3D4DE
(211,212,222)
#DEDEE5
(222,222,229)
#E9E8EC
(233,232,236)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868EAD color. Also use rgb(134,142,173) instead hex code.

Text Font Color

.myTextColor { color: #868EAD; }

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

This text font color is #868EAD.


Background Color

.myBgColor { background-color: #868EAD; }

<div style="background-color:#868EAD">Inner text</div>

This div background color is #868EAD.


Border color

.myBorderColor { border: 1px solid #868EAD; }

<div style="border:3px solid #868EAD">Div</div>

This div border color is #868EAD.


Opacity

.myOpacity80 { color: #868EAD; opacity: 0.8; }

<p style="color:#868EAD;opacity:0.8;">80%</p>

Text with #868EAD 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 #868EAD;}

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

This text has shadow with #868EAD color.

.textShadow {text-shadow: 3px 3px 1px #868EAD, 3px 3px 1px red;}

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

This text has shadow with #868EAD primary color and red secondary color.


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

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

This text has shadow with #868EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868EAD on black background.


Color preview on white background

This text has color #868EAD on white background.



Black color preview on #868EAD background

This text has black color on #868EAD background.


White color preview on #868EAD background

This text has white color on #868EAD background.