COLOR #817296

HEX: #817296
RGB: (129,114,150)

Color info

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

RGB color model

#817296 color RGB value is (129,114,150).

  • red value is 129;
  • green value is 114;
  • blue value is 150.
RGB:
(129,114,150)
(51%,45%,59%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 150 of 255 = 59%

129
114
150

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

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 150 = 393 (100%)
R 129 of 393 ~ 32.82%
G 114 of 393 ~ 29.01%
B 150 of 393 ~ 38.17%

%32.82
%29.01
%38.17

CMYK color model

#817296 color CMYK value is (14,24,0,41).

  • cyan value is 14.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(14,24,0,41)
C14M24Y0K41 
(14%,24%,0%,41%)
(0.14/0.24/0.00/0.41)	

CMYK percentages

%14
%24
%0
%41.18

Codes

Color #817296 in popluar color models

817296
RGB129114150
HSL265°14.63%51.76%
HSB/HSV265°24.00%58.82%
CMYK14.00%24.00%0.00%
41.18%

Color #817296 in popluar number systems.

HEX817296
Decimal129114150
Binary10000001111001010010110
Octal201162226

Shades and tints

Shades of #817296

#817296
(129,114,150)
#766889
(118,104,137)
#6B5E7C
(107,94,124)
#60546F
(96,84,111)
#554A62
(85,74,98)
#4A4055
(74,64,85)
#3F3648
(63,54,72)
#342C3B
(52,44,59)
#29222E
(41,34,46)
#1E1821
(30,24,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #817296

#817296
(129,114,150)
#8C7E9F
(140,126,159)
#978AA8
(151,138,168)
#A296B1
(162,150,177)
#ADA2BA
(173,162,186)
#B8AEC3
(184,174,195)
#C3BACC
(195,186,204)
#CEC6D5
(206,198,213)
#D9D2DE
(217,210,222)
#E4DEE7
(228,222,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817296 color. Also use rgb(129,114,150) instead hex code.

Text Font Color

.myTextColor { color: #817296; }

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

This text font color is #817296.


Background Color

.myBgColor { background-color: #817296; }

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

This div background color is #817296.


Border color

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

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

This div border color is #817296.


Opacity

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

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

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

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

This text has shadow with #817296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817296 on black background.


Color preview on white background

This text has color #817296 on white background.



Black color preview on #817296 background

This text has black color on #817296 background.


White color preview on #817296 background

This text has white color on #817296 background.