COLOR #806A95

HEX: #806A95
RGB: (128,106,149)

Color info

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

RGB color model

#806A95 color RGB value is (128,106,149).

  • red value is 128;
  • green value is 106;
  • blue value is 149.
RGB:
(128,106,149)
(50%,42%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 106 of 255 = 42%
B 149 of 255 = 58%

128
106
149

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

Portions of RGB colors in percentages

R + G + B =
128 + 106 + 149 = 383 (100%)
R 128 of 383 ~ 33.42%
G 106 of 383 ~ 27.68%
B 149 of 383 ~ 38.9%

%33.42
%27.68
%38.9

CMYK color model

#806A95 color CMYK value is (14,29,0,42).

  • cyan value is 14.09%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(14,29,0,42)
C14M29Y0K42 
(14%,29%,0%,42%)
(0.14/0.29/0.00/0.42)	

CMYK percentages

%14.09
%28.86
%0
%41.57

Codes

Color #806A95 in popluar color models

806A95
RGB128106149
HSL271°16.86%50.00%
HSB/HSV271°28.86%58.43%
CMYK14.09%28.86%0.00%
41.57%

Color #806A95 in popluar number systems.

HEX806A95
Decimal128106149
Binary10000000110101010010101
Octal200152225

Shades and tints

Shades of #806A95

#806A95
(128,106,149)
#756188
(117,97,136)
#6A587B
(106,88,123)
#5F4F6E
(95,79,110)
#544661
(84,70,97)
#493D54
(73,61,84)
#3E3447
(62,52,71)
#332B3A
(51,43,58)
#28222D
(40,34,45)
#1D1920
(29,25,32)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #806A95

#806A95
(128,106,149)
#8B779E
(139,119,158)
#9684A7
(150,132,167)
#A191B0
(161,145,176)
#AC9EB9
(172,158,185)
#B7ABC2
(183,171,194)
#C2B8CB
(194,184,203)
#CDC5D4
(205,197,212)
#D8D2DD
(216,210,221)
#E3DFE6
(227,223,230)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806A95 color. Also use rgb(128,106,149) instead hex code.

Text Font Color

.myTextColor { color: #806A95; }

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

This text font color is #806A95.


Background Color

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

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

This div background color is #806A95.


Border color

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

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

This div border color is #806A95.


Opacity

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

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

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

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

This text has shadow with #806A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806A95 on black background.


Color preview on white background

This text has color #806A95 on white background.



Black color preview on #806A95 background

This text has black color on #806A95 background.


White color preview on #806A95 background

This text has white color on #806A95 background.