COLOR #83899B

HEX: #83899B
RGB: (131,137,155)

Color info

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

RGB color model

#83899B color RGB value is (131,137,155).

  • red value is 131;
  • green value is 137;
  • blue value is 155.
RGB:
(131,137,155)
(51%,54%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 155 of 255 = 61%

131
137
155

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 155 = 423 (100%)
R 131 of 423 ~ 30.97%
G 137 of 423 ~ 32.39%
B 155 of 423 ~ 36.64%

%30.97
%32.39
%36.64

CMYK color model

#83899B color CMYK value is (15,12,0,39).

  • cyan value is 15.48%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,12,0,39)
C15M12Y0K39 
(15%,12%,0%,39%)
(0.15/0.12/0.00/0.39)	

CMYK percentages

%15.48
%11.61
%0
%39.22

Codes

Color #83899B in popluar color models

83899B
RGB131137155
HSL225°10.71%56.08%
HSB/HSV225°15.48%60.78%
CMYK15.48%11.61%0.00%
39.22%

Color #83899B in popluar number systems.

HEX83899B
Decimal131137155
Binary100000111000100110011011
Octal203211233

Shades and tints

Shades of #83899B

#83899B
(131,137,155)
#787D8D
(120,125,141)
#6D717F
(109,113,127)
#626571
(98,101,113)
#575963
(87,89,99)
#4C4D55
(76,77,85)
#414147
(65,65,71)
#363539
(54,53,57)
#2B292B
(43,41,43)
#201D1D
(32,29,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #83899B

#83899B
(131,137,155)
#8E93A4
(142,147,164)
#999DAD
(153,157,173)
#A4A7B6
(164,167,182)
#AFB1BF
(175,177,191)
#BABBC8
(186,187,200)
#C5C5D1
(197,197,209)
#D0CFDA
(208,207,218)
#DBD9E3
(219,217,227)
#E6E3EC
(230,227,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83899B color. Also use rgb(131,137,155) instead hex code.

Text Font Color

.myTextColor { color: #83899B; }

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

This text font color is #83899B.


Background Color

.myBgColor { background-color: #83899B; }

<div style="background-color:#83899B">Inner text</div>

This div background color is #83899B.


Border color

.myBorderColor { border: 1px solid #83899B; }

<div style="border:3px solid #83899B">Div</div>

This div border color is #83899B.


Opacity

.myOpacity80 { color: #83899B; opacity: 0.8; }

<p style="color:#83899B;opacity:0.8;">80%</p>

Text with #83899B 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 #83899B;}

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

This text has shadow with #83899B color.

.textShadow {text-shadow: 3px 3px 1px #83899B, 3px 3px 1px red;}

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

This text has shadow with #83899B primary color and red secondary color.


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

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

This text has shadow with #83899B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83899B;
-webkit-box-shadow: 1px 1px 3px 2px #83899B;
box-shadow:1px 1px 3px 2px #83899B;">
Div content here</div>
This div box has shadow with color #83899B.

Preview

Color preview on black background

This text has color #83899B on black background.


Color preview on white background

This text has color #83899B on white background.



Black color preview on #83899B background

This text has black color on #83899B background.


White color preview on #83899B background

This text has white color on #83899B background.