COLOR #817A93

HEX: #817A93
RGB: (129,122,147)

Color info

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

RGB color model

#817A93 color RGB value is (129,122,147).

  • red value is 129;
  • green value is 122;
  • blue value is 147.
RGB:
(129,122,147)
(51%,48%,58%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 147 of 255 = 58%

129
122
147

R + G + B ~ 52%. #817A93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 147 = 398 (100%)
R 129 of 398 ~ 32.41%
G 122 of 398 ~ 30.65%
B 147 of 398 ~ 36.93%

%32.41
%30.65
%36.93

CMYK color model

#817A93 color CMYK value is (12,17,0,42).

  • cyan value is 12.24%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(12,17,0,42)
C12M17Y0K42 
(12%,17%,0%,42%)
(0.12/0.17/0.00/0.42)	

CMYK percentages

%12.24
%17.01
%0
%42.35

Codes

Color #817A93 in popluar color models

817A93
RGB129122147
HSL257°10.37%52.75%
HSB/HSV257°17.01%57.65%
CMYK12.24%17.01%0.00%
42.35%

Color #817A93 in popluar number systems.

HEX817A93
Decimal129122147
Binary10000001111101010010011
Octal201172223

Shades and tints

Shades of #817A93

#817A93
(129,122,147)
#766F86
(118,111,134)
#6B6479
(107,100,121)
#60596C
(96,89,108)
#554E5F
(85,78,95)
#4A4352
(74,67,82)
#3F3845
(63,56,69)
#342D38
(52,45,56)
#29222B
(41,34,43)
#1E171E
(30,23,30)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #817A93

#817A93
(129,122,147)
#8C869C
(140,134,156)
#9792A5
(151,146,165)
#A29EAE
(162,158,174)
#ADAAB7
(173,170,183)
#B8B6C0
(184,182,192)
#C3C2C9
(195,194,201)
#CECED2
(206,206,210)
#D9DADB
(217,218,219)
#E4E6E4
(228,230,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817A93 color. Also use rgb(129,122,147) instead hex code.

Text Font Color

.myTextColor { color: #817A93; }

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

This text font color is #817A93.


Background Color

.myBgColor { background-color: #817A93; }

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

This div background color is #817A93.


Border color

.myBorderColor { border: 1px solid #817A93; }

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

This div border color is #817A93.


Opacity

.myOpacity80 { color: #817A93; opacity: 0.8; }

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

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

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

This text has shadow with #817A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A93 on black background.


Color preview on white background

This text has color #817A93 on white background.



Black color preview on #817A93 background

This text has black color on #817A93 background.


White color preview on #817A93 background

This text has white color on #817A93 background.