COLOR #838697

HEX: #838697
RGB: (131,134,151)

Color info

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

RGB color model

#838697 color RGB value is (131,134,151).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 151 of 255 = 59%

131
134
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 151 = 416 (100%)
R 131 of 416 ~ 31.49%
G 134 of 416 ~ 32.21%
B 151 of 416 ~ 36.3%

%31.49
%32.21
%36.3

CMYK color model

#838697 color CMYK value is (13,11,0,41).

  • cyan value is 13.25%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(13,11,0,41)
C13M11Y0K41 
(13%,11%,0%,41%)
(0.13/0.11/0.00/0.41)	

CMYK percentages

%13.25
%11.26
%0
%40.78

Codes

Color #838697 in popluar color models

838697
RGB131134151
HSL231°8.77%55.29%
HSB/HSV231°13.25%59.22%
CMYK13.25%11.26%0.00%
40.78%

Color #838697 in popluar number systems.

HEX838697
Decimal131134151
Binary100000111000011010010111
Octal203206227

Shades and tints

Shades of #838697

#838697
(131,134,151)
#787A8A
(120,122,138)
#6D6E7D
(109,110,125)
#626270
(98,98,112)
#575663
(87,86,99)
#4C4A56
(76,74,86)
#413E49
(65,62,73)
#36323C
(54,50,60)
#2B262F
(43,38,47)
#201A22
(32,26,34)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #838697

#838697
(131,134,151)
#8E91A0
(142,145,160)
#999CA9
(153,156,169)
#A4A7B2
(164,167,178)
#AFB2BB
(175,178,187)
#BABDC4
(186,189,196)
#C5C8CD
(197,200,205)
#D0D3D6
(208,211,214)
#DBDEDF
(219,222,223)
#E6E9E8
(230,233,232)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838697 color. Also use rgb(131,134,151) instead hex code.

Text Font Color

.myTextColor { color: #838697; }

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

This text font color is #838697.


Background Color

.myBgColor { background-color: #838697; }

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

This div background color is #838697.


Border color

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

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

This div border color is #838697.


Opacity

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

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

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

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

This text has shadow with #838697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838697 on black background.


Color preview on white background

This text has color #838697 on white background.



Black color preview on #838697 background

This text has black color on #838697 background.


White color preview on #838697 background

This text has white color on #838697 background.