COLOR #82628C

HEX: #82628C
RGB: (130,98,140)

Color info

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

RGB color model

#82628C color RGB value is (130,98,140).

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

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 140 of 255 = 55%

130
98
140

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 140 = 368 (100%)
R 130 of 368 ~ 35.33%
G 98 of 368 ~ 26.63%
B 140 of 368 ~ 38.04%

%35.33
%26.63
%38.04

CMYK color model

#82628C color CMYK value is (7,30,0,45).

  • cyan value is 7.14%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(7,30,0,45)
C7M30Y0K45 
(7%,30%,0%,45%)
(0.07/0.30/0.00/0.45)	

CMYK percentages

%7.14
%30
%0
%45.1

Codes

Color #82628C in popluar color models

82628C
RGB13098140
HSL286°17.65%46.67%
HSB/HSV286°30.00%54.90%
CMYK7.14%30.00%0.00%
45.10%

Color #82628C in popluar number systems.

HEX82628C
Decimal13098140
Binary10000010110001010001100
Octal202142214

Shades and tints

Shades of #82628C

#82628C
(130,98,140)
#775A80
(119,90,128)
#6C5274
(108,82,116)
#614A68
(97,74,104)
#56425C
(86,66,92)
#4B3A50
(75,58,80)
#403244
(64,50,68)
#352A38
(53,42,56)
#2A222C
(42,34,44)
#1F1A20
(31,26,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #82628C

#82628C
(130,98,140)
#8D7096
(141,112,150)
#987EA0
(152,126,160)
#A38CAA
(163,140,170)
#AE9AB4
(174,154,180)
#B9A8BE
(185,168,190)
#C4B6C8
(196,182,200)
#CFC4D2
(207,196,210)
#DAD2DC
(218,210,220)
#E5E0E6
(229,224,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82628C; }

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

This text font color is #82628C.


Background Color

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

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

This div background color is #82628C.


Border color

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

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

This div border color is #82628C.


Opacity

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

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

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

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

This text has shadow with #82628C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82628C on black background.


Color preview on white background

This text has color #82628C on white background.



Black color preview on #82628C background

This text has black color on #82628C background.


White color preview on #82628C background

This text has white color on #82628C background.