COLOR #868BA3

HEX: #868BA3
RGB: (134,139,163)

Color info

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

RGB color model

#868BA3 color RGB value is (134,139,163).

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

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 163 of 255 = 64%

134
139
163

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

Portions of RGB colors in percentages

R + G + B =
134 + 139 + 163 = 436 (100%)
R 134 of 436 ~ 30.73%
G 139 of 436 ~ 31.88%
B 163 of 436 ~ 37.39%

%30.73
%31.88
%37.39

CMYK color model

#868BA3 color CMYK value is (18,15,0,36).

  • cyan value is 17.79%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(18,15,0,36)
C18M15Y0K36 
(18%,15%,0%,36%)
(0.18/0.15/0.00/0.36)	

CMYK percentages

%17.79
%14.72
%0
%36.08

Codes

Color #868BA3 in popluar color models

868BA3
RGB134139163
HSL230°13.62%58.24%
HSB/HSV230°17.79%63.92%
CMYK17.79%14.72%0.00%
36.08%

Color #868BA3 in popluar number systems.

HEX868BA3
Decimal134139163
Binary100001101000101110100011
Octal206213243

Shades and tints

Shades of #868BA3

#868BA3
(134,139,163)
#7A7F95
(122,127,149)
#6E7387
(110,115,135)
#626779
(98,103,121)
#565B6B
(86,91,107)
#4A4F5D
(74,79,93)
#3E434F
(62,67,79)
#323741
(50,55,65)
#262B33
(38,43,51)
#1A1F25
(26,31,37)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #868BA3

#868BA3
(134,139,163)
#9195AB
(145,149,171)
#9C9FB3
(156,159,179)
#A7A9BB
(167,169,187)
#B2B3C3
(178,179,195)
#BDBDCB
(189,189,203)
#C8C7D3
(200,199,211)
#D3D1DB
(211,209,219)
#DEDBE3
(222,219,227)
#E9E5EB
(233,229,235)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868BA3; }

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

This text font color is #868BA3.


Background Color

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

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

This div background color is #868BA3.


Border color

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

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

This div border color is #868BA3.


Opacity

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

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

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

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

This text has shadow with #868BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868BA3 on black background.


Color preview on white background

This text has color #868BA3 on white background.



Black color preview on #868BA3 background

This text has black color on #868BA3 background.


White color preview on #868BA3 background

This text has white color on #868BA3 background.