COLOR #83889A

HEX: #83889A RGB: (131,136,154)

Color info

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

RGB color model

#83889A color RGB value is (131,136,154).

RGB: (131,136,154) (51%, 53%, 60%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 154 of 255 = 60%

131
136
154

R + G + B ~ 55%. #83889A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 154 = 421 (100%)
R 131 of 421 ~ 31.12%
G 136 of 421 ~ 32.3%
B 154 of 421 ~ 36.58'%

%31.12
%32.3
%36.58

CMYK color model

#83889A color CMYK value is (15,12,0,40).

  • cyan value is 14.94%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (15,12,0,40)
C15M12Y0K40 (15%, 12%, 0%, 40%)
(0.15 / 0.12 / 0.00 / 0.40)

CMYK percentages

%14.94
%11.69
%0
%39.61

Codes

Color #83889A in popluar color models

83 88 9A
RGB 131 136 154
HSL 227° 10.22% 55.88%
HSB/HSV 227° 14.94% 60.39%
CMYK 14.94% 11.69% 0.00%
39.61%

Color #83889A in popluar number systems.

HEX 83 88 9A
Decimal 131 136 154
Binary 10000011 10001000 10011010
Octal 203 210 232

Shades and tints

Shades of #83889A

#83889A
(131,136,154)
#787C8C
(120,124,140)
#6D707E
(109,112,126)
#626470
(98,100,112)
#575862
(87,88,98)
#4C4C54
(76,76,84)
#414046
(65,64,70)
#363438
(54,52,56)
#2B282A
(43,40,42)
#201C1C
(32,28,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #83889A

#83889A
(131,136,154)
#8E92A3
(142,146,163)
#999CAC
(153,156,172)
#A4A6B5
(164,166,181)
#AFB0BE
(175,176,190)
#BABAC7
(186,186,199)
#C5C4D0
(197,196,208)
#D0CED9
(208,206,217)
#DBD8E2
(219,216,226)
#E6E2EB
(230,226,235)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83889A color. Also use rgb(131,136,154) instead hex code.

Text Font Color

.myTextColor { color: #83889A; }

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

This text font color is #83889A.

Background Color

.myBgColor { background-color: #83889A; }

<div style="background-color:#83889A">Inner text</div>

This div background color is #83889A.

Border color

.myBorderColor { border: 1px solid #83889A; }

<div style="border:3px solid #83889A">Div</div>

This div border color is #83889A.

Opacity

.myOpacity80 { color: #83889A; opacity: 0.8; }

<p style="color:#83889A;opacity:0.8;">80%</p>

Text with #83889A 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 #83889A;}

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

This text has shadow with #83889A color.


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

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

This text has shadow with #83889A primary color and red secondary color.


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

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

This text has shadow with #83889A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83889A.

Preview

Color preview on black background

This text has color #83889A on black background.


Color preview on white background

This text has color #83889A on white background.


Black color preview on #83889A background

This text has black color on #83889A background.


White color preview on #83889A background

This text has white color on #83889A background.


Related colors

Complementary color

Complementary color for #hex is #7C7765.


I love getcolorcode.com

Triadic colors

1 #9A8388 and #889A83 with #83889A are triadic colors.

2 #9A8883 and #88839A with #83889A are triadic colors.