COLOR #817EB0

HEX: #817EB0
RGB: (129,126,176)

Color info

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

RGB color model

#817EB0 color RGB value is (129,126,176).

  • red value is 129;
  • green value is 126;
  • blue value is 176.
RGB:
(129,126,176)
(51%,49%,69%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 176 of 255 = 69%

129
126
176

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 176 = 431 (100%)
R 129 of 431 ~ 29.93%
G 126 of 431 ~ 29.23%
B 176 of 431 ~ 40.84%

%29.93
%29.23
%40.84

CMYK color model

#817EB0 color CMYK value is (27,28,0,31).

  • cyan value is 26.70%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(27,28,0,31)
C27M28Y0K31 
(27%,28%,0%,31%)
(0.27/0.28/0.00/0.31)	

CMYK percentages

%26.7
%28.41
%0
%30.98

Codes

Color #817EB0 in popluar color models

817EB0
RGB129126176
HSL244°24.04%59.22%
HSB/HSV244°28.41%69.02%
CMYK26.70%28.41%0.00%
30.98%

Color #817EB0 in popluar number systems.

HEX817EB0
Decimal129126176
Binary10000001111111010110000
Octal201176260

Shades and tints

Shades of #817EB0

#817EB0
(129,126,176)
#7673A0
(118,115,160)
#6B6890
(107,104,144)
#605D80
(96,93,128)
#555270
(85,82,112)
#4A4760
(74,71,96)
#3F3C50
(63,60,80)
#343140
(52,49,64)
#292630
(41,38,48)
#1E1B20
(30,27,32)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #817EB0

#817EB0
(129,126,176)
#8C89B7
(140,137,183)
#9794BE
(151,148,190)
#A29FC5
(162,159,197)
#ADAACC
(173,170,204)
#B8B5D3
(184,181,211)
#C3C0DA
(195,192,218)
#CECBE1
(206,203,225)
#D9D6E8
(217,214,232)
#E4E1EF
(228,225,239)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817EB0 color. Also use rgb(129,126,176) instead hex code.

Text Font Color

.myTextColor { color: #817EB0; }

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

This text font color is #817EB0.


Background Color

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

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

This div background color is #817EB0.


Border color

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

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

This div border color is #817EB0.


Opacity

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

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

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

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

This text has shadow with #817EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817EB0 on black background.


Color preview on white background

This text has color #817EB0 on white background.



Black color preview on #817EB0 background

This text has black color on #817EB0 background.


White color preview on #817EB0 background

This text has white color on #817EB0 background.