COLOR #816B90

HEX: #816B90
RGB: (129,107,144)

Color info

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

RGB color model

#816B90 color RGB value is (129,107,144).

  • red value is 129;
  • green value is 107;
  • blue value is 144.
RGB:
(129,107,144)
(51%,42%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 144 of 255 = 56%

129
107
144

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

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 144 = 380 (100%)
R 129 of 380 ~ 33.95%
G 107 of 380 ~ 28.16%
B 144 of 380 ~ 37.89%

%33.95
%28.16
%37.89

CMYK color model

#816B90 color CMYK value is (10,26,0,44).

  • cyan value is 10.42%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,26,0,44)
C10M26Y0K44 
(10%,26%,0%,44%)
(0.10/0.26/0.00/0.44)	

CMYK percentages

%10.42
%25.69
%0
%43.53

Codes

Color #816B90 in popluar color models

816B90
RGB129107144
HSL276°14.74%49.22%
HSB/HSV276°25.69%56.47%
CMYK10.42%25.69%0.00%
43.53%

Color #816B90 in popluar number systems.

HEX816B90
Decimal129107144
Binary10000001110101110010000
Octal201153220

Shades and tints

Shades of #816B90

#816B90
(129,107,144)
#766283
(118,98,131)
#6B5976
(107,89,118)
#605069
(96,80,105)
#55475C
(85,71,92)
#4A3E4F
(74,62,79)
#3F3542
(63,53,66)
#342C35
(52,44,53)
#292328
(41,35,40)
#1E1A1B
(30,26,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #816B90

#816B90
(129,107,144)
#8C789A
(140,120,154)
#9785A4
(151,133,164)
#A292AE
(162,146,174)
#AD9FB8
(173,159,184)
#B8ACC2
(184,172,194)
#C3B9CC
(195,185,204)
#CEC6D6
(206,198,214)
#D9D3E0
(217,211,224)
#E4E0EA
(228,224,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816B90; }

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

This text font color is #816B90.


Background Color

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

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

This div background color is #816B90.


Border color

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

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

This div border color is #816B90.


Opacity

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

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

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

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

This text has shadow with #816B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816B90 on black background.


Color preview on white background

This text has color #816B90 on white background.



Black color preview on #816B90 background

This text has black color on #816B90 background.


White color preview on #816B90 background

This text has white color on #816B90 background.