COLOR #868EA2

HEX: #868EA2 RGB: (134,142,162)

Color info

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

RGB color model

#868EA2 color RGB value is (134,142,162).

RGB: (134,142,162) (53%, 56%, 64%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 162 of 255 = 64%

134
142
162

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

Portions of RGB colors in percentages

R + G + B = 134 + 142 + 162 = 438 (100%)
R 134 of 438 ~ 30.59%
G 142 of 438 ~ 32.42%
B 162 of 438 ~ 36.99'%

%30.59
%32.42
%36.99

CMYK color model

#868EA2 color CMYK value is (17,12,0,36).

  • cyan value is 17.28%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (17,12,0,36)
C17M12Y0K36 (17%, 12%, 0%, 36%)
(0.17 / 0.12 / 0.00 / 0.36)

CMYK percentages

%17.28
%12.35
%0
%36.47

Codes

Color #868EA2 in popluar color models

86 8E A2
RGB 134 142 162
HSL 223° 13.08% 58.04%
HSB/HSV 223° 17.28% 63.53%
CMYK 17.28% 12.35% 0.00%
36.47%

Color #868EA2 in popluar number systems.

HEX 86 8E A2
Decimal 134 142 162
Binary 10000110 10001110 10100010
Octal 206 216 242

Shades and tints

Shades of #868EA2

#868EA2
(134,142,162)
#7A8294
(122,130,148)
#6E7686
(110,118,134)
#626A78
(98,106,120)
#565E6A
(86,94,106)
#4A525C
(74,82,92)
#3E464E
(62,70,78)
#323A40
(50,58,64)
#262E32
(38,46,50)
#1A2224
(26,34,36)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #868EA2

#868EA2
(134,142,162)
#9198AA
(145,152,170)
#9CA2B2
(156,162,178)
#A7ACBA
(167,172,186)
#B2B6C2
(178,182,194)
#BDC0CA
(189,192,202)
#C8CAD2
(200,202,210)
#D3D4DA
(211,212,218)
#DEDEE2
(222,222,226)
#E9E8EA
(233,232,234)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868EA2; }

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

This text font color is #868EA2.

Background Color

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

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

This div background color is #868EA2.

Border color

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

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

This div border color is #868EA2.

Opacity

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

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

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

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

This text has shadow with #868EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868EA2.

Preview

Color preview on black background

This text has color #868EA2 on black background.


Color preview on white background

This text has color #868EA2 on white background.


Black color preview on #868EA2 background

This text has black color on #868EA2 background.


White color preview on #868EA2 background

This text has white color on #868EA2 background.


Related colors

Complementary color

Complementary color for #hex is #79715D.


I love getcolorcode.com

Triadic colors

1 #A2868E and #8EA286 with #868EA2 are triadic colors.

2 #A28E86 and #8E86A2 with #868EA2 are triadic colors.