COLOR #816688

HEX: #816688
RGB: (129,102,136)

Color info

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

RGB color model

#816688 color RGB value is (129,102,136).

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

RGB channels and saturation

R 129 of 255 = 51%
G 102 of 255 = 40%
B 136 of 255 = 53%

129
102
136

R + G + B ~ 48%. #816688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 102 + 136 = 367 (100%)
R 129 of 367 ~ 35.15%
G 102 of 367 ~ 27.79%
B 136 of 367 ~ 37.06%

%35.15
%27.79
%37.06

CMYK color model

#816688 color CMYK value is (5,25,0,47).

  • cyan value is 5.15%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(5,25,0,47)
C5M25Y0K47 
(5%,25%,0%,47%)
(0.05/0.25/0.00/0.47)	

CMYK percentages

%5.15
%25
%0
%46.67

Codes

Color #816688 in popluar color models

816688
RGB129102136
HSL288°14.29%46.67%
HSB/HSV288°25.00%53.33%
CMYK5.15%25.00%0.00%
46.67%

Color #816688 in popluar number systems.

HEX816688
Decimal129102136
Binary10000001110011010001000
Octal201146210

Shades and tints

Shades of #816688

#816688
(129,102,136)
#765D7C
(118,93,124)
#6B5470
(107,84,112)
#604B64
(96,75,100)
#554258
(85,66,88)
#4A394C
(74,57,76)
#3F3040
(63,48,64)
#342734
(52,39,52)
#291E28
(41,30,40)
#1E151C
(30,21,28)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #816688

#816688
(129,102,136)
#8C7392
(140,115,146)
#97809C
(151,128,156)
#A28DA6
(162,141,166)
#AD9AB0
(173,154,176)
#B8A7BA
(184,167,186)
#C3B4C4
(195,180,196)
#CEC1CE
(206,193,206)
#D9CED8
(217,206,216)
#E4DBE2
(228,219,226)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816688; }

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

This text font color is #816688.


Background Color

.myBgColor { background-color: #816688; }

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

This div background color is #816688.


Border color

.myBorderColor { border: 1px solid #816688; }

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

This div border color is #816688.


Opacity

.myOpacity80 { color: #816688; opacity: 0.8; }

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

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

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

This text has shadow with #816688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816688 on black background.


Color preview on white background

This text has color #816688 on white background.



Black color preview on #816688 background

This text has black color on #816688 background.


White color preview on #816688 background

This text has white color on #816688 background.