COLOR #823B86

HEX: #823B86
RGB: (130,59,134)

Color info

#823B86 contains mainly red and blue colors. Web safe color of #823B86 is #993399 (or #939).

RGB color model

#823B86 color RGB value is (130,59,134).

  • red value is 130;
  • green value is 59;
  • blue value is 134.
RGB:
(130,59,134)
(51%,23%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 134 of 255 = 53%

130
59
134

R + G + B ~ 42%. #823B86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 59 + 134 = 323 (100%)
R 130 of 323 ~ 40.25%
G 59 of 323 ~ 18.27%
B 134 of 323 ~ 41.49%

%40.25
%18.27
%41.49

CMYK color model

#823B86 color CMYK value is (3,56,0,47).

  • cyan value is 2.99%
  • magenta value is 55.97%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(3,56,0,47)
C3M56Y0K47 
(3%,56%,0%,47%)
(0.03/0.56/0.00/0.47)	

CMYK percentages

%2.99
%55.97
%0
%47.45

Codes

Color #823B86 in popluar color models

823B86
RGB13059134
HSL297°38.86%37.84%
HSB/HSV297°55.97%52.55%
CMYK2.99%55.97%0.00%
47.45%

Color #823B86 in popluar number systems.

HEX823B86
Decimal13059134
Binary1000001011101110000110
Octal20273206

Shades and tints

Shades of #823B86

#823B86
(130,59,134)
#77367A
(119,54,122)
#6C316E
(108,49,110)
#612C62
(97,44,98)
#562756
(86,39,86)
#4B224A
(75,34,74)
#401D3E
(64,29,62)
#351832
(53,24,50)
#2A1326
(42,19,38)
#1F0E1A
(31,14,26)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #823B86

#823B86
(130,59,134)
#8D4C91
(141,76,145)
#985D9C
(152,93,156)
#A36EA7
(163,110,167)
#AE7FB2
(174,127,178)
#B990BD
(185,144,189)
#C4A1C8
(196,161,200)
#CFB2D3
(207,178,211)
#DAC3DE
(218,195,222)
#E5D4E9
(229,212,233)
#F0E5F4
(240,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823B86 color. Also use rgb(130,59,134) instead hex code.

Text Font Color

.myTextColor { color: #823B86; }

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

This text font color is #823B86.


Background Color

.myBgColor { background-color: #823B86; }

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

This div background color is #823B86.


Border color

.myBorderColor { border: 1px solid #823B86; }

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

This div border color is #823B86.


Opacity

.myOpacity80 { color: #823B86; opacity: 0.8; }

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

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

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

This text has shadow with #823B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823B86 on black background.


Color preview on white background

This text has color #823B86 on white background.



Black color preview on #823B86 background

This text has black color on #823B86 background.


White color preview on #823B86 background

This text has white color on #823B86 background.