COLOR #817685

HEX: #817685
RGB: (129,118,133)

Color info

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

RGB color model

#817685 color RGB value is (129,118,133).

  • red value is 129;
  • green value is 118;
  • blue value is 133.
RGB:
(129,118,133)
(51%,46%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 118 of 255 = 46%
B 133 of 255 = 52%

129
118
133

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

Portions of RGB colors in percentages

R + G + B =
129 + 118 + 133 = 380 (100%)
R 129 of 380 ~ 33.95%
G 118 of 380 ~ 31.05%
B 133 of 380 ~ 35%

%33.95
%31.05
%35

CMYK color model

#817685 color CMYK value is (3,11,0,48).

  • cyan value is 3.01%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(3,11,0,48)
C3M11Y0K48 
(3%,11%,0%,48%)
(0.03/0.11/0.00/0.48)	

CMYK percentages

%3.01
%11.28
%0
%47.84

Codes

Color #817685 in popluar color models

817685
RGB129118133
HSL284°5.98%49.22%
HSB/HSV284°11.28%52.16%
CMYK3.01%11.28%0.00%
47.84%

Color #817685 in popluar number systems.

HEX817685
Decimal129118133
Binary10000001111011010000101
Octal201166205

Shades and tints

Shades of #817685

#817685
(129,118,133)
#766C79
(118,108,121)
#6B626D
(107,98,109)
#605861
(96,88,97)
#554E55
(85,78,85)
#4A4449
(74,68,73)
#3F3A3D
(63,58,61)
#343031
(52,48,49)
#292625
(41,38,37)
#1E1C19
(30,28,25)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #817685

#817685
(129,118,133)
#8C8290
(140,130,144)
#978E9B
(151,142,155)
#A29AA6
(162,154,166)
#ADA6B1
(173,166,177)
#B8B2BC
(184,178,188)
#C3BEC7
(195,190,199)
#CECAD2
(206,202,210)
#D9D6DD
(217,214,221)
#E4E2E8
(228,226,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817685 color. Also use rgb(129,118,133) instead hex code.

Text Font Color

.myTextColor { color: #817685; }

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

This text font color is #817685.


Background Color

.myBgColor { background-color: #817685; }

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

This div background color is #817685.


Border color

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

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

This div border color is #817685.


Opacity

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

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

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

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

This text has shadow with #817685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817685 on black background.


Color preview on white background

This text has color #817685 on white background.



Black color preview on #817685 background

This text has black color on #817685 background.


White color preview on #817685 background

This text has white color on #817685 background.