COLOR #816A88

HEX: #816A88
RGB: (129,106,136)

Color info

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

RGB color model

#816A88 color RGB value is (129,106,136).

  • red value is 129;
  • green value is 106;
  • blue value is 136.
RGB:
(129,106,136)
(51%,42%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 106 of 255 = 42%
B 136 of 255 = 53%

129
106
136

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

Portions of RGB colors in percentages

R + G + B =
129 + 106 + 136 = 371 (100%)
R 129 of 371 ~ 34.77%
G 106 of 371 ~ 28.57%
B 136 of 371 ~ 36.66%

%34.77
%28.57
%36.66

CMYK color model

#816A88 color CMYK value is (5,22,0,47).

  • cyan value is 5.15%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(5,22,0,47)
C5M22Y0K47 
(5%,22%,0%,47%)
(0.05/0.22/0.00/0.47)	

CMYK percentages

%5.15
%22.06
%0
%46.67

Codes

Color #816A88 in popluar color models

816A88
RGB129106136
HSL286°12.40%47.45%
HSB/HSV286°22.06%53.33%
CMYK5.15%22.06%0.00%
46.67%

Color #816A88 in popluar number systems.

HEX816A88
Decimal129106136
Binary10000001110101010001000
Octal201152210

Shades and tints

Shades of #816A88

#816A88
(129,106,136)
#76617C
(118,97,124)
#6B5870
(107,88,112)
#604F64
(96,79,100)
#554658
(85,70,88)
#4A3D4C
(74,61,76)
#3F3440
(63,52,64)
#342B34
(52,43,52)
#292228
(41,34,40)
#1E191C
(30,25,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #816A88

#816A88
(129,106,136)
#8C7792
(140,119,146)
#97849C
(151,132,156)
#A291A6
(162,145,166)
#AD9EB0
(173,158,176)
#B8ABBA
(184,171,186)
#C3B8C4
(195,184,196)
#CEC5CE
(206,197,206)
#D9D2D8
(217,210,216)
#E4DFE2
(228,223,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816A88 color. Also use rgb(129,106,136) instead hex code.

Text Font Color

.myTextColor { color: #816A88; }

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

This text font color is #816A88.


Background Color

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

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

This div background color is #816A88.


Border color

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

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

This div border color is #816A88.


Opacity

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

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

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

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

This text has shadow with #816A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816A88 on black background.


Color preview on white background

This text has color #816A88 on white background.



Black color preview on #816A88 background

This text has black color on #816A88 background.


White color preview on #816A88 background

This text has white color on #816A88 background.