COLOR #83889F

HEX: #83889F
RGB: (131,136,159)

Color info

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

RGB color model

#83889F color RGB value is (131,136,159).

  • red value is 131;
  • green value is 136;
  • blue value is 159.
RGB:
(131,136,159)
(51%,53%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 159 of 255 = 62%

131
136
159

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

Portions of RGB colors in percentages

R + G + B =
131 + 136 + 159 = 426 (100%)
R 131 of 426 ~ 30.75%
G 136 of 426 ~ 31.92%
B 159 of 426 ~ 37.32%

%30.75
%31.92
%37.32

CMYK color model

#83889F color CMYK value is (18,14,0,38).

  • cyan value is 17.61%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(18,14,0,38)
C18M14Y0K38 
(18%,14%,0%,38%)
(0.18/0.14/0.00/0.38)	

CMYK percentages

%17.61
%14.47
%0
%37.65

Codes

Color #83889F in popluar color models

83889F
RGB131136159
HSL229°12.73%56.86%
HSB/HSV229°17.61%62.35%
CMYK17.61%14.47%0.00%
37.65%

Color #83889F in popluar number systems.

HEX83889F
Decimal131136159
Binary100000111000100010011111
Octal203210237

Shades and tints

Shades of #83889F

#83889F
(131,136,159)
#787C91
(120,124,145)
#6D7083
(109,112,131)
#626475
(98,100,117)
#575867
(87,88,103)
#4C4C59
(76,76,89)
#41404B
(65,64,75)
#36343D
(54,52,61)
#2B282F
(43,40,47)
#201C21
(32,28,33)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #83889F

#83889F
(131,136,159)
#8E92A7
(142,146,167)
#999CAF
(153,156,175)
#A4A6B7
(164,166,183)
#AFB0BF
(175,176,191)
#BABAC7
(186,186,199)
#C5C4CF
(197,196,207)
#D0CED7
(208,206,215)
#DBD8DF
(219,216,223)
#E6E2E7
(230,226,231)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83889F; }

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

This text font color is #83889F.


Background Color

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

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

This div background color is #83889F.


Border color

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

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

This div border color is #83889F.


Opacity

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

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

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

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

This text has shadow with #83889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83889F on black background.


Color preview on white background

This text has color #83889F on white background.



Black color preview on #83889F background

This text has black color on #83889F background.


White color preview on #83889F background

This text has white color on #83889F background.