COLOR #837FAB

HEX: #837FAB
RGB: (131,127,171)

Renk bilgisi

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

RGB renk modeli

#837FAB color RGB value is (131,127,171).

  • kırmız ton 131;
  • yeşil ton 127;
  • mavi ton 171.
RGB:
(131,127,171)
(51%,50%,67%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 127 of 255 = 50%
B 171 of 255 = 67%

131
127
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 127 + 171 = 429 (100%)
R 131 of 429 ~ 30.54%
G 127 of 429 ~ 29.6%
B 171 of 429 ~ 39.86%

%30.54
%29.6
%39.86

CMYK RENK MODELİ

#837FAB rengi CMYK tonu (23,26,0,33).

  • camgöbeği tonu 23.39%
  • eflatun tonu 25.73%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(23,26,0,33)
C23M26Y0K33 
(23%,26%,0%,33%)
(0.23/0.26/0.00/0.33)	

CMYK yüzdeleri

%23.39
%25.73
%0
%32.94

Codes

Color #837FAB in popluar color models

837FAB
RGB131127171
HSL245°20.75%58.43%
HSB/HSV245°25.73%67.06%
CMYK23.39%25.73%0.00%
32.94%

Color #837FAB in popluar number systems.

HEX837FAB
Decimal131127171
Binary10000011111111110101011
Octal203177253

Shades and tints

Shades of #837FAB

#837FAB
(131,127,171)
#78749C
(120,116,156)
#6D698D
(109,105,141)
#625E7E
(98,94,126)
#57536F
(87,83,111)
#4C4860
(76,72,96)
#413D51
(65,61,81)
#363242
(54,50,66)
#2B2733
(43,39,51)
#201C24
(32,28,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #837FAB

#837FAB
(131,127,171)
#8E8AB2
(142,138,178)
#9995B9
(153,149,185)
#A4A0C0
(164,160,192)
#AFABC7
(175,171,199)
#BAB6CE
(186,182,206)
#C5C1D5
(197,193,213)
#D0CCDC
(208,204,220)
#DBD7E3
(219,215,227)
#E6E2EA
(230,226,234)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837FAB color. Also use rgb(131,127,171) instead hex code.

Text Font Color

.myTextColor { color: #837FAB; }

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

This text font color is #837FAB.


Background Color

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

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

This div background color is #837FAB.


Border color

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

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

This div border color is #837FAB.


Opacity

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

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

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

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

This text has shadow with #837FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837FAB on black background.


Color preview on white background

This text has color #837FAB on white background.



Black color preview on #837FAB background

This text has black color on #837FAB background.


White color preview on #837FAB background

This text has white color on #837FAB background.