COLOR #839196

HEX: #839196
RGB: (131,145,150)

Color info

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

RGB color model

#839196 color RGB value is (131,145,150).

  • red value is 131;
  • green value is 145;
  • blue value is 150.
RGB:
(131,145,150)
(51%,57%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 150 of 255 = 59%

131
145
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 150 = 426 (100%)
R 131 of 426 ~ 30.75%
G 145 of 426 ~ 34.04%
B 150 of 426 ~ 35.21%

%30.75
%34.04
%35.21

CMYK color model

#839196 color CMYK value is (13,3,0,41).

  • cyan value is 12.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,3,0,41)
C13M3Y0K41 
(13%,3%,0%,41%)
(0.13/0.03/0.00/0.41)	

CMYK percentages

%12.67
%3.33
%0
%41.18

Codes

Color #839196 in popluar color models

839196
RGB131145150
HSL196°8.30%55.10%
HSB/HSV196°12.67%58.82%
CMYK12.67%3.33%0.00%
41.18%

Color #839196 in popluar number systems.

HEX839196
Decimal131145150
Binary100000111001000110010110
Octal203221226

Shades and tints

Shades of #839196

#839196
(131,145,150)
#788489
(120,132,137)
#6D777C
(109,119,124)
#626A6F
(98,106,111)
#575D62
(87,93,98)
#4C5055
(76,80,85)
#414348
(65,67,72)
#36363B
(54,54,59)
#2B292E
(43,41,46)
#201C21
(32,28,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #839196

#839196
(131,145,150)
#8E9B9F
(142,155,159)
#99A5A8
(153,165,168)
#A4AFB1
(164,175,177)
#AFB9BA
(175,185,186)
#BAC3C3
(186,195,195)
#C5CDCC
(197,205,204)
#D0D7D5
(208,215,213)
#DBE1DE
(219,225,222)
#E6EBE7
(230,235,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839196; }

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

This text font color is #839196.


Background Color

.myBgColor { background-color: #839196; }

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

This div background color is #839196.


Border color

.myBorderColor { border: 1px solid #839196; }

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

This div border color is #839196.


Opacity

.myOpacity80 { color: #839196; opacity: 0.8; }

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

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

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

This text has shadow with #839196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839196 on black background.


Color preview on white background

This text has color #839196 on white background.



Black color preview on #839196 background

This text has black color on #839196 background.


White color preview on #839196 background

This text has white color on #839196 background.