COLOR #838896

HEX: #838896
RGB: (131,136,150)

Color info

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

RGB color model

#838896 color RGB value is (131,136,150).

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

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 150 of 255 = 59%

131
136
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 136 + 150 = 417 (100%)
R 131 of 417 ~ 31.41%
G 136 of 417 ~ 32.61%
B 150 of 417 ~ 35.97%

%31.41
%32.61
%35.97

CMYK color model

#838896 color CMYK value is (13,9,0,41).

  • cyan value is 12.67%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,9,0,41)
C13M9Y0K41 
(13%,9%,0%,41%)
(0.13/0.09/0.00/0.41)	

CMYK percentages

%12.67
%9.33
%0
%41.18

Codes

Color #838896 in popluar color models

838896
RGB131136150
HSL224°8.30%55.10%
HSB/HSV224°12.67%58.82%
CMYK12.67%9.33%0.00%
41.18%

Color #838896 in popluar number systems.

HEX838896
Decimal131136150
Binary100000111000100010010110
Octal203210226

Shades and tints

Shades of #838896

#838896
(131,136,150)
#787C89
(120,124,137)
#6D707C
(109,112,124)
#62646F
(98,100,111)
#575862
(87,88,98)
#4C4C55
(76,76,85)
#414048
(65,64,72)
#36343B
(54,52,59)
#2B282E
(43,40,46)
#201C21
(32,28,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #838896

#838896
(131,136,150)
#8E929F
(142,146,159)
#999CA8
(153,156,168)
#A4A6B1
(164,166,177)
#AFB0BA
(175,176,186)
#BABAC3
(186,186,195)
#C5C4CC
(197,196,204)
#D0CED5
(208,206,213)
#DBD8DE
(219,216,222)
#E6E2E7
(230,226,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838896; }

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

This text font color is #838896.


Background Color

.myBgColor { background-color: #838896; }

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

This div background color is #838896.


Border color

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

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

This div border color is #838896.


Opacity

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

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

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

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

This text has shadow with #838896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838896 on black background.


Color preview on white background

This text has color #838896 on white background.



Black color preview on #838896 background

This text has black color on #838896 background.


White color preview on #838896 background

This text has white color on #838896 background.