COLOR #837DA0

HEX: #837DA0
RGB: (131,125,160)

Renk bilgisi

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

RGB renk modeli

#837DA0 color RGB value is (131,125,160).

  • kırmız ton 131;
  • yeşil ton 125;
  • mavi ton 160.
RGB:
(131,125,160)
(51%,49%,63%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 125 of 255 = 49%
B 160 of 255 = 63%

131
125
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 125 + 160 = 416 (100%)
R 131 of 416 ~ 31.49%
G 125 of 416 ~ 30.05%
B 160 of 416 ~ 38.46%

%31.49
%30.05
%38.46

CMYK RENK MODELİ

#837DA0 rengi CMYK tonu (18,22,0,37).

  • camgöbeği tonu 18.13%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(18,22,0,37)
C18M22Y0K37 
(18%,22%,0%,37%)
(0.18/0.22/0.00/0.37)	

CMYK yüzdeleri

%18.13
%21.88
%0
%37.25

Codes

Color #837DA0 in popluar color models

837DA0
RGB131125160
HSL250°15.56%55.88%
HSB/HSV250°21.88%62.75%
CMYK18.13%21.88%0.00%
37.25%

Color #837DA0 in popluar number systems.

HEX837DA0
Decimal131125160
Binary10000011111110110100000
Octal203175240

Shades and tints

Shades of #837DA0

#837DA0
(131,125,160)
#787292
(120,114,146)
#6D6784
(109,103,132)
#625C76
(98,92,118)
#575168
(87,81,104)
#4C465A
(76,70,90)
#413B4C
(65,59,76)
#36303E
(54,48,62)
#2B2530
(43,37,48)
#201A22
(32,26,34)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #837DA0

#837DA0
(131,125,160)
#8E88A8
(142,136,168)
#9993B0
(153,147,176)
#A49EB8
(164,158,184)
#AFA9C0
(175,169,192)
#BAB4C8
(186,180,200)
#C5BFD0
(197,191,208)
#D0CAD8
(208,202,216)
#DBD5E0
(219,213,224)
#E6E0E8
(230,224,232)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837DA0 color. Also use rgb(131,125,160) instead hex code.

Text Font Color

.myTextColor { color: #837DA0; }

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

This text font color is #837DA0.


Background Color

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

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

This div background color is #837DA0.


Border color

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

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

This div border color is #837DA0.


Opacity

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

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

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

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

This text has shadow with #837DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837DA0 on black background.


Color preview on white background

This text has color #837DA0 on white background.



Black color preview on #837DA0 background

This text has black color on #837DA0 background.


White color preview on #837DA0 background

This text has white color on #837DA0 background.