COLOR #838C91

HEX: #838C91
RGB: (131,140,145)

Color info

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

RGB color model

#838C91 color RGB value is (131,140,145).

  • red value is 131;
  • green value is 140;
  • blue value is 145.
RGB:
(131,140,145)
(51%,55%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 145 of 255 = 57%

131
140
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 145 = 416 (100%)
R 131 of 416 ~ 31.49%
G 140 of 416 ~ 33.65%
B 145 of 416 ~ 34.86%

%31.49
%33.65
%34.86

CMYK color model

#838C91 color CMYK value is (10,3,0,43).

  • cyan value is 9.66%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(10,3,0,43)
C10M3Y0K43 
(10%,3%,0%,43%)
(0.10/0.03/0.00/0.43)	

CMYK percentages

%9.66
%3.45
%0
%43.14

Codes

Color #838C91 in popluar color models

838C91
RGB131140145
HSL201°5.98%54.12%
HSB/HSV201°9.66%56.86%
CMYK9.66%3.45%0.00%
43.14%

Color #838C91 in popluar number systems.

HEX838C91
Decimal131140145
Binary100000111000110010010001
Octal203214221

Shades and tints

Shades of #838C91

#838C91
(131,140,145)
#788084
(120,128,132)
#6D7477
(109,116,119)
#62686A
(98,104,106)
#575C5D
(87,92,93)
#4C5050
(76,80,80)
#414443
(65,68,67)
#363836
(54,56,54)
#2B2C29
(43,44,41)
#20201C
(32,32,28)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #838C91

#838C91
(131,140,145)
#8E969B
(142,150,155)
#99A0A5
(153,160,165)
#A4AAAF
(164,170,175)
#AFB4B9
(175,180,185)
#BABEC3
(186,190,195)
#C5C8CD
(197,200,205)
#D0D2D7
(208,210,215)
#DBDCE1
(219,220,225)
#E6E6EB
(230,230,235)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838C91 color. Also use rgb(131,140,145) instead hex code.

Text Font Color

.myTextColor { color: #838C91; }

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

This text font color is #838C91.


Background Color

.myBgColor { background-color: #838C91; }

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

This div background color is #838C91.


Border color

.myBorderColor { border: 1px solid #838C91; }

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

This div border color is #838C91.


Opacity

.myOpacity80 { color: #838C91; opacity: 0.8; }

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

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

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

This text has shadow with #838C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C91 on black background.


Color preview on white background

This text has color #838C91 on white background.



Black color preview on #838C91 background

This text has black color on #838C91 background.


White color preview on #838C91 background

This text has white color on #838C91 background.