COLOR #816B7D

HEX: #816B7D RGB: (129,107,125)

Color info

#816B7D contains red, green and blue colors in about the same proportion. Web safe color of #816B7D is #996666 (or #966).

RGB color model

#816B7D color RGB value is (129,107,125).

RGB: (129,107,125) (51%, 42%, 49%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 125 of 255 = 49%

129
107
125

R + G + B ~ 47%. #816B7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 107 + 125 = 361 (100%)
R 129 of 361 ~ 35.73%
G 107 of 361 ~ 29.64%
B 125 of 361 ~ 34.63'%

%35.73
%29.64
%34.63

CMYK color model

#816B7D color CMYK value is (0,17,3,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 3.10%
  • key color value is 49.41%

CMYK: (0,17,3,49)
C0M17Y3K49 (0%, 17%, 3%, 49%)
(0.00 / 0.17 / 0.03 / 0.49)

CMYK percentages

%0
%17.05
%3.1
%49.41

Codes

Color #816B7D in popluar color models

81 6B 7D
RGB 129 107 125
HSL 311° 9.32% 46.27%
HSB/HSV 311° 17.05% 50.59%
CMYK 0.00% 17.05% 3.10%
49.41%

Color #816B7D in popluar number systems.

HEX 81 6B 7D
Decimal 129 107 125
Binary 10000001 1101011 1111101
Octal 201 153 175

Shades and tints

Shades of #816B7D

#816B7D
(129,107,125)
#766272
(118,98,114)
#6B5967
(107,89,103)
#60505C
(96,80,92)
#554751
(85,71,81)
#4A3E46
(74,62,70)
#3F353B
(63,53,59)
#342C30
(52,44,48)
#292325
(41,35,37)
#1E1A1A
(30,26,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #816B7D

#816B7D
(129,107,125)
#8C7888
(140,120,136)
#978593
(151,133,147)
#A2929E
(162,146,158)
#AD9FA9
(173,159,169)
#B8ACB4
(184,172,180)
#C3B9BF
(195,185,191)
#CEC6CA
(206,198,202)
#D9D3D5
(217,211,213)
#E4E0E0
(228,224,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B7D color. Also use rgb(129,107,125) instead hex code.

Text Font Color

.myTextColor { color: #816B7D; }

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

This text font color is #816B7D.

Background Color

.myBgColor { background-color: #816B7D; }

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

This div background color is #816B7D.

Border color

.myBorderColor { border: 1px solid #816B7D; }

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

This div border color is #816B7D.

Opacity

.myOpacity80 { color: #816B7D; opacity: 0.8; }

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

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

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

This text has shadow with #816B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816B7D.

Preview

Color preview on black background

This text has color #816B7D on black background.


Color preview on white background

This text has color #816B7D on white background.


Black color preview on #816B7D background

This text has black color on #816B7D background.


White color preview on #816B7D background

This text has white color on #816B7D background.


Related colors

Complementary color

Complementary color for #hex is #7E9482.


I love getcolorcode.com

Triadic colors

1 #7D816B and #6B7D81 with #816B7D are triadic colors.

2 #7D6B81 and #6B817D with #816B7D are triadic colors.