COLOR #826585

HEX: #826585
RGB: (130,101,133)

Renk bilgisi

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

RGB renk modeli

#826585 color RGB value is (130,101,133).

  • kırmız ton 130;
  • yeşil ton 101;
  • mavi ton 133.
RGB:
(130,101,133)
(51%,40%,52%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 101 of 255 = 40%
B 133 of 255 = 52%

130
101
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 101 + 133 = 364 (100%)
R 130 of 364 ~ 35.71%
G 101 of 364 ~ 27.75%
B 133 of 364 ~ 36.54%

%35.71
%27.75
%36.54

CMYK RENK MODELİ

#826585 rengi CMYK tonu (2,24,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 24.06%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,24,0,48)
C2M24Y0K48 
(2%,24%,0%,48%)
(0.02/0.24/0.00/0.48)	

CMYK yüzdeleri

%2.26
%24.06
%0
%47.84

Codes

Color #826585 in popluar color models

826585
RGB130101133
HSL294°13.68%45.88%
HSB/HSV294°24.06%52.16%
CMYK2.26%24.06%0.00%
47.84%

Color #826585 in popluar number systems.

HEX826585
Decimal130101133
Binary10000010110010110000101
Octal202145205

Shades and tints

Shades of #826585

#826585
(130,101,133)
#775C79
(119,92,121)
#6C536D
(108,83,109)
#614A61
(97,74,97)
#564155
(86,65,85)
#4B3849
(75,56,73)
#402F3D
(64,47,61)
#352631
(53,38,49)
#2A1D25
(42,29,37)
#1F1419
(31,20,25)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #826585

#826585
(130,101,133)
#8D7390
(141,115,144)
#98819B
(152,129,155)
#A38FA6
(163,143,166)
#AE9DB1
(174,157,177)
#B9ABBC
(185,171,188)
#C4B9C7
(196,185,199)
#CFC7D2
(207,199,210)
#DAD5DD
(218,213,221)
#E5E3E8
(229,227,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826585 color. Also use rgb(130,101,133) instead hex code.

Text Font Color

.myTextColor { color: #826585; }

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

This text font color is #826585.


Background Color

.myBgColor { background-color: #826585; }

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

This div background color is #826585.


Border color

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

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

This div border color is #826585.


Opacity

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

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

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

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

This text has shadow with #826585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826585 on black background.


Color preview on white background

This text has color #826585 on white background.



Black color preview on #826585 background

This text has black color on #826585 background.


White color preview on #826585 background

This text has white color on #826585 background.