COLOR #839C90

HEX: #839C90 RGB: (131,156,144)

Color info

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

RGB color model

#839C90 color RGB value is (131,156,144).

RGB: (131,156,144) (51%, 61%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 156 of 255 = 61%
B 144 of 255 = 56%

131
156
144

R + G + B ~ 56%. #839C90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 156 + 144 = 431 (100%)
R 131 of 431 ~ 30.39%
G 156 of 431 ~ 36.19%
B 144 of 431 ~ 33.41'%

%30.39
%36.19
%33.41

CMYK color model

#839C90 color CMYK value is (16,0,8,39).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 38.82%

CMYK: (16,0,8,39)
C16M0Y8K39 (16%, 0%, 8%, 39%)
(0.16 / 0.00 / 0.08 / 0.39)

CMYK percentages

%16.03
%0
%7.69
%38.82

Codes

Color #839C90 in popluar color models

83 9C 90
RGB 131 156 144
HSL 151° 11.21% 56.27%
HSB/HSV 151° 16.03% 61.18%
CMYK 16.03% 0.00% 7.69%
38.82%

Color #839C90 in popluar number systems.

HEX 83 9C 90
Decimal 131 156 144
Binary 10000011 10011100 10010000
Octal 203 234 220

Shades and tints

Shades of #839C90

#839C90
(131,156,144)
#788E83
(120,142,131)
#6D8076
(109,128,118)
#627269
(98,114,105)
#57645C
(87,100,92)
#4C564F
(76,86,79)
#414842
(65,72,66)
#363A35
(54,58,53)
#2B2C28
(43,44,40)
#201E1B
(32,30,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #839C90

#839C90
(131,156,144)
#8EA59A
(142,165,154)
#99AEA4
(153,174,164)
#A4B7AE
(164,183,174)
#AFC0B8
(175,192,184)
#BAC9C2
(186,201,194)
#C5D2CC
(197,210,204)
#D0DBD6
(208,219,214)
#DBE4E0
(219,228,224)
#E6EDEA
(230,237,234)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839C90 color. Also use rgb(131,156,144) instead hex code.

Text Font Color

.myTextColor { color: #839C90; }

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

This text font color is #839C90.

Background Color

.myBgColor { background-color: #839C90; }

<div style="background-color:#839C90">Inner text</div>

This div background color is #839C90.

Border color

.myBorderColor { border: 1px solid #839C90; }

<div style="border:3px solid #839C90">Div</div>

This div border color is #839C90.

Opacity

.myOpacity80 { color: #839C90; opacity: 0.8; }

<p style="color:#839C90;opacity:0.8;">80%</p>

Text with #839C90 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 #839C90;}

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

This text has shadow with #839C90 color.


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

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

This text has shadow with #839C90 primary color and red secondary color.


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

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

This text has shadow with #839C90 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #839C90.

Preview

Color preview on black background

This text has color #839C90 on black background.


Color preview on white background

This text has color #839C90 on white background.


Black color preview on #839C90 background

This text has black color on #839C90 background.


White color preview on #839C90 background

This text has white color on #839C90 background.


Related colors

Complementary color

Complementary color for #hex is #7C636F.


I love getcolorcode.com

Triadic colors

1 #90839C and #9C9083 with #839C90 are triadic colors.

2 #909C83 and #9C8390 with #839C90 are triadic colors.