COLOR #837EA6

HEX: #837EA6
RGB: (131,126,166)

Renk bilgisi

#837EA6 contains red, green and blue colors in about the same proportion. #837EA6 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#837EA6 color RGB value is (131,126,166).

  • kırmız ton 131;
  • yeşil ton 126;
  • mavi ton 166.
RGB:
(131,126,166)
(51%,49%,65%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 166 of 255 = 65%

131
126
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 166 = 423 (100%)
R 131 of 423 ~ 30.97%
G 126 of 423 ~ 29.79%
B 166 of 423 ~ 39.24%

%30.97
%29.79
%39.24

CMYK RENK MODELİ

#837EA6 rengi CMYK tonu (21,24,0,35).

  • camgöbeği tonu 21.08%
  • eflatun tonu 24.10%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(21,24,0,35)
C21M24Y0K35 
(21%,24%,0%,35%)
(0.21/0.24/0.00/0.35)	

CMYK yüzdeleri

%21.08
%24.1
%0
%34.9

Codes

Color #837EA6 in popluar color models

837EA6
RGB131126166
HSL248°18.35%57.25%
HSB/HSV248°24.10%65.10%
CMYK21.08%24.10%0.00%
34.90%

Color #837EA6 in popluar number systems.

HEX837EA6
Decimal131126166
Binary10000011111111010100110
Octal203176246

Shades and tints

Shades of #837EA6

#837EA6
(131,126,166)
#787397
(120,115,151)
#6D6888
(109,104,136)
#625D79
(98,93,121)
#57526A
(87,82,106)
#4C475B
(76,71,91)
#413C4C
(65,60,76)
#36313D
(54,49,61)
#2B262E
(43,38,46)
#201B1F
(32,27,31)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #837EA6

#837EA6
(131,126,166)
#8E89AE
(142,137,174)
#9994B6
(153,148,182)
#A49FBE
(164,159,190)
#AFAAC6
(175,170,198)
#BAB5CE
(186,181,206)
#C5C0D6
(197,192,214)
#D0CBDE
(208,203,222)
#DBD6E6
(219,214,230)
#E6E1EE
(230,225,238)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837EA6 color. Also use rgb(131,126,166) instead hex code.

Text Font Color

.myTextColor { color: #837EA6; }

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

This text font color is #837EA6.


Background Color

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

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

This div background color is #837EA6.


Border color

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

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

This div border color is #837EA6.


Opacity

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

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

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

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

This text has shadow with #837EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837EA6 on black background.


Color preview on white background

This text has color #837EA6 on white background.



Black color preview on #837EA6 background

This text has black color on #837EA6 background.


White color preview on #837EA6 background

This text has white color on #837EA6 background.