COLOR #868EAA

HEX: #868EAA RGB: (134,142,170)

Color info

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

RGB color model

#868EAA color RGB value is (134,142,170).

RGB: (134,142,170) (53%, 56%, 67%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 170 of 255 = 67%

134
142
170

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

Portions of RGB colors in percentages

R + G + B = 134 + 142 + 170 = 446 (100%)
R 134 of 446 ~ 30.04%
G 142 of 446 ~ 31.84%
B 170 of 446 ~ 38.12'%

%30.04
%31.84
%38.12

CMYK color model

#868EAA color CMYK value is (21,16,0,33).

  • cyan value is 21.18%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (21,16,0,33)
C21M16Y0K33 (21%, 16%, 0%, 33%)
(0.21 / 0.16 / 0.00 / 0.33)

CMYK percentages

%21.18
%16.47
%0
%33.33

Codes

Color #868EAA in popluar color models

86 8E AA
RGB 134 142 170
HSL 227° 17.48% 59.61%
HSB/HSV 227° 21.18% 66.67%
CMYK 21.18% 16.47% 0.00%
33.33%

Color #868EAA in popluar number systems.

HEX 86 8E AA
Decimal 134 142 170
Binary 10000110 10001110 10101010
Octal 206 216 252

Shades and tints

Shades of #868EAA

#868EAA
(134,142,170)
#7A829B
(122,130,155)
#6E768C
(110,118,140)
#626A7D
(98,106,125)
#565E6E
(86,94,110)
#4A525F
(74,82,95)
#3E4650
(62,70,80)
#323A41
(50,58,65)
#262E32
(38,46,50)
#1A2223
(26,34,35)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #868EAA

#868EAA
(134,142,170)
#9198B1
(145,152,177)
#9CA2B8
(156,162,184)
#A7ACBF
(167,172,191)
#B2B6C6
(178,182,198)
#BDC0CD
(189,192,205)
#C8CAD4
(200,202,212)
#D3D4DB
(211,212,219)
#DEDEE2
(222,222,226)
#E9E8E9
(233,232,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868EAA; }

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

This text font color is #868EAA.

Background Color

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

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

This div background color is #868EAA.

Border color

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

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

This div border color is #868EAA.

Opacity

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

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

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

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

This text has shadow with #868EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868EAA.

Preview

Color preview on black background

This text has color #868EAA on black background.


Color preview on white background

This text has color #868EAA on white background.


Black color preview on #868EAA background

This text has black color on #868EAA background.


White color preview on #868EAA background

This text has white color on #868EAA background.


Related colors

Complementary color

Complementary color for #hex is #797155.


I love getcolorcode.com

Triadic colors

1 #AA868E and #8EAA86 with #868EAA are triadic colors.

2 #AA8E86 and #8E86AA with #868EAA are triadic colors.