COLOR #817CAA

HEX: #817CAA
RGB: (129,124,170)

Color info

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

RGB color model

#817CAA color RGB value is (129,124,170).

  • red value is 129;
  • green value is 124;
  • blue value is 170.
RGB:
(129,124,170)
(51%,49%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 170 of 255 = 67%

129
124
170

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

Portions of RGB colors in percentages

R + G + B =
129 + 124 + 170 = 423 (100%)
R 129 of 423 ~ 30.5%
G 124 of 423 ~ 29.31%
B 170 of 423 ~ 40.19%

%30.5
%29.31
%40.19

CMYK color model

#817CAA color CMYK value is (24,27,0,33).

  • cyan value is 24.12%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,27,0,33)
C24M27Y0K33 
(24%,27%,0%,33%)
(0.24/0.27/0.00/0.33)	

CMYK percentages

%24.12
%27.06
%0
%33.33

Codes

Color #817CAA in popluar color models

817CAA
RGB129124170
HSL247°21.30%57.65%
HSB/HSV247°27.06%66.67%
CMYK24.12%27.06%0.00%
33.33%

Color #817CAA in popluar number systems.

HEX817CAA
Decimal129124170
Binary10000001111110010101010
Octal201174252

Shades and tints

Shades of #817CAA

#817CAA
(129,124,170)
#76719B
(118,113,155)
#6B668C
(107,102,140)
#605B7D
(96,91,125)
#55506E
(85,80,110)
#4A455F
(74,69,95)
#3F3A50
(63,58,80)
#342F41
(52,47,65)
#292432
(41,36,50)
#1E1923
(30,25,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #817CAA

#817CAA
(129,124,170)
#8C87B1
(140,135,177)
#9792B8
(151,146,184)
#A29DBF
(162,157,191)
#ADA8C6
(173,168,198)
#B8B3CD
(184,179,205)
#C3BED4
(195,190,212)
#CEC9DB
(206,201,219)
#D9D4E2
(217,212,226)
#E4DFE9
(228,223,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817CAA color. Also use rgb(129,124,170) instead hex code.

Text Font Color

.myTextColor { color: #817CAA; }

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

This text font color is #817CAA.


Background Color

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

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

This div background color is #817CAA.


Border color

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

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

This div border color is #817CAA.


Opacity

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

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

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

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

This text has shadow with #817CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817CAA on black background.


Color preview on white background

This text has color #817CAA on white background.



Black color preview on #817CAA background

This text has black color on #817CAA background.


White color preview on #817CAA background

This text has white color on #817CAA background.