COLOR #838096

HEX: #838096
RGB: (131,128,150)

Color info

#838096 contains red, green and blue colors in about the same proportion. Web safe color of #838096 is #996699 (or #969).

RGB color model

#838096 color RGB value is (131,128,150).

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

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 150 of 255 = 59%

131
128
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 150 = 409 (100%)
R 131 of 409 ~ 32.03%
G 128 of 409 ~ 31.3%
B 150 of 409 ~ 36.67%

%32.03
%31.3
%36.67

CMYK color model

#838096 color CMYK value is (13,15,0,41).

  • cyan value is 12.67%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,15,0,41)
C13M15Y0K41 
(13%,15%,0%,41%)
(0.13/0.15/0.00/0.41)	

CMYK percentages

%12.67
%14.67
%0
%41.18

Codes

Color #838096 in popluar color models

838096
RGB131128150
HSL248°9.48%54.51%
HSB/HSV248°14.67%58.82%
CMYK12.67%14.67%0.00%
41.18%

Color #838096 in popluar number systems.

HEX838096
Decimal131128150
Binary100000111000000010010110
Octal203200226

Shades and tints

Shades of #838096

#838096
(131,128,150)
#787589
(120,117,137)
#6D6A7C
(109,106,124)
#625F6F
(98,95,111)
#575462
(87,84,98)
#4C4955
(76,73,85)
#413E48
(65,62,72)
#36333B
(54,51,59)
#2B282E
(43,40,46)
#201D21
(32,29,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #838096

#838096
(131,128,150)
#8E8B9F
(142,139,159)
#9996A8
(153,150,168)
#A4A1B1
(164,161,177)
#AFACBA
(175,172,186)
#BAB7C3
(186,183,195)
#C5C2CC
(197,194,204)
#D0CDD5
(208,205,213)
#DBD8DE
(219,216,222)
#E6E3E7
(230,227,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838096; }

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

This text font color is #838096.


Background Color

.myBgColor { background-color: #838096; }

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

This div background color is #838096.


Border color

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

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

This div border color is #838096.


Opacity

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

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

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

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

This text has shadow with #838096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838096 on black background.


Color preview on white background

This text has color #838096 on white background.



Black color preview on #838096 background

This text has black color on #838096 background.


White color preview on #838096 background

This text has white color on #838096 background.