COLOR #838699

HEX: #838699
RGB: (131,134,153)

Color info

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

RGB color model

#838699 color RGB value is (131,134,153).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 153 of 255 = 60%

131
134
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 153 = 418 (100%)
R 131 of 418 ~ 31.34%
G 134 of 418 ~ 32.06%
B 153 of 418 ~ 36.6%

%31.34
%32.06
%36.6

CMYK color model

#838699 color CMYK value is (14,12,0,40).

  • cyan value is 14.38%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,12,0,40)
C14M12Y0K40 
(14%,12%,0%,40%)
(0.14/0.12/0.00/0.40)	

CMYK percentages

%14.38
%12.42
%0
%40

Codes

Color #838699 in popluar color models

838699
RGB131134153
HSL232°9.73%55.69%
HSB/HSV232°14.38%60.00%
CMYK14.38%12.42%0.00%
40.00%

Color #838699 in popluar number systems.

HEX838699
Decimal131134153
Binary100000111000011010011001
Octal203206231

Shades and tints

Shades of #838699

#838699
(131,134,153)
#787A8C
(120,122,140)
#6D6E7F
(109,110,127)
#626272
(98,98,114)
#575665
(87,86,101)
#4C4A58
(76,74,88)
#413E4B
(65,62,75)
#36323E
(54,50,62)
#2B2631
(43,38,49)
#201A24
(32,26,36)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #838699

#838699
(131,134,153)
#8E91A2
(142,145,162)
#999CAB
(153,156,171)
#A4A7B4
(164,167,180)
#AFB2BD
(175,178,189)
#BABDC6
(186,189,198)
#C5C8CF
(197,200,207)
#D0D3D8
(208,211,216)
#DBDEE1
(219,222,225)
#E6E9EA
(230,233,234)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838699; }

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

This text font color is #838699.


Background Color

.myBgColor { background-color: #838699; }

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

This div background color is #838699.


Border color

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

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

This div border color is #838699.


Opacity

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

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

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

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

This text has shadow with #838699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838699 on black background.


Color preview on white background

This text has color #838699 on white background.



Black color preview on #838699 background

This text has black color on #838699 background.


White color preview on #838699 background

This text has white color on #838699 background.