COLOR #868EA3

HEX: #868EA3
RGB: (134,142,163)

Color info

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

RGB color model

#868EA3 color RGB value is (134,142,163).

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

RGB channels and saturation

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

134
142
163

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

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 163 = 439 (100%)
R 134 of 439 ~ 30.52%
G 142 of 439 ~ 32.35%
B 163 of 439 ~ 37.13%

%30.52
%32.35
%37.13

CMYK color model

#868EA3 color CMYK value is (18,13,0,36).

  • cyan value is 17.79%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(18,13,0,36)
C18M13Y0K36 
(18%,13%,0%,36%)
(0.18/0.13/0.00/0.36)	

CMYK percentages

%17.79
%12.88
%0
%36.08

Codes

Color #868EA3 in popluar color models

868EA3
RGB134142163
HSL223°13.62%58.24%
HSB/HSV223°17.79%63.92%
CMYK17.79%12.88%0.00%
36.08%

Color #868EA3 in popluar number systems.

HEX868EA3
Decimal134142163
Binary100001101000111010100011
Octal206216243

Shades and tints

Shades of #868EA3

#868EA3
(134,142,163)
#7A8295
(122,130,149)
#6E7687
(110,118,135)
#626A79
(98,106,121)
#565E6B
(86,94,107)
#4A525D
(74,82,93)
#3E464F
(62,70,79)
#323A41
(50,58,65)
#262E33
(38,46,51)
#1A2225
(26,34,37)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #868EA3

#868EA3
(134,142,163)
#9198AB
(145,152,171)
#9CA2B3
(156,162,179)
#A7ACBB
(167,172,187)
#B2B6C3
(178,182,195)
#BDC0CB
(189,192,203)
#C8CAD3
(200,202,211)
#D3D4DB
(211,212,219)
#DEDEE3
(222,222,227)
#E9E8EB
(233,232,235)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868EA3; }

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

This text font color is #868EA3.


Background Color

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

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

This div background color is #868EA3.


Border color

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

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

This div border color is #868EA3.


Opacity

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

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

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

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

This text has shadow with #868EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868EA3 on black background.


Color preview on white background

This text has color #868EA3 on white background.



Black color preview on #868EA3 background

This text has black color on #868EA3 background.


White color preview on #868EA3 background

This text has white color on #868EA3 background.