COLOR #826D96

HEX: #826D96
RGB: (130,109,150)

Renk bilgisi

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

RGB renk modeli

#826D96 color RGB value is (130,109,150).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 109 of 255 = 43%
B 150 of 255 = 59%

130
109
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 109 + 150 = 389 (100%)
R 130 of 389 ~ 33.42%
G 109 of 389 ~ 28.02%
B 150 of 389 ~ 38.56%

%33.42
%28.02
%38.56

CMYK RENK MODELİ

#826D96 rengi CMYK tonu (13,27,0,41).

  • camgöbeği tonu 13.33%
  • eflatun tonu 27.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,27,0,41)
C13M27Y0K41 
(13%,27%,0%,41%)
(0.13/0.27/0.00/0.41)	

CMYK yüzdeleri

%13.33
%27.33
%0
%41.18

Codes

Color #826D96 in popluar color models

826D96
RGB130109150
HSL271°16.33%50.78%
HSB/HSV271°27.33%58.82%
CMYK13.33%27.33%0.00%
41.18%

Color #826D96 in popluar number systems.

HEX826D96
Decimal130109150
Binary10000010110110110010110
Octal202155226

Shades and tints

Shades of #826D96

#826D96
(130,109,150)
#776489
(119,100,137)
#6C5B7C
(108,91,124)
#61526F
(97,82,111)
#564962
(86,73,98)
#4B4055
(75,64,85)
#403748
(64,55,72)
#352E3B
(53,46,59)
#2A252E
(42,37,46)
#1F1C21
(31,28,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #826D96

#826D96
(130,109,150)
#8D7A9F
(141,122,159)
#9887A8
(152,135,168)
#A394B1
(163,148,177)
#AEA1BA
(174,161,186)
#B9AEC3
(185,174,195)
#C4BBCC
(196,187,204)
#CFC8D5
(207,200,213)
#DAD5DE
(218,213,222)
#E5E2E7
(229,226,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826D96; }

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

This text font color is #826D96.


Background Color

.myBgColor { background-color: #826D96; }

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

This div background color is #826D96.


Border color

.myBorderColor { border: 1px solid #826D96; }

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

This div border color is #826D96.


Opacity

.myOpacity80 { color: #826D96; opacity: 0.8; }

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

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

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

This text has shadow with #826D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D96 on black background.


Color preview on white background

This text has color #826D96 on white background.



Black color preview on #826D96 background

This text has black color on #826D96 background.


White color preview on #826D96 background

This text has white color on #826D96 background.