COLOR #837EAE

HEX: #837EAE
RGB: (131,126,174)

Renk bilgisi

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

RGB renk modeli

#837EAE color RGB value is (131,126,174).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 174 of 255 = 68%

131
126
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 174 = 431 (100%)
R 131 of 431 ~ 30.39%
G 126 of 431 ~ 29.23%
B 174 of 431 ~ 40.37%

%30.39
%29.23
%40.37

CMYK RENK MODELİ

#837EAE rengi CMYK tonu (25,28,0,32).

  • camgöbeği tonu 24.71%
  • eflatun tonu 27.59%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(25,28,0,32)
C25M28Y0K32 
(25%,28%,0%,32%)
(0.25/0.28/0.00/0.32)	

CMYK yüzdeleri

%24.71
%27.59
%0
%31.76

Codes

Color #837EAE in popluar color models

837EAE
RGB131126174
HSL246°22.86%58.82%
HSB/HSV246°27.59%68.24%
CMYK24.71%27.59%0.00%
31.76%

Color #837EAE in popluar number systems.

HEX837EAE
Decimal131126174
Binary10000011111111010101110
Octal203176256

Shades and tints

Shades of #837EAE

#837EAE
(131,126,174)
#78739F
(120,115,159)
#6D6890
(109,104,144)
#625D81
(98,93,129)
#575272
(87,82,114)
#4C4763
(76,71,99)
#413C54
(65,60,84)
#363145
(54,49,69)
#2B2636
(43,38,54)
#201B27
(32,27,39)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #837EAE

#837EAE
(131,126,174)
#8E89B5
(142,137,181)
#9994BC
(153,148,188)
#A49FC3
(164,159,195)
#AFAACA
(175,170,202)
#BAB5D1
(186,181,209)
#C5C0D8
(197,192,216)
#D0CBDF
(208,203,223)
#DBD6E6
(219,214,230)
#E6E1ED
(230,225,237)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837EAE; }

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

This text font color is #837EAE.


Background Color

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

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

This div background color is #837EAE.


Border color

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

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

This div border color is #837EAE.


Opacity

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

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

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

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

This text has shadow with #837EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837EAE on black background.


Color preview on white background

This text has color #837EAE on white background.



Black color preview on #837EAE background

This text has black color on #837EAE background.


White color preview on #837EAE background

This text has white color on #837EAE background.