COLOR #817C99

HEX: #817C99 RGB: (129,124,153)

Color info

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

RGB color model

#817C99 color RGB value is (129,124,153).

RGB: (129,124,153) (51%, 49%, 60%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 153 of 255 = 60%

129
124
153

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

Portions of RGB colors in percentages

R + G + B = 129 + 124 + 153 = 406 (100%)
R 129 of 406 ~ 31.77%
G 124 of 406 ~ 30.54%
B 153 of 406 ~ 37.68'%

%31.77
%30.54
%37.68

CMYK color model

#817C99 color CMYK value is (16,19,0,40).

  • cyan value is 15.69%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (16,19,0,40)
C16M19Y0K40 (16%, 19%, 0%, 40%)
(0.16 / 0.19 / 0.00 / 0.40)

CMYK percentages

%15.69
%18.95
%0
%40

Codes

Color #817C99 in popluar color models

81 7C 99
RGB 129 124 153
HSL 250° 12.45% 54.31%
HSB/HSV 250° 18.95% 60.00%
CMYK 15.69% 18.95% 0.00%
40.00%

Color #817C99 in popluar number systems.

HEX 81 7C 99
Decimal 129 124 153
Binary 10000001 1111100 10011001
Octal 201 174 231

Shades and tints

Shades of #817C99

#817C99
(129,124,153)
#76718C
(118,113,140)
#6B667F
(107,102,127)
#605B72
(96,91,114)
#555065
(85,80,101)
#4A4558
(74,69,88)
#3F3A4B
(63,58,75)
#342F3E
(52,47,62)
#292431
(41,36,49)
#1E1924
(30,25,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #817C99

#817C99
(129,124,153)
#8C87A2
(140,135,162)
#9792AB
(151,146,171)
#A29DB4
(162,157,180)
#ADA8BD
(173,168,189)
#B8B3C6
(184,179,198)
#C3BECF
(195,190,207)
#CEC9D8
(206,201,216)
#D9D4E1
(217,212,225)
#E4DFEA
(228,223,234)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C99; }

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

This text font color is #817C99.

Background Color

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

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

This div background color is #817C99.

Border color

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

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

This div border color is #817C99.

Opacity

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

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

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

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

This text has shadow with #817C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817C99.

Preview

Color preview on black background

This text has color #817C99 on black background.


Color preview on white background

This text has color #817C99 on white background.


Black color preview on #817C99 background

This text has black color on #817C99 background.


White color preview on #817C99 background

This text has white color on #817C99 background.


Related colors

Complementary color

Complementary color for #hex is #7E8366.


I love getcolorcode.com

Triadic colors

1 #99817C and #7C9981 with #817C99 are triadic colors.

2 #997C81 and #7C8199 with #817C99 are triadic colors.