COLOR #827896

HEX: #827896
RGB: (130,120,150)

Renk bilgisi

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

RGB renk modeli

#827896 color RGB value is (130,120,150).

  • kırmız ton 130;
  • yeşil ton 120;
  • mavi ton 150.
RGB:
(130,120,150)
(51%,47%,59%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 120 of 255 = 47%
B 150 of 255 = 59%

130
120
150

R + G + B ~ 52%. #827896 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 120 + 150 = 400 (100%)
R 130 of 400 ~ 32.5%
G 120 of 400 ~ 30%
B 150 of 400 ~ 37.5%

%32.5
%30
%37.5

CMYK RENK MODELİ

#827896 rengi CMYK tonu (13,20,0,41).

  • camgöbeği tonu 13.33%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,20,0,41)
C13M20Y0K41 
(13%,20%,0%,41%)
(0.13/0.20/0.00/0.41)	

CMYK yüzdeleri

%13.33
%20
%0
%41.18

Codes

Color #827896 in popluar color models

827896
RGB130120150
HSL260°12.50%52.94%
HSB/HSV260°20.00%58.82%
CMYK13.33%20.00%0.00%
41.18%

Color #827896 in popluar number systems.

HEX827896
Decimal130120150
Binary10000010111100010010110
Octal202170226

Shades and tints

Shades of #827896

#827896
(130,120,150)
#776E89
(119,110,137)
#6C647C
(108,100,124)
#615A6F
(97,90,111)
#565062
(86,80,98)
#4B4655
(75,70,85)
#403C48
(64,60,72)
#35323B
(53,50,59)
#2A282E
(42,40,46)
#1F1E21
(31,30,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #827896

#827896
(130,120,150)
#8D849F
(141,132,159)
#9890A8
(152,144,168)
#A39CB1
(163,156,177)
#AEA8BA
(174,168,186)
#B9B4C3
(185,180,195)
#C4C0CC
(196,192,204)
#CFCCD5
(207,204,213)
#DAD8DE
(218,216,222)
#E5E4E7
(229,228,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827896 color. Also use rgb(130,120,150) instead hex code.

Text Font Color

.myTextColor { color: #827896; }

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

This text font color is #827896.


Background Color

.myBgColor { background-color: #827896; }

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

This div background color is #827896.


Border color

.myBorderColor { border: 1px solid #827896; }

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

This div border color is #827896.


Opacity

.myOpacity80 { color: #827896; opacity: 0.8; }

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

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

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

This text has shadow with #827896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827896 on black background.


Color preview on white background

This text has color #827896 on white background.



Black color preview on #827896 background

This text has black color on #827896 background.


White color preview on #827896 background

This text has white color on #827896 background.