COLOR #837A96

HEX: #837A96
RGB: (131,122,150)

Renk bilgisi

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

RGB renk modeli

#837A96 color RGB value is (131,122,150).

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

RGB bağlantıları ve doygunluk

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

131
122
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 150 = 403 (100%)
R 131 of 403 ~ 32.51%
G 122 of 403 ~ 30.27%
B 150 of 403 ~ 37.22%

%32.51
%30.27
%37.22

CMYK RENK MODELİ

#837A96 rengi CMYK tonu (13,19,0,41).

  • camgöbeği tonu 12.67%
  • eflatun tonu 18.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,19,0,41)
C13M19Y0K41 
(13%,19%,0%,41%)
(0.13/0.19/0.00/0.41)	

CMYK yüzdeleri

%12.67
%18.67
%0
%41.18

Codes

Color #837A96 in popluar color models

837A96
RGB131122150
HSL259°11.76%53.33%
HSB/HSV259°18.67%58.82%
CMYK12.67%18.67%0.00%
41.18%

Color #837A96 in popluar number systems.

HEX837A96
Decimal131122150
Binary10000011111101010010110
Octal203172226

Shades and tints

Shades of #837A96

#837A96
(131,122,150)
#786F89
(120,111,137)
#6D647C
(109,100,124)
#62596F
(98,89,111)
#574E62
(87,78,98)
#4C4355
(76,67,85)
#413848
(65,56,72)
#362D3B
(54,45,59)
#2B222E
(43,34,46)
#201721
(32,23,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #837A96

#837A96
(131,122,150)
#8E869F
(142,134,159)
#9992A8
(153,146,168)
#A49EB1
(164,158,177)
#AFAABA
(175,170,186)
#BAB6C3
(186,182,195)
#C5C2CC
(197,194,204)
#D0CED5
(208,206,213)
#DBDADE
(219,218,222)
#E6E6E7
(230,230,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A96; }

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

This text font color is #837A96.


Background Color

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

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

This div background color is #837A96.


Border color

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

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

This div border color is #837A96.


Opacity

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

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

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

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

This text has shadow with #837A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A96 on black background.


Color preview on white background

This text has color #837A96 on white background.



Black color preview on #837A96 background

This text has black color on #837A96 background.


White color preview on #837A96 background

This text has white color on #837A96 background.