COLOR #837DAA

HEX: #837DAA
RGB: (131,125,170)

Color info

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

RGB color model

#837DAA color RGB value is (131,125,170).

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

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 170 of 255 = 67%

131
125
170

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 170 = 426 (100%)
R 131 of 426 ~ 30.75%
G 125 of 426 ~ 29.34%
B 170 of 426 ~ 39.91%

%30.75
%29.34
%39.91

CMYK color model

#837DAA color CMYK value is (23,26,0,33).

  • cyan value is 22.94%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(23,26,0,33)
C23M26Y0K33 
(23%,26%,0%,33%)
(0.23/0.26/0.00/0.33)	

CMYK percentages

%22.94
%26.47
%0
%33.33

Codes

Color #837DAA in popluar color models

837DAA
RGB131125170
HSL248°20.93%57.84%
HSB/HSV248°26.47%66.67%
CMYK22.94%26.47%0.00%
33.33%

Color #837DAA in popluar number systems.

HEX837DAA
Decimal131125170
Binary10000011111110110101010
Octal203175252

Shades and tints

Shades of #837DAA

#837DAA
(131,125,170)
#78729B
(120,114,155)
#6D678C
(109,103,140)
#625C7D
(98,92,125)
#57516E
(87,81,110)
#4C465F
(76,70,95)
#413B50
(65,59,80)
#363041
(54,48,65)
#2B2532
(43,37,50)
#201A23
(32,26,35)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #837DAA

#837DAA
(131,125,170)
#8E88B1
(142,136,177)
#9993B8
(153,147,184)
#A49EBF
(164,158,191)
#AFA9C6
(175,169,198)
#BAB4CD
(186,180,205)
#C5BFD4
(197,191,212)
#D0CADB
(208,202,219)
#DBD5E2
(219,213,226)
#E6E0E9
(230,224,233)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837DAA; }

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

This text font color is #837DAA.


Background Color

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

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

This div background color is #837DAA.


Border color

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

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

This div border color is #837DAA.


Opacity

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

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

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

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

This text has shadow with #837DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837DAA on black background.


Color preview on white background

This text has color #837DAA on white background.



Black color preview on #837DAA background

This text has black color on #837DAA background.


White color preview on #837DAA background

This text has white color on #837DAA background.