COLOR #868BA6

HEX: #868BA6 RGB: (134,139,166)

Color info

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

RGB color model

#868BA6 color RGB value is (134,139,166).

RGB: (134,139,166) (53%, 55%, 65%)

RGB channels and saturation

R 134 of 255 = 53%
G 139 of 255 = 55%
B 166 of 255 = 65%

134
139
166

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

Portions of RGB colors in percentages

R + G + B = 134 + 139 + 166 = 439 (100%)
R 134 of 439 ~ 30.52%
G 139 of 439 ~ 31.66%
B 166 of 439 ~ 37.81'%

%30.52
%31.66
%37.81

CMYK color model

#868BA6 color CMYK value is (19,16,0,35).

  • cyan value is 19.28%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (19,16,0,35)
C19M16Y0K35 (19%, 16%, 0%, 35%)
(0.19 / 0.16 / 0.00 / 0.35)

CMYK percentages

%19.28
%16.27
%0
%34.9

Codes

Color #868BA6 in popluar color models

86 8B A6
RGB 134 139 166
HSL 231° 15.24% 58.82%
HSB/HSV 231° 19.28% 65.10%
CMYK 19.28% 16.27% 0.00%
34.90%

Color #868BA6 in popluar number systems.

HEX 86 8B A6
Decimal 134 139 166
Binary 10000110 10001011 10100110
Octal 206 213 246

Shades and tints

Shades of #868BA6

#868BA6
(134,139,166)
#7A7F97
(122,127,151)
#6E7388
(110,115,136)
#626779
(98,103,121)
#565B6A
(86,91,106)
#4A4F5B
(74,79,91)
#3E434C
(62,67,76)
#32373D
(50,55,61)
#262B2E
(38,43,46)
#1A1F1F
(26,31,31)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #868BA6

#868BA6
(134,139,166)
#9195AE
(145,149,174)
#9C9FB6
(156,159,182)
#A7A9BE
(167,169,190)
#B2B3C6
(178,179,198)
#BDBDCE
(189,189,206)
#C8C7D6
(200,199,214)
#D3D1DE
(211,209,222)
#DEDBE6
(222,219,230)
#E9E5EE
(233,229,238)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868BA6; }

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

This text font color is #868BA6.

Background Color

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

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

This div background color is #868BA6.

Border color

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

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

This div border color is #868BA6.

Opacity

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

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

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

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

This text has shadow with #868BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868BA6.

Preview

Color preview on black background

This text has color #868BA6 on black background.


Color preview on white background

This text has color #868BA6 on white background.


Black color preview on #868BA6 background

This text has black color on #868BA6 background.


White color preview on #868BA6 background

This text has white color on #868BA6 background.


Related colors

Complementary color

Complementary color for #hex is #797459.


I love getcolorcode.com

Triadic colors

1 #A6868B and #8BA686 with #868BA6 are triadic colors.

2 #A68B86 and #8B86A6 with #868BA6 are triadic colors.