COLOR #839B96

HEX: #839B96 RGB: (131,155,150)

Color info

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

RGB color model

#839B96 color RGB value is (131,155,150).

RGB: (131,155,150) (51%, 61%, 59%)

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 150 of 255 = 59%

131
155
150

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

Portions of RGB colors in percentages

R + G + B = 131 + 155 + 150 = 436 (100%)
R 131 of 436 ~ 30.05%
G 155 of 436 ~ 35.55%
B 150 of 436 ~ 34.4'%

%30.05
%35.55
%34.4

CMYK color model

#839B96 color CMYK value is (15,0,3,39).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK: (15,0,3,39) C15M0Y3K39 (15%,0%,3%,39%) (0.15/0.00/0.03/0.39) 

CMYK percentages

%15.48
%0
%3.23
%39.22

Codes

Color #839B96 in popluar color models

83 9B 96
RGB 131 155 150
HSL 168° 10.71% 56.08%
HSB/HSV 168° 15.48% 60.78%
CMYK 15.48% 0.00% 3.23%
39.22%

Color #839B96 in popluar number systems.

HEX 83 9B 96
Decimal 131 155 150
Binary 10000011 10011011 10010110
Octal 203 233 226

Shades and tints

Shades of #839B96

#839B96
(131,155,150)
#788D89
(120,141,137)
#6D7F7C
(109,127,124)
#62716F
(98,113,111)
#576362
(87,99,98)
#4C5555
(76,85,85)
#414748
(65,71,72)
#36393B
(54,57,59)
#2B2B2E
(43,43,46)
#201D21
(32,29,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #839B96

#839B96
(131,155,150)
#8EA49F
(142,164,159)
#99ADA8
(153,173,168)
#A4B6B1
(164,182,177)
#AFBFBA
(175,191,186)
#BAC8C3
(186,200,195)
#C5D1CC
(197,209,204)
#D0DAD5
(208,218,213)
#DBE3DE
(219,227,222)
#E6ECE7
(230,236,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839B96 color. Also use rgb(131,155,150) instead hex code.

Text Font Color

.myTextColor { color: #839B96; }

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

This text font color is #839B96.

Background Color

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

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

This div background color is #839B96.

Border color

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

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

This div border color is #839B96.

Opacity

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

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

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

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

This text has shadow with #839B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839B96.

Preview

Color preview on black background

This text has color #839B96 on black background.


Color preview on white background

This text has color #839B96 on white background.


Black color preview on #839B96 background

This text has black color on #839B96 background.


White color preview on #839B96 background

This text has white color on #839B96 background.


Related colors

Complementary color

Complementary color for #hex is #7C6469.


I love getcolorcode.com

Triadic colors

1 #96839B and #9B9683 with #839B96 are triadic colors.

2 #969B83 and #9B8396 with #839B96 are triadic colors.