COLOR #826066

HEX: #826066
RGB: (130,96,102)

Color info

#826066 contains red, green and blue colors in about the same proportion. Web safe color of #826066 is #996666 (or #966).

RGB color model

#826066 color RGB value is (130,96,102).

  • red value is 130;
  • green value is 96;
  • blue value is 102.
RGB:
(130,96,102)
(51%,38%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 102 of 255 = 40%

130
96
102

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 102 = 328 (100%)
R 130 of 328 ~ 39.63%
G 96 of 328 ~ 29.27%
B 102 of 328 ~ 31.1%

%39.63
%29.27
%31.1

CMYK color model

#826066 color CMYK value is (0,26,22,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(0,26,22,49)
C0M26Y22K49 
(0%,26%,22%,49%)
(0.00/0.26/0.22/0.49)	

CMYK percentages

%0
%26.15
%21.54
%49.02

Codes

Color #826066 in popluar color models

826066
RGB13096102
HSL349°15.04%44.31%
HSB/HSV349°26.15%50.98%
CMYK0.00%26.15%21.54%
49.02%

Color #826066 in popluar number systems.

HEX826066
Decimal13096102
Binary1000001011000001100110
Octal202140146

Shades and tints

Shades of #826066

#826066
(130,96,102)
#77585D
(119,88,93)
#6C5054
(108,80,84)
#61484B
(97,72,75)
#564042
(86,64,66)
#4B3839
(75,56,57)
#403030
(64,48,48)
#352827
(53,40,39)
#2A201E
(42,32,30)
#1F1815
(31,24,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #826066

#826066
(130,96,102)
#8D6E73
(141,110,115)
#987C80
(152,124,128)
#A38A8D
(163,138,141)
#AE989A
(174,152,154)
#B9A6A7
(185,166,167)
#C4B4B4
(196,180,180)
#CFC2C1
(207,194,193)
#DAD0CE
(218,208,206)
#E5DEDB
(229,222,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826066; }

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

This text font color is #826066.


Background Color

.myBgColor { background-color: #826066; }

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

This div background color is #826066.


Border color

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

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

This div border color is #826066.


Opacity

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

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

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

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

This text has shadow with #826066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826066 on black background.


Color preview on white background

This text has color #826066 on white background.



Black color preview on #826066 background

This text has black color on #826066 background.


White color preview on #826066 background

This text has white color on #826066 background.