COLOR #868A7D

HEX: #868A7D RGB: (134,138,125)

Color info

#868A7D contains red, green and blue colors in about the same proportion. Web safe color of #868A7D is #999966 (or #996).

RGB color model

#868A7D color RGB value is (134,138,125).

RGB: (134,138,125) (53%, 54%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 125 of 255 = 49%

134
138
125

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

Portions of RGB colors in percentages

R + G + B = 134 + 138 + 125 = 397 (100%)
R 134 of 397 ~ 33.75%
G 138 of 397 ~ 34.76%
B 125 of 397 ~ 31.49'%

%33.75
%34.76
%31.49

CMYK color model

#868A7D color CMYK value is (3,0,9,46).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 45.88%

CMYK: (3,0,9,46)
C3M0Y9K46 (3%, 0%, 9%, 46%)
(0.03 / 0.00 / 0.09 / 0.46)

CMYK percentages

%2.9
%0
%9.42
%45.88

Codes

Color #868A7D in popluar color models

86 8A 7D
RGB 134 138 125
HSL 78° 5.26% 51.57%
HSB/HSV 78° 9.42% 54.12%
CMYK 2.90% 0.00% 9.42%
45.88%

Color #868A7D in popluar number systems.

HEX 86 8A 7D
Decimal 134 138 125
Binary 10000110 10001010 1111101
Octal 206 212 175

Shades and tints

Shades of #868A7D

#868A7D
(134,138,125)
#7A7E72
(122,126,114)
#6E7267
(110,114,103)
#62665C
(98,102,92)
#565A51
(86,90,81)
#4A4E46
(74,78,70)
#3E423B
(62,66,59)
#323630
(50,54,48)
#262A25
(38,42,37)
#1A1E1A
(26,30,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #868A7D

#868A7D
(134,138,125)
#919488
(145,148,136)
#9C9E93
(156,158,147)
#A7A89E
(167,168,158)
#B2B2A9
(178,178,169)
#BDBCB4
(189,188,180)
#C8C6BF
(200,198,191)
#D3D0CA
(211,208,202)
#DEDAD5
(222,218,213)
#E9E4E0
(233,228,224)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868A7D color. Also use rgb(134,138,125) instead hex code.

Text Font Color

.myTextColor { color: #868A7D; }

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

This text font color is #868A7D.

Background Color

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

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

This div background color is #868A7D.

Border color

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

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

This div border color is #868A7D.

Opacity

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

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

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

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

This text has shadow with #868A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #868A7D.

Preview

Color preview on black background

This text has color #868A7D on black background.


Color preview on white background

This text has color #868A7D on white background.


Black color preview on #868A7D background

This text has black color on #868A7D background.


White color preview on #868A7D background

This text has white color on #868A7D background.


Related colors

Complementary color

Complementary color for #hex is #797582.


I love getcolorcode.com

Triadic colors

1 #7D868A and #8A7D86 with #868A7D are triadic colors.

2 #7D8A86 and #8A867D with #868A7D are triadic colors.