COLOR #837B96

HEX: #837B96
RGB: (131,123,150)

Renk bilgisi

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

RGB renk modeli

#837B96 color RGB value is (131,123,150).

  • kırmız ton 131;
  • yeşil ton 123;
  • mavi ton 150.
RGB:
(131,123,150)
(51%,48%,59%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 123 of 255 = 48%
B 150 of 255 = 59%

131
123
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 123 + 150 = 404 (100%)
R 131 of 404 ~ 32.43%
G 123 of 404 ~ 30.45%
B 150 of 404 ~ 37.13%

%32.43
%30.45
%37.13

CMYK RENK MODELİ

#837B96 rengi CMYK tonu (13,18,0,41).

  • camgöbeği tonu 12.67%
  • eflatun tonu 18.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,18,0,41)
C13M18Y0K41 
(13%,18%,0%,41%)
(0.13/0.18/0.00/0.41)	

CMYK yüzdeleri

%12.67
%18
%0
%41.18

Codes

Color #837B96 in popluar color models

837B96
RGB131123150
HSL258°11.39%53.53%
HSB/HSV258°18.00%58.82%
CMYK12.67%18.00%0.00%
41.18%

Color #837B96 in popluar number systems.

HEX837B96
Decimal131123150
Binary10000011111101110010110
Octal203173226

Shades and tints

Shades of #837B96

#837B96
(131,123,150)
#787089
(120,112,137)
#6D657C
(109,101,124)
#625A6F
(98,90,111)
#574F62
(87,79,98)
#4C4455
(76,68,85)
#413948
(65,57,72)
#362E3B
(54,46,59)
#2B232E
(43,35,46)
#201821
(32,24,33)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #837B96

#837B96
(131,123,150)
#8E879F
(142,135,159)
#9993A8
(153,147,168)
#A49FB1
(164,159,177)
#AFABBA
(175,171,186)
#BAB7C3
(186,183,195)
#C5C3CC
(197,195,204)
#D0CFD5
(208,207,213)
#DBDBDE
(219,219,222)
#E6E7E7
(230,231,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B96; }

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

This text font color is #837B96.


Background Color

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

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

This div background color is #837B96.


Border color

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

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

This div border color is #837B96.


Opacity

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

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

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

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

This text has shadow with #837B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837B96 on black background.


Color preview on white background

This text has color #837B96 on white background.



Black color preview on #837B96 background

This text has black color on #837B96 background.


White color preview on #837B96 background

This text has white color on #837B96 background.