COLOR #81708E

HEX: #81708E
RGB: (129,112,142)

Color info

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

RGB color model

#81708E color RGB value is (129,112,142).

  • red value is 129;
  • green value is 112;
  • blue value is 142.
RGB:
(129,112,142)
(51%,44%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 142 of 255 = 56%

129
112
142

R + G + B ~ 50%. #81708E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 142 = 383 (100%)
R 129 of 383 ~ 33.68%
G 112 of 383 ~ 29.24%
B 142 of 383 ~ 37.08%

%33.68
%29.24
%37.08

CMYK color model

#81708E color CMYK value is (9,21,0,44).

  • cyan value is 9.15%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(9,21,0,44)
C9M21Y0K44 
(9%,21%,0%,44%)
(0.09/0.21/0.00/0.44)	

CMYK percentages

%9.15
%21.13
%0
%44.31

Codes

Color #81708E in popluar color models

81708E
RGB129112142
HSL274°11.81%49.80%
HSB/HSV274°21.13%55.69%
CMYK9.15%21.13%0.00%
44.31%

Color #81708E in popluar number systems.

HEX81708E
Decimal129112142
Binary10000001111000010001110
Octal201160216

Shades and tints

Shades of #81708E

#81708E
(129,112,142)
#766682
(118,102,130)
#6B5C76
(107,92,118)
#60526A
(96,82,106)
#55485E
(85,72,94)
#4A3E52
(74,62,82)
#3F3446
(63,52,70)
#342A3A
(52,42,58)
#29202E
(41,32,46)
#1E1622
(30,22,34)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #81708E

#81708E
(129,112,142)
#8C7D98
(140,125,152)
#978AA2
(151,138,162)
#A297AC
(162,151,172)
#ADA4B6
(173,164,182)
#B8B1C0
(184,177,192)
#C3BECA
(195,190,202)
#CECBD4
(206,203,212)
#D9D8DE
(217,216,222)
#E4E5E8
(228,229,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81708E color. Also use rgb(129,112,142) instead hex code.

Text Font Color

.myTextColor { color: #81708E; }

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

This text font color is #81708E.


Background Color

.myBgColor { background-color: #81708E; }

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

This div background color is #81708E.


Border color

.myBorderColor { border: 1px solid #81708E; }

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

This div border color is #81708E.


Opacity

.myOpacity80 { color: #81708E; opacity: 0.8; }

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

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

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

This text has shadow with #81708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81708E on black background.


Color preview on white background

This text has color #81708E on white background.



Black color preview on #81708E background

This text has black color on #81708E background.


White color preview on #81708E background

This text has white color on #81708E background.