COLOR #837B8C

HEX: #837B8C
RGB: (131,123,140)

Renk bilgisi

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

RGB renk modeli

#837B8C color RGB value is (131,123,140).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 123 of 255 = 48%
B 140 of 255 = 55%

131
123
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 123 + 140 = 394 (100%)
R 131 of 394 ~ 33.25%
G 123 of 394 ~ 31.22%
B 140 of 394 ~ 35.53%

%33.25
%31.22
%35.53

CMYK RENK MODELİ

#837B8C rengi CMYK tonu (6,12,0,45).

  • camgöbeği tonu 6.43%
  • eflatun tonu 12.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(6,12,0,45)
C6M12Y0K45 
(6%,12%,0%,45%)
(0.06/0.12/0.00/0.45)	

CMYK yüzdeleri

%6.43
%12.14
%0
%45.1

Codes

Color #837B8C in popluar color models

837B8C
RGB131123140
HSL268°6.88%51.57%
HSB/HSV268°12.14%54.90%
CMYK6.43%12.14%0.00%
45.10%

Color #837B8C in popluar number systems.

HEX837B8C
Decimal131123140
Binary10000011111101110001100
Octal203173214

Shades and tints

Shades of #837B8C

#837B8C
(131,123,140)
#787080
(120,112,128)
#6D6574
(109,101,116)
#625A68
(98,90,104)
#574F5C
(87,79,92)
#4C4450
(76,68,80)
#413944
(65,57,68)
#362E38
(54,46,56)
#2B232C
(43,35,44)
#201820
(32,24,32)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #837B8C

#837B8C
(131,123,140)
#8E8796
(142,135,150)
#9993A0
(153,147,160)
#A49FAA
(164,159,170)
#AFABB4
(175,171,180)
#BAB7BE
(186,183,190)
#C5C3C8
(197,195,200)
#D0CFD2
(208,207,210)
#DBDBDC
(219,219,220)
#E6E7E6
(230,231,230)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B8C; }

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

This text font color is #837B8C.


Background Color

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

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

This div background color is #837B8C.


Border color

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

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

This div border color is #837B8C.


Opacity

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

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

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

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

This text has shadow with #837B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837B8C on black background.


Color preview on white background

This text has color #837B8C on white background.



Black color preview on #837B8C background

This text has black color on #837B8C background.


White color preview on #837B8C background

This text has white color on #837B8C background.