COLOR #838F8C

HEX: #838F8C RGB: (131,143,140)

Color info

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

RGB color model

#838F8C color RGB value is (131,143,140).

RGB: (131,143,140) (51%, 56%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 143 of 255 = 56%
B 140 of 255 = 55%

131
143
140

R + G + B ~ 54%. #838F8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 143 + 140 = 414 (100%)
R 131 of 414 ~ 31.64%
G 143 of 414 ~ 34.54%
B 140 of 414 ~ 33.82'%

%31.64
%34.54
%33.82

CMYK color model

#838F8C color CMYK value is (8,0,2,44).

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

CMYK: (8,0,2,44)
C8M0Y2K44 (8%, 0%, 2%, 44%)
(0.08 / 0.00 / 0.02 / 0.44)

CMYK percentages

%8.39
%0
%2.1
%43.92

Codes

Color #838F8C in popluar color models

83 8F 8C
RGB 131 143 140
HSL 165° 5.08% 53.73%
HSB/HSV 165° 8.39% 56.08%
CMYK 8.39% 0.00% 2.10%
43.92%

Color #838F8C in popluar number systems.

HEX 83 8F 8C
Decimal 131 143 140
Binary 10000011 10001111 10001100
Octal 203 217 214

Shades and tints

Shades of #838F8C

#838F8C
(131,143,140)
#788280
(120,130,128)
#6D7574
(109,117,116)
#626868
(98,104,104)
#575B5C
(87,91,92)
#4C4E50
(76,78,80)
#414144
(65,65,68)
#363438
(54,52,56)
#2B272C
(43,39,44)
#201A20
(32,26,32)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #838F8C

#838F8C
(131,143,140)
#8E9996
(142,153,150)
#99A3A0
(153,163,160)
#A4ADAA
(164,173,170)
#AFB7B4
(175,183,180)
#BAC1BE
(186,193,190)
#C5CBC8
(197,203,200)
#D0D5D2
(208,213,210)
#DBDFDC
(219,223,220)
#E6E9E6
(230,233,230)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838F8C color. Also use rgb(131,143,140) instead hex code.

Text Font Color

.myTextColor { color: #838F8C; }

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

This text font color is #838F8C.

Background Color

.myBgColor { background-color: #838F8C; }

<div style="background-color:#838F8C">Inner text</div>

This div background color is #838F8C.

Border color

.myBorderColor { border: 1px solid #838F8C; }

<div style="border:3px solid #838F8C">Div</div>

This div border color is #838F8C.

Opacity

.myOpacity80 { color: #838F8C; opacity: 0.8; }

<p style="color:#838F8C;opacity:0.8;">80%</p>

Text with #838F8C 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 #838F8C;}

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

This text has shadow with #838F8C color.


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

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

This text has shadow with #838F8C primary color and red secondary color.


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

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

This text has shadow with #838F8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #838F8C.

Preview

Color preview on black background

This text has color #838F8C on black background.


Color preview on white background

This text has color #838F8C on white background.


Black color preview on #838F8C background

This text has black color on #838F8C background.


White color preview on #838F8C background

This text has white color on #838F8C background.


Related colors

Complementary color

Complementary color for #hex is #7C7073.


I love getcolorcode.com

Triadic colors

1 #8C838F and #8F8C83 with #838F8C are triadic colors.

2 #8C8F83 and #8F838C with #838F8C are triadic colors.