COLOR #837D93

HEX: #837D93
RGB: (131,125,147)

Color info

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

RGB color model

#837D93 color RGB value is (131,125,147).

  • red value is 131;
  • green value is 125;
  • blue value is 147.
RGB: (131,125,147) (51%,49%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 147 of 255 = 58%

131
125
147

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 147 = 403 (100%)
R 131 of 403 ~ 32.51%
G 125 of 403 ~ 31.02%
B 147 of 403 ~ 36.48%

%32.51
%31.02
%36.48

CMYK color model

#837D93 color CMYK value is (11,15,0,42).

  • cyan value is 10.88%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (11,15,0,42) C11M15Y0K42 (11%,15%,0%,42%) (0.11/0.15/0.00/0.42)

CMYK percentages

%10.88
%14.97
%0
%42.35

Codes

Color #837D93 in popluar color models

837D93
RGB131125147
HSL256°9.24%53.33%
HSB/HSV256°14.97%57.65%
CMYK10.88%14.97%0.00%
42.35%

Color #837D93 in popluar number systems.

HEX837D93
Decimal131125147
Binary10000011111110110010011
Octal203175223

Shades and tints

Shades of #837D93

#837D93
(131,125,147)
#787286
(120,114,134)
#6D6779
(109,103,121)
#625C6C
(98,92,108)
#57515F
(87,81,95)
#4C4652
(76,70,82)
#413B45
(65,59,69)
#363038
(54,48,56)
#2B252B
(43,37,43)
#201A1E
(32,26,30)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #837D93

#837D93
(131,125,147)
#8E889C
(142,136,156)
#9993A5
(153,147,165)
#A49EAE
(164,158,174)
#AFA9B7
(175,169,183)
#BAB4C0
(186,180,192)
#C5BFC9
(197,191,201)
#D0CAD2
(208,202,210)
#DBD5DB
(219,213,219)
#E6E0E4
(230,224,228)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837D93 color. Also use rgb(131,125,147) instead hex code.

Text Font Color

.myTextColor { color: #837D93; }

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

This text font color is #837D93.


Background Color

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

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

This div background color is #837D93.


Border color

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

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

This div border color is #837D93.


Opacity

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

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

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

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

This text has shadow with #837D93 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #837D93 on black background.


Color preview on white background

This text has color #837D93 on white background.



Black color preview on #837D93 background

This text has black color on #837D93 background.


White color preview on #837D93 background

This text has white color on #837D93 background.