COLOR #826385

HEX: #826385
RGB: (130,99,133)

Color info

#826385 contains red, green and blue colors in about the same proportion. Web safe color of #826385 is #996699 (or #969).

RGB color model

#826385 color RGB value is (130,99,133).

  • red value is 130;
  • green value is 99;
  • blue value is 133.
RGB:
(130,99,133)
(51%,39%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 133 of 255 = 52%

130
99
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 133 = 362 (100%)
R 130 of 362 ~ 35.91%
G 99 of 362 ~ 27.35%
B 133 of 362 ~ 36.74%

%35.91
%27.35
%36.74

CMYK color model

#826385 color CMYK value is (2,26,0,48).

  • cyan value is 2.26%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,26,0,48)
C2M26Y0K48 
(2%,26%,0%,48%)
(0.02/0.26/0.00/0.48)	

CMYK percentages

%2.26
%25.56
%0
%47.84

Codes

Color #826385 in popluar color models

826385
RGB13099133
HSL295°14.66%45.49%
HSB/HSV295°25.56%52.16%
CMYK2.26%25.56%0.00%
47.84%

Color #826385 in popluar number systems.

HEX826385
Decimal13099133
Binary10000010110001110000101
Octal202143205

Shades and tints

Shades of #826385

#826385
(130,99,133)
#775A79
(119,90,121)
#6C516D
(108,81,109)
#614861
(97,72,97)
#563F55
(86,63,85)
#4B3649
(75,54,73)
#402D3D
(64,45,61)
#352431
(53,36,49)
#2A1B25
(42,27,37)
#1F1219
(31,18,25)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #826385

#826385
(130,99,133)
#8D7190
(141,113,144)
#987F9B
(152,127,155)
#A38DA6
(163,141,166)
#AE9BB1
(174,155,177)
#B9A9BC
(185,169,188)
#C4B7C7
(196,183,199)
#CFC5D2
(207,197,210)
#DAD3DD
(218,211,221)
#E5E1E8
(229,225,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826385; }

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

This text font color is #826385.


Background Color

.myBgColor { background-color: #826385; }

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

This div background color is #826385.


Border color

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

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

This div border color is #826385.


Opacity

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

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

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

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

This text has shadow with #826385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826385 on black background.


Color preview on white background

This text has color #826385 on white background.



Black color preview on #826385 background

This text has black color on #826385 background.


White color preview on #826385 background

This text has white color on #826385 background.