COLOR #838895

HEX: #838895
RGB: (131,136,149)

Color info

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

RGB color model

#838895 color RGB value is (131,136,149).

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

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 149 of 255 = 58%

131
136
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 136 + 149 = 416 (100%)
R 131 of 416 ~ 31.49%
G 136 of 416 ~ 32.69%
B 149 of 416 ~ 35.82%

%31.49
%32.69
%35.82

CMYK color model

#838895 color CMYK value is (12,9,0,42).

  • cyan value is 12.08%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,9,0,42)
C12M9Y0K42 
(12%,9%,0%,42%)
(0.12/0.09/0.00/0.42)	

CMYK percentages

%12.08
%8.72
%0
%41.57

Codes

Color #838895 in popluar color models

838895
RGB131136149
HSL223°7.83%54.90%
HSB/HSV223°12.08%58.43%
CMYK12.08%8.72%0.00%
41.57%

Color #838895 in popluar number systems.

HEX838895
Decimal131136149
Binary100000111000100010010101
Octal203210225

Shades and tints

Shades of #838895

#838895
(131,136,149)
#787C88
(120,124,136)
#6D707B
(109,112,123)
#62646E
(98,100,110)
#575861
(87,88,97)
#4C4C54
(76,76,84)
#414047
(65,64,71)
#36343A
(54,52,58)
#2B282D
(43,40,45)
#201C20
(32,28,32)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #838895

#838895
(131,136,149)
#8E929E
(142,146,158)
#999CA7
(153,156,167)
#A4A6B0
(164,166,176)
#AFB0B9
(175,176,185)
#BABAC2
(186,186,194)
#C5C4CB
(197,196,203)
#D0CED4
(208,206,212)
#DBD8DD
(219,216,221)
#E6E2E6
(230,226,230)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838895; }

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

This text font color is #838895.


Background Color

.myBgColor { background-color: #838895; }

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

This div background color is #838895.


Border color

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

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

This div border color is #838895.


Opacity

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

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

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

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

This text has shadow with #838895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838895 on black background.


Color preview on white background

This text has color #838895 on white background.



Black color preview on #838895 background

This text has black color on #838895 background.


White color preview on #838895 background

This text has white color on #838895 background.