COLOR #81789D

HEX: #81789D
RGB: (129,120,157)

Color info

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

RGB color model

#81789D color RGB value is (129,120,157).

  • red value is 129;
  • green value is 120;
  • blue value is 157.
RGB:
(129,120,157)
(51%,47%,62%)

RGB channels and saturation

R 129 of 255 = 51%
G 120 of 255 = 47%
B 157 of 255 = 62%

129
120
157

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

Portions of RGB colors in percentages

R + G + B =
129 + 120 + 157 = 406 (100%)
R 129 of 406 ~ 31.77%
G 120 of 406 ~ 29.56%
B 157 of 406 ~ 38.67%

%31.77
%29.56
%38.67

CMYK color model

#81789D color CMYK value is (18,24,0,38).

  • cyan value is 17.83%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,24,0,38)
C18M24Y0K38 
(18%,24%,0%,38%)
(0.18/0.24/0.00/0.38)	

CMYK percentages

%17.83
%23.57
%0
%38.43

Codes

Color #81789D in popluar color models

81789D
RGB129120157
HSL255°15.88%54.31%
HSB/HSV255°23.57%61.57%
CMYK17.83%23.57%0.00%
38.43%

Color #81789D in popluar number systems.

HEX81789D
Decimal129120157
Binary10000001111100010011101
Octal201170235

Shades and tints

Shades of #81789D

#81789D
(129,120,157)
#766E8F
(118,110,143)
#6B6481
(107,100,129)
#605A73
(96,90,115)
#555065
(85,80,101)
#4A4657
(74,70,87)
#3F3C49
(63,60,73)
#34323B
(52,50,59)
#29282D
(41,40,45)
#1E1E1F
(30,30,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #81789D

#81789D
(129,120,157)
#8C84A5
(140,132,165)
#9790AD
(151,144,173)
#A29CB5
(162,156,181)
#ADA8BD
(173,168,189)
#B8B4C5
(184,180,197)
#C3C0CD
(195,192,205)
#CECCD5
(206,204,213)
#D9D8DD
(217,216,221)
#E4E4E5
(228,228,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81789D color. Also use rgb(129,120,157) instead hex code.

Text Font Color

.myTextColor { color: #81789D; }

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

This text font color is #81789D.


Background Color

.myBgColor { background-color: #81789D; }

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

This div background color is #81789D.


Border color

.myBorderColor { border: 1px solid #81789D; }

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

This div border color is #81789D.


Opacity

.myOpacity80 { color: #81789D; opacity: 0.8; }

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

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

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

This text has shadow with #81789D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81789D on black background.


Color preview on white background

This text has color #81789D on white background.



Black color preview on #81789D background

This text has black color on #81789D background.


White color preview on #81789D background

This text has white color on #81789D background.