COLOR #806D88

HEX: #806D88
RGB: (128,109,136)

Color info

#806D88 contains red, green and blue colors in about the same proportion. Web safe color of #806D88 is #666699 (or #669).

RGB color model

#806D88 color RGB value is (128,109,136).

  • red value is 128;
  • green value is 109;
  • blue value is 136.
RGB:
(128,109,136)
(50%,43%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 136 of 255 = 53%

128
109
136

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

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 136 = 373 (100%)
R 128 of 373 ~ 34.32%
G 109 of 373 ~ 29.22%
B 136 of 373 ~ 36.46%

%34.32
%29.22
%36.46

CMYK color model

#806D88 color CMYK value is (6,20,0,47).

  • cyan value is 5.88%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(6,20,0,47)
C6M20Y0K47 
(6%,20%,0%,47%)
(0.06/0.20/0.00/0.47)	

CMYK percentages

%5.88
%19.85
%0
%46.67

Codes

Color #806D88 in popluar color models

806D88
RGB128109136
HSL282°11.02%48.04%
HSB/HSV282°19.85%53.33%
CMYK5.88%19.85%0.00%
46.67%

Color #806D88 in popluar number systems.

HEX806D88
Decimal128109136
Binary10000000110110110001000
Octal200155210

Shades and tints

Shades of #806D88

#806D88
(128,109,136)
#75647C
(117,100,124)
#6A5B70
(106,91,112)
#5F5264
(95,82,100)
#544958
(84,73,88)
#49404C
(73,64,76)
#3E3740
(62,55,64)
#332E34
(51,46,52)
#282528
(40,37,40)
#1D1C1C
(29,28,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #806D88

#806D88
(128,109,136)
#8B7A92
(139,122,146)
#96879C
(150,135,156)
#A194A6
(161,148,166)
#ACA1B0
(172,161,176)
#B7AEBA
(183,174,186)
#C2BBC4
(194,187,196)
#CDC8CE
(205,200,206)
#D8D5D8
(216,213,216)
#E3E2E2
(227,226,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806D88 color. Also use rgb(128,109,136) instead hex code.

Text Font Color

.myTextColor { color: #806D88; }

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

This text font color is #806D88.


Background Color

.myBgColor { background-color: #806D88; }

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

This div background color is #806D88.


Border color

.myBorderColor { border: 1px solid #806D88; }

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

This div border color is #806D88.


Opacity

.myOpacity80 { color: #806D88; opacity: 0.8; }

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

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

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

This text has shadow with #806D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D88 on black background.


Color preview on white background

This text has color #806D88 on white background.



Black color preview on #806D88 background

This text has black color on #806D88 background.


White color preview on #806D88 background

This text has white color on #806D88 background.