COLOR #837B88

HEX: #837B88
RGB: (131,123,136)

Color info

#837B88 contains red, green and blue colors in about the same proportion. Web safe color of #837B88 is #996699 (or #969).

RGB color model

#837B88 color RGB value is (131,123,136).

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

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 136 of 255 = 53%

131
123
136

R + G + B ~ 51%. #837B88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 123 + 136 = 390 (100%)
R 131 of 390 ~ 33.59%
G 123 of 390 ~ 31.54%
B 136 of 390 ~ 34.87%

%33.59
%31.54
%34.87

CMYK color model

#837B88 color CMYK value is (4,10,0,47).

  • cyan value is 3.68%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,10,0,47)
C4M10Y0K47 
(4%,10%,0%,47%)
(0.04/0.10/0.00/0.47)	

CMYK percentages

%3.68
%9.56
%0
%46.67

Codes

Color #837B88 in popluar color models

837B88
RGB131123136
HSL277°5.18%50.78%
HSB/HSV277°9.56%53.33%
CMYK3.68%9.56%0.00%
46.67%

Color #837B88 in popluar number systems.

HEX837B88
Decimal131123136
Binary10000011111101110001000
Octal203173210

Shades and tints

Shades of #837B88

#837B88
(131,123,136)
#78707C
(120,112,124)
#6D6570
(109,101,112)
#625A64
(98,90,100)
#574F58
(87,79,88)
#4C444C
(76,68,76)
#413940
(65,57,64)
#362E34
(54,46,52)
#2B2328
(43,35,40)
#20181C
(32,24,28)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #837B88

#837B88
(131,123,136)
#8E8792
(142,135,146)
#99939C
(153,147,156)
#A49FA6
(164,159,166)
#AFABB0
(175,171,176)
#BAB7BA
(186,183,186)
#C5C3C4
(197,195,196)
#D0CFCE
(208,207,206)
#DBDBD8
(219,219,216)
#E6E7E2
(230,231,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B88; }

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

This text font color is #837B88.


Background Color

.myBgColor { background-color: #837B88; }

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

This div background color is #837B88.


Border color

.myBorderColor { border: 1px solid #837B88; }

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

This div border color is #837B88.


Opacity

.myOpacity80 { color: #837B88; opacity: 0.8; }

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

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

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

This text has shadow with #837B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837B88 on black background.


Color preview on white background

This text has color #837B88 on white background.



Black color preview on #837B88 background

This text has black color on #837B88 background.


White color preview on #837B88 background

This text has white color on #837B88 background.