COLOR #83868F

HEX: #83868F RGB: (131,134,143)

Color info

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

RGB color model

#83868F color RGB value is (131,134,143).

RGB: (131,134,143) (51%, 53%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 143 of 255 = 56%

131
134
143

R + G + B ~ 53%. #83868F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 134 + 143 = 408 (100%)
R 131 of 408 ~ 32.11%
G 134 of 408 ~ 32.84%
B 143 of 408 ~ 35.05'%

%32.11
%32.84
%35.05

CMYK color model

#83868F color CMYK value is (8,6,0,44).

  • cyan value is 8.39%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (8,6,0,44)
C8M6Y0K44 (8%, 6%, 0%, 44%)
(0.08 / 0.06 / 0.00 / 0.44)

CMYK percentages

%8.39
%6.29
%0
%43.92

Codes

Color #83868F in popluar color models

83 86 8F
RGB 131 134 143
HSL 225° 5.08% 53.73%
HSB/HSV 225° 8.39% 56.08%
CMYK 8.39% 6.29% 0.00%
43.92%

Color #83868F in popluar number systems.

HEX 83 86 8F
Decimal 131 134 143
Binary 10000011 10000110 10001111
Octal 203 206 217

Shades and tints

Shades of #83868F

#83868F
(131,134,143)
#787A82
(120,122,130)
#6D6E75
(109,110,117)
#626268
(98,98,104)
#57565B
(87,86,91)
#4C4A4E
(76,74,78)
#413E41
(65,62,65)
#363234
(54,50,52)
#2B2627
(43,38,39)
#201A1A
(32,26,26)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #83868F

#83868F
(131,134,143)
#8E9199
(142,145,153)
#999CA3
(153,156,163)
#A4A7AD
(164,167,173)
#AFB2B7
(175,178,183)
#BABDC1
(186,189,193)
#C5C8CB
(197,200,203)
#D0D3D5
(208,211,213)
#DBDEDF
(219,222,223)
#E6E9E9
(230,233,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83868F color. Also use rgb(131,134,143) instead hex code.

Text Font Color

.myTextColor { color: #83868F; }

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

This text font color is #83868F.

Background Color

.myBgColor { background-color: #83868F; }

<div style="background-color:#83868F">Inner text</div>

This div background color is #83868F.

Border color

.myBorderColor { border: 1px solid #83868F; }

<div style="border:3px solid #83868F">Div</div>

This div border color is #83868F.

Opacity

.myOpacity80 { color: #83868F; opacity: 0.8; }

<p style="color:#83868F;opacity:0.8;">80%</p>

Text with #83868F 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 #83868F;}

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

This text has shadow with #83868F color.


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

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

This text has shadow with #83868F primary color and red secondary color.


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

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

This text has shadow with #83868F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83868F.

Preview

Color preview on black background

This text has color #83868F on black background.


Color preview on white background

This text has color #83868F on white background.


Black color preview on #83868F background

This text has black color on #83868F background.


White color preview on #83868F background

This text has white color on #83868F background.


Related colors

Complementary color

Complementary color for #hex is #7C7970.


I love getcolorcode.com

Triadic colors

1 #8F8386 and #868F83 with #83868F are triadic colors.

2 #8F8683 and #86838F with #83868F are triadic colors.