COLOR #827E96

HEX: #827E96
RGB: (130,126,150)

Renk bilgisi

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

RGB renk modeli

#827E96 color RGB value is (130,126,150).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 126 of 255 = 49%
B 150 of 255 = 59%

130
126
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 126 + 150 = 406 (100%)
R 130 of 406 ~ 32.02%
G 126 of 406 ~ 31.03%
B 150 of 406 ~ 36.95%

%32.02
%31.03
%36.95

CMYK RENK MODELİ

#827E96 rengi CMYK tonu (13,16,0,41).

  • camgöbeği tonu 13.33%
  • eflatun tonu 16.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,16,0,41)
C13M16Y0K41 
(13%,16%,0%,41%)
(0.13/0.16/0.00/0.41)	

CMYK yüzdeleri

%13.33
%16
%0
%41.18

Codes

Color #827E96 in popluar color models

827E96
RGB130126150
HSL250°10.26%54.12%
HSB/HSV250°16.00%58.82%
CMYK13.33%16.00%0.00%
41.18%

Color #827E96 in popluar number systems.

HEX827E96
Decimal130126150
Binary10000010111111010010110
Octal202176226

Shades and tints

Shades of #827E96

#827E96
(130,126,150)
#777389
(119,115,137)
#6C687C
(108,104,124)
#615D6F
(97,93,111)
#565262
(86,82,98)
#4B4755
(75,71,85)
#403C48
(64,60,72)
#35313B
(53,49,59)
#2A262E
(42,38,46)
#1F1B21
(31,27,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #827E96

#827E96
(130,126,150)
#8D899F
(141,137,159)
#9894A8
(152,148,168)
#A39FB1
(163,159,177)
#AEAABA
(174,170,186)
#B9B5C3
(185,181,195)
#C4C0CC
(196,192,204)
#CFCBD5
(207,203,213)
#DAD6DE
(218,214,222)
#E5E1E7
(229,225,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827E96; }

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

This text font color is #827E96.


Background Color

.myBgColor { background-color: #827E96; }

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

This div background color is #827E96.


Border color

.myBorderColor { border: 1px solid #827E96; }

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

This div border color is #827E96.


Opacity

.myOpacity80 { color: #827E96; opacity: 0.8; }

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

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

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

This text has shadow with #827E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E96 on black background.


Color preview on white background

This text has color #827E96 on white background.



Black color preview on #827E96 background

This text has black color on #827E96 background.


White color preview on #827E96 background

This text has white color on #827E96 background.