COLOR #868FA8

HEX: #868FA8 RGB: (134,143,168)

Color info

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

RGB color model

#868FA8 color RGB value is (134,143,168).

RGB: (134,143,168) (53%, 56%, 66%)

RGB channels and saturation

R 134 of 255 = 53%
G 143 of 255 = 56%
B 168 of 255 = 66%

134
143
168

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

Portions of RGB colors in percentages

R + G + B = 134 + 143 + 168 = 445 (100%)
R 134 of 445 ~ 30.11%
G 143 of 445 ~ 32.13%
B 168 of 445 ~ 37.75'%

%30.11
%32.13
%37.75

CMYK color model

#868FA8 color CMYK value is (20,15,0,34).

  • cyan value is 20.24%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (20,15,0,34)
C20M15Y0K34 (20%, 15%, 0%, 34%)
(0.20 / 0.15 / 0.00 / 0.34)

CMYK percentages

%20.24
%14.88
%0
%34.12

Codes

Color #868FA8 in popluar color models

86 8F A8
RGB 134 143 168
HSL 224° 16.35% 59.22%
HSB/HSV 224° 20.24% 65.88%
CMYK 20.24% 14.88% 0.00%
34.12%

Color #868FA8 in popluar number systems.

HEX 86 8F A8
Decimal 134 143 168
Binary 10000110 10001111 10101000
Octal 206 217 250

Shades and tints

Shades of #868FA8

#868FA8
(134,143,168)
#7A8299
(122,130,153)
#6E758A
(110,117,138)
#62687B
(98,104,123)
#565B6C
(86,91,108)
#4A4E5D
(74,78,93)
#3E414E
(62,65,78)
#32343F
(50,52,63)
#262730
(38,39,48)
#1A1A21
(26,26,33)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #868FA8

#868FA8
(134,143,168)
#9199AF
(145,153,175)
#9CA3B6
(156,163,182)
#A7ADBD
(167,173,189)
#B2B7C4
(178,183,196)
#BDC1CB
(189,193,203)
#C8CBD2
(200,203,210)
#D3D5D9
(211,213,217)
#DEDFE0
(222,223,224)
#E9E9E7
(233,233,231)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868FA8 color. Also use rgb(134,143,168) instead hex code.

Text Font Color

.myTextColor { color: #868FA8; }

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

This text font color is #868FA8.

Background Color

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

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

This div background color is #868FA8.

Border color

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

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

This div border color is #868FA8.

Opacity

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

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

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

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

This text has shadow with #868FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868FA8.

Preview

Color preview on black background

This text has color #868FA8 on black background.


Color preview on white background

This text has color #868FA8 on white background.


Black color preview on #868FA8 background

This text has black color on #868FA8 background.


White color preview on #868FA8 background

This text has white color on #868FA8 background.


Related colors

Complementary color

Complementary color for #hex is #797057.


I love getcolorcode.com

Triadic colors

1 #A8868F and #8FA886 with #868FA8 are triadic colors.

2 #A88F86 and #8F86A8 with #868FA8 are triadic colors.