COLOR #816E82

HEX: #816E82
RGB: (129,110,130)

Color info

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

RGB color model

#816E82 color RGB value is (129,110,130).

  • red value is 129;
  • green value is 110;
  • blue value is 130.
RGB:
(129,110,130)
(51%,43%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 130 of 255 = 51%

129
110
130

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

Portions of RGB colors in percentages

R + G + B =
129 + 110 + 130 = 369 (100%)
R 129 of 369 ~ 34.96%
G 110 of 369 ~ 29.81%
B 130 of 369 ~ 35.23%

%34.96
%29.81
%35.23

CMYK color model

#816E82 color CMYK value is (1,15,0,49).

  • cyan value is 0.77%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(1,15,0,49)
C1M15Y0K49 
(1%,15%,0%,49%)
(0.01/0.15/0.00/0.49)	

CMYK percentages

%0.77
%15.38
%0
%49.02

Codes

Color #816E82 in popluar color models

816E82
RGB129110130
HSL297°8.33%47.06%
HSB/HSV297°15.38%50.98%
CMYK0.77%15.38%0.00%
49.02%

Color #816E82 in popluar number systems.

HEX816E82
Decimal129110130
Binary10000001110111010000010
Octal201156202

Shades and tints

Shades of #816E82

#816E82
(129,110,130)
#766477
(118,100,119)
#6B5A6C
(107,90,108)
#605061
(96,80,97)
#554656
(85,70,86)
#4A3C4B
(74,60,75)
#3F3240
(63,50,64)
#342835
(52,40,53)
#291E2A
(41,30,42)
#1E141F
(30,20,31)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #816E82

#816E82
(129,110,130)
#8C7B8D
(140,123,141)
#978898
(151,136,152)
#A295A3
(162,149,163)
#ADA2AE
(173,162,174)
#B8AFB9
(184,175,185)
#C3BCC4
(195,188,196)
#CEC9CF
(206,201,207)
#D9D6DA
(217,214,218)
#E4E3E5
(228,227,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816E82 color. Also use rgb(129,110,130) instead hex code.

Text Font Color

.myTextColor { color: #816E82; }

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

This text font color is #816E82.


Background Color

.myBgColor { background-color: #816E82; }

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

This div background color is #816E82.


Border color

.myBorderColor { border: 1px solid #816E82; }

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

This div border color is #816E82.


Opacity

.myOpacity80 { color: #816E82; opacity: 0.8; }

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

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

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

This text has shadow with #816E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816E82 on black background.


Color preview on white background

This text has color #816E82 on white background.



Black color preview on #816E82 background

This text has black color on #816E82 background.


White color preview on #816E82 background

This text has white color on #816E82 background.