COLOR #816886

HEX: #816886
RGB: (129,104,134)

Color info

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

RGB color model

#816886 color RGB value is (129,104,134).

  • red value is 129;
  • green value is 104;
  • blue value is 134.
RGB:
(129,104,134)
(51%,41%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 104 of 255 = 41%
B 134 of 255 = 53%

129
104
134

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

Portions of RGB colors in percentages

R + G + B =
129 + 104 + 134 = 367 (100%)
R 129 of 367 ~ 35.15%
G 104 of 367 ~ 28.34%
B 134 of 367 ~ 36.51%

%35.15
%28.34
%36.51

CMYK color model

#816886 color CMYK value is (4,22,0,47).

  • cyan value is 3.73%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,22,0,47)
C4M22Y0K47 
(4%,22%,0%,47%)
(0.04/0.22/0.00/0.47)	

CMYK percentages

%3.73
%22.39
%0
%47.45

Codes

Color #816886 in popluar color models

816886
RGB129104134
HSL290°12.61%46.67%
HSB/HSV290°22.39%52.55%
CMYK3.73%22.39%0.00%
47.45%

Color #816886 in popluar number systems.

HEX816886
Decimal129104134
Binary10000001110100010000110
Octal201150206

Shades and tints

Shades of #816886

#816886
(129,104,134)
#765F7A
(118,95,122)
#6B566E
(107,86,110)
#604D62
(96,77,98)
#554456
(85,68,86)
#4A3B4A
(74,59,74)
#3F323E
(63,50,62)
#342932
(52,41,50)
#292026
(41,32,38)
#1E171A
(30,23,26)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #816886

#816886
(129,104,134)
#8C7591
(140,117,145)
#97829C
(151,130,156)
#A28FA7
(162,143,167)
#AD9CB2
(173,156,178)
#B8A9BD
(184,169,189)
#C3B6C8
(195,182,200)
#CEC3D3
(206,195,211)
#D9D0DE
(217,208,222)
#E4DDE9
(228,221,233)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816886 color. Also use rgb(129,104,134) instead hex code.

Text Font Color

.myTextColor { color: #816886; }

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

This text font color is #816886.


Background Color

.myBgColor { background-color: #816886; }

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

This div background color is #816886.


Border color

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

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

This div border color is #816886.


Opacity

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

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

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

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

This text has shadow with #816886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816886 on black background.


Color preview on white background

This text has color #816886 on white background.



Black color preview on #816886 background

This text has black color on #816886 background.


White color preview on #816886 background

This text has white color on #816886 background.