COLOR #826EB0

HEX: #826EB0
RGB: (130,110,176)

Color info

#826EB0 contains mainly red and blue colors. Web safe color of #826EB0 is #996699 (or #969).

RGB color model

#826EB0 color RGB value is (130,110,176).

  • red value is 130;
  • green value is 110;
  • blue value is 176.
RGB:
(130,110,176)
(51%,43%,69%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 176 of 255 = 69%

130
110
176

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 176 = 416 (100%)
R 130 of 416 ~ 31.25%
G 110 of 416 ~ 26.44%
B 176 of 416 ~ 42.31%

%31.25
%26.44
%42.31

CMYK color model

#826EB0 color CMYK value is (26,38,0,31).

  • cyan value is 26.14%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(26,38,0,31)
C26M38Y0K31 
(26%,38%,0%,31%)
(0.26/0.38/0.00/0.31)	

CMYK percentages

%26.14
%37.5
%0
%30.98

Codes

Color #826EB0 in popluar color models

826EB0
RGB130110176
HSL258°29.46%56.08%
HSB/HSV258°37.50%69.02%
CMYK26.14%37.50%0.00%
30.98%

Color #826EB0 in popluar number systems.

HEX826EB0
Decimal130110176
Binary10000010110111010110000
Octal202156260

Shades and tints

Shades of #826EB0

#826EB0
(130,110,176)
#7764A0
(119,100,160)
#6C5A90
(108,90,144)
#615080
(97,80,128)
#564670
(86,70,112)
#4B3C60
(75,60,96)
#403250
(64,50,80)
#352840
(53,40,64)
#2A1E30
(42,30,48)
#1F1420
(31,20,32)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #826EB0

#826EB0
(130,110,176)
#8D7BB7
(141,123,183)
#9888BE
(152,136,190)
#A395C5
(163,149,197)
#AEA2CC
(174,162,204)
#B9AFD3
(185,175,211)
#C4BCDA
(196,188,218)
#CFC9E1
(207,201,225)
#DAD6E8
(218,214,232)
#E5E3EF
(229,227,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826EB0 color. Also use rgb(130,110,176) instead hex code.

Text Font Color

.myTextColor { color: #826EB0; }

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

This text font color is #826EB0.


Background Color

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

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

This div background color is #826EB0.


Border color

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

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

This div border color is #826EB0.


Opacity

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

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

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

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

This text has shadow with #826EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826EB0 on black background.


Color preview on white background

This text has color #826EB0 on white background.



Black color preview on #826EB0 background

This text has black color on #826EB0 background.


White color preview on #826EB0 background

This text has white color on #826EB0 background.