COLOR #838689

HEX: #838689
RGB: (131,134,137)

Color info

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

RGB color model

#838689 color RGB value is (131,134,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 137 of 255 = 54%

131
134
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 137 = 402 (100%)
R 131 of 402 ~ 32.59%
G 134 of 402 ~ 33.33%
B 137 of 402 ~ 34.08%

%32.59
%33.33
%34.08

CMYK color model

#838689 color CMYK value is (4,2,0,46).

  • cyan value is 4.38%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,2,0,46)
C4M2Y0K46 
(4%,2%,0%,46%)
(0.04/0.02/0.00/0.46)	

CMYK percentages

%4.38
%2.19
%0
%46.27

Codes

Color #838689 in popluar color models

838689
RGB131134137
HSL210°2.48%52.55%
HSB/HSV210°4.38%53.73%
CMYK4.38%2.19%0.00%
46.27%

Color #838689 in popluar number systems.

HEX838689
Decimal131134137
Binary100000111000011010001001
Octal203206211

Shades and tints

Shades of #838689

#838689
(131,134,137)
#787A7D
(120,122,125)
#6D6E71
(109,110,113)
#626265
(98,98,101)
#575659
(87,86,89)
#4C4A4D
(76,74,77)
#413E41
(65,62,65)
#363235
(54,50,53)
#2B2629
(43,38,41)
#201A1D
(32,26,29)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #838689

#838689
(131,134,137)
#8E9193
(142,145,147)
#999C9D
(153,156,157)
#A4A7A7
(164,167,167)
#AFB2B1
(175,178,177)
#BABDBB
(186,189,187)
#C5C8C5
(197,200,197)
#D0D3CF
(208,211,207)
#DBDED9
(219,222,217)
#E6E9E3
(230,233,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838689; }

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

This text font color is #838689.


Background Color

.myBgColor { background-color: #838689; }

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

This div background color is #838689.


Border color

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

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

This div border color is #838689.


Opacity

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

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

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

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

This text has shadow with #838689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838689 on black background.


Color preview on white background

This text has color #838689 on white background.



Black color preview on #838689 background

This text has black color on #838689 background.


White color preview on #838689 background

This text has white color on #838689 background.