COLOR #826277

HEX: #826277
RGB: (130,98,119)

Color info

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

RGB color model

#826277 color RGB value is (130,98,119).

  • red value is 130;
  • green value is 98;
  • blue value is 119.
RGB:
(130,98,119)
(51%,38%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 119 of 255 = 47%

130
98
119

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 119 = 347 (100%)
R 130 of 347 ~ 37.46%
G 98 of 347 ~ 28.24%
B 119 of 347 ~ 34.29%

%37.46
%28.24
%34.29

CMYK color model

#826277 color CMYK value is (0,25,8,49).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 8.46%
  • key color value is 49.02%
CMYK:
(0,25,8,49)
C0M25Y8K49 
(0%,25%,8%,49%)
(0.00/0.25/0.08/0.49)	

CMYK percentages

%0
%24.62
%8.46
%49.02

Codes

Color #826277 in popluar color models

826277
RGB13098119
HSL321°14.04%44.71%
HSB/HSV321°24.62%50.98%
CMYK0.00%24.62%8.46%
49.02%

Color #826277 in popluar number systems.

HEX826277
Decimal13098119
Binary1000001011000101110111
Octal202142167

Shades and tints

Shades of #826277

#826277
(130,98,119)
#775A6D
(119,90,109)
#6C5263
(108,82,99)
#614A59
(97,74,89)
#56424F
(86,66,79)
#4B3A45
(75,58,69)
#40323B
(64,50,59)
#352A31
(53,42,49)
#2A2227
(42,34,39)
#1F1A1D
(31,26,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #826277

#826277
(130,98,119)
#8D7083
(141,112,131)
#987E8F
(152,126,143)
#A38C9B
(163,140,155)
#AE9AA7
(174,154,167)
#B9A8B3
(185,168,179)
#C4B6BF
(196,182,191)
#CFC4CB
(207,196,203)
#DAD2D7
(218,210,215)
#E5E0E3
(229,224,227)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826277 color. Also use rgb(130,98,119) instead hex code.

Text Font Color

.myTextColor { color: #826277; }

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

This text font color is #826277.


Background Color

.myBgColor { background-color: #826277; }

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

This div background color is #826277.


Border color

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

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

This div border color is #826277.


Opacity

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

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

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

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

This text has shadow with #826277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826277 on black background.


Color preview on white background

This text has color #826277 on white background.



Black color preview on #826277 background

This text has black color on #826277 background.


White color preview on #826277 background

This text has white color on #826277 background.