COLOR #826685

HEX: #826685
RGB: (130,102,133)

Renk bilgisi

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

RGB renk modeli

#826685 color RGB value is (130,102,133).

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

RGB bağlantıları ve doygunluk

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

130
102
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 102 + 133 = 365 (100%)
R 130 of 365 ~ 35.62%
G 102 of 365 ~ 27.95%
B 133 of 365 ~ 36.44%

%35.62
%27.95
%36.44

CMYK RENK MODELİ

#826685 rengi CMYK tonu (2,23,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 23.31%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,23,0,48)
C2M23Y0K48 
(2%,23%,0%,48%)
(0.02/0.23/0.00/0.48)	

CMYK yüzdeleri

%2.26
%23.31
%0
%47.84

Codes

Color #826685 in popluar color models

826685
RGB130102133
HSL294°13.19%46.08%
HSB/HSV294°23.31%52.16%
CMYK2.26%23.31%0.00%
47.84%

Color #826685 in popluar number systems.

HEX826685
Decimal130102133
Binary10000010110011010000101
Octal202146205

Shades and tints

Shades of #826685

#826685
(130,102,133)
#775D79
(119,93,121)
#6C546D
(108,84,109)
#614B61
(97,75,97)
#564255
(86,66,85)
#4B3949
(75,57,73)
#40303D
(64,48,61)
#352731
(53,39,49)
#2A1E25
(42,30,37)
#1F1519
(31,21,25)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #826685

#826685
(130,102,133)
#8D7390
(141,115,144)
#98809B
(152,128,155)
#A38DA6
(163,141,166)
#AE9AB1
(174,154,177)
#B9A7BC
(185,167,188)
#C4B4C7
(196,180,199)
#CFC1D2
(207,193,210)
#DACEDD
(218,206,221)
#E5DBE8
(229,219,232)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826685; }

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

This text font color is #826685.


Background Color

.myBgColor { background-color: #826685; }

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

This div background color is #826685.


Border color

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

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

This div border color is #826685.


Opacity

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

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

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

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

This text has shadow with #826685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826685 on black background.


Color preview on white background

This text has color #826685 on white background.



Black color preview on #826685 background

This text has black color on #826685 background.


White color preview on #826685 background

This text has white color on #826685 background.