COLOR #83989E

HEX: #83989E RGB: (131,152,158)

Color info

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

RGB color model

#83989E color RGB value is (131,152,158).

RGB: (131,152,158) (51%, 60%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 158 of 255 = 62%

131
152
158

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

Portions of RGB colors in percentages

R + G + B = 131 + 152 + 158 = 441 (100%)
R 131 of 441 ~ 29.71%
G 152 of 441 ~ 34.47%
B 158 of 441 ~ 35.83'%

%29.71
%34.47
%35.83

CMYK color model

#83989E color CMYK value is (17,4,0,38).

  • cyan value is 17.09%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (17,4,0,38)
C17M4Y0K38 (17%, 4%, 0%, 38%)
(0.17 / 0.04 / 0.00 / 0.38)

CMYK percentages

%17.09
%3.8
%0
%38.04

Codes

Color #83989E in popluar color models

83 98 9E
RGB 131 152 158
HSL 193° 12.22% 56.67%
HSB/HSV 193° 17.09% 61.96%
CMYK 17.09% 3.80% 0.00%
38.04%

Color #83989E in popluar number systems.

HEX 83 98 9E
Decimal 131 152 158
Binary 10000011 10011000 10011110
Octal 203 230 236

Shades and tints

Shades of #83989E

#83989E
(131,152,158)
#788B90
(120,139,144)
#6D7E82
(109,126,130)
#627174
(98,113,116)
#576466
(87,100,102)
#4C5758
(76,87,88)
#414A4A
(65,74,74)
#363D3C
(54,61,60)
#2B302E
(43,48,46)
#202320
(32,35,32)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #83989E

#83989E
(131,152,158)
#8EA1A6
(142,161,166)
#99AAAE
(153,170,174)
#A4B3B6
(164,179,182)
#AFBCBE
(175,188,190)
#BAC5C6
(186,197,198)
#C5CECE
(197,206,206)
#D0D7D6
(208,215,214)
#DBE0DE
(219,224,222)
#E6E9E6
(230,233,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83989E color. Also use rgb(131,152,158) instead hex code.

Text Font Color

.myTextColor { color: #83989E; }

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

This text font color is #83989E.

Background Color

.myBgColor { background-color: #83989E; }

<div style="background-color:#83989E">Inner text</div>

This div background color is #83989E.

Border color

.myBorderColor { border: 1px solid #83989E; }

<div style="border:3px solid #83989E">Div</div>

This div border color is #83989E.

Opacity

.myOpacity80 { color: #83989E; opacity: 0.8; }

<p style="color:#83989E;opacity:0.8;">80%</p>

Text with #83989E 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 #83989E;}

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

This text has shadow with #83989E color.


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

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

This text has shadow with #83989E primary color and red secondary color.


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

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

This text has shadow with #83989E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83989E.

Preview

Color preview on black background

This text has color #83989E on black background.


Color preview on white background

This text has color #83989E on white background.


Black color preview on #83989E background

This text has black color on #83989E background.


White color preview on #83989E background

This text has white color on #83989E background.


Related colors

Complementary color

Complementary color for #hex is #7C6761.


I love getcolorcode.com

Triadic colors

1 #9E8398 and #989E83 with #83989E are triadic colors.

2 #9E9883 and #98839E with #83989E are triadic colors.