COLOR #838690

HEX: #838690
RGB: (131,134,144)

Color info

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

RGB color model

#838690 color RGB value is (131,134,144).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 144 of 255 = 56%

131
134
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 144 = 409 (100%)
R 131 of 409 ~ 32.03%
G 134 of 409 ~ 32.76%
B 144 of 409 ~ 35.21%

%32.03
%32.76
%35.21

CMYK color model

#838690 color CMYK value is (9,7,0,44).

  • cyan value is 9.03%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,7,0,44)
C9M7Y0K44 
(9%,7%,0%,44%)
(0.09/0.07/0.00/0.44)	

CMYK percentages

%9.03
%6.94
%0
%43.53

Codes

Color #838690 in popluar color models

838690
RGB131134144
HSL226°5.53%53.92%
HSB/HSV226°9.03%56.47%
CMYK9.03%6.94%0.00%
43.53%

Color #838690 in popluar number systems.

HEX838690
Decimal131134144
Binary100000111000011010010000
Octal203206220

Shades and tints

Shades of #838690

#838690
(131,134,144)
#787A83
(120,122,131)
#6D6E76
(109,110,118)
#626269
(98,98,105)
#57565C
(87,86,92)
#4C4A4F
(76,74,79)
#413E42
(65,62,66)
#363235
(54,50,53)
#2B2628
(43,38,40)
#201A1B
(32,26,27)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #838690

#838690
(131,134,144)
#8E919A
(142,145,154)
#999CA4
(153,156,164)
#A4A7AE
(164,167,174)
#AFB2B8
(175,178,184)
#BABDC2
(186,189,194)
#C5C8CC
(197,200,204)
#D0D3D6
(208,211,214)
#DBDEE0
(219,222,224)
#E6E9EA
(230,233,234)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838690; }

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

This text font color is #838690.


Background Color

.myBgColor { background-color: #838690; }

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

This div background color is #838690.


Border color

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

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

This div border color is #838690.


Opacity

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

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

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

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

This text has shadow with #838690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838690 on black background.


Color preview on white background

This text has color #838690 on white background.



Black color preview on #838690 background

This text has black color on #838690 background.


White color preview on #838690 background

This text has white color on #838690 background.