COLOR #82699C

HEX: #82699C
RGB: (130,105,156)

Color info

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

RGB color model

#82699C color RGB value is (130,105,156).

  • red value is 130;
  • green value is 105;
  • blue value is 156.
RGB:
(130,105,156)
(51%,41%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 156 of 255 = 61%

130
105
156

R + G + B ~ 51%. #82699C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 156 = 391 (100%)
R 130 of 391 ~ 33.25%
G 105 of 391 ~ 26.85%
B 156 of 391 ~ 39.9%

%33.25
%26.85
%39.9

CMYK color model

#82699C color CMYK value is (17,33,0,39).

  • cyan value is 16.67%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,33,0,39)
C17M33Y0K39 
(17%,33%,0%,39%)
(0.17/0.33/0.00/0.39)	

CMYK percentages

%16.67
%32.69
%0
%38.82

Codes

Color #82699C in popluar color models

82699C
RGB130105156
HSL269°20.48%51.18%
HSB/HSV269°32.69%61.18%
CMYK16.67%32.69%0.00%
38.82%

Color #82699C in popluar number systems.

HEX82699C
Decimal130105156
Binary10000010110100110011100
Octal202151234

Shades and tints

Shades of #82699C

#82699C
(130,105,156)
#77608E
(119,96,142)
#6C5780
(108,87,128)
#614E72
(97,78,114)
#564564
(86,69,100)
#4B3C56
(75,60,86)
#403348
(64,51,72)
#352A3A
(53,42,58)
#2A212C
(42,33,44)
#1F181E
(31,24,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #82699C

#82699C
(130,105,156)
#8D76A5
(141,118,165)
#9883AE
(152,131,174)
#A390B7
(163,144,183)
#AE9DC0
(174,157,192)
#B9AAC9
(185,170,201)
#C4B7D2
(196,183,210)
#CFC4DB
(207,196,219)
#DAD1E4
(218,209,228)
#E5DEED
(229,222,237)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82699C color. Also use rgb(130,105,156) instead hex code.

Text Font Color

.myTextColor { color: #82699C; }

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

This text font color is #82699C.


Background Color

.myBgColor { background-color: #82699C; }

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

This div background color is #82699C.


Border color

.myBorderColor { border: 1px solid #82699C; }

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

This div border color is #82699C.


Opacity

.myOpacity80 { color: #82699C; opacity: 0.8; }

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

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

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

This text has shadow with #82699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82699C on black background.


Color preview on white background

This text has color #82699C on white background.



Black color preview on #82699C background

This text has black color on #82699C background.


White color preview on #82699C background

This text has white color on #82699C background.