COLOR #806E98

HEX: #806E98
RGB: (128,110,152)

Color info

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

RGB color model

#806E98 color RGB value is (128,110,152).

  • red value is 128;
  • green value is 110;
  • blue value is 152.
RGB:
(128,110,152)
(50%,43%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 152 of 255 = 60%

128
110
152

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 152 = 390 (100%)
R 128 of 390 ~ 32.82%
G 110 of 390 ~ 28.21%
B 152 of 390 ~ 38.97%

%32.82
%28.21
%38.97

CMYK color model

#806E98 color CMYK value is (16,28,0,40).

  • cyan value is 15.79%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(16,28,0,40)
C16M28Y0K40 
(16%,28%,0%,40%)
(0.16/0.28/0.00/0.40)	

CMYK percentages

%15.79
%27.63
%0
%40.39

Codes

Color #806E98 in popluar color models

806E98
RGB128110152
HSL266°16.94%51.37%
HSB/HSV266°27.63%59.61%
CMYK15.79%27.63%0.00%
40.39%

Color #806E98 in popluar number systems.

HEX806E98
Decimal128110152
Binary10000000110111010011000
Octal200156230

Shades and tints

Shades of #806E98

#806E98
(128,110,152)
#75648B
(117,100,139)
#6A5A7E
(106,90,126)
#5F5071
(95,80,113)
#544664
(84,70,100)
#493C57
(73,60,87)
#3E324A
(62,50,74)
#33283D
(51,40,61)
#281E30
(40,30,48)
#1D1423
(29,20,35)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #806E98

#806E98
(128,110,152)
#8B7BA1
(139,123,161)
#9688AA
(150,136,170)
#A195B3
(161,149,179)
#ACA2BC
(172,162,188)
#B7AFC5
(183,175,197)
#C2BCCE
(194,188,206)
#CDC9D7
(205,201,215)
#D8D6E0
(216,214,224)
#E3E3E9
(227,227,233)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806E98 color. Also use rgb(128,110,152) instead hex code.

Text Font Color

.myTextColor { color: #806E98; }

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

This text font color is #806E98.


Background Color

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

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

This div background color is #806E98.


Border color

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

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

This div border color is #806E98.


Opacity

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

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

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

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

This text has shadow with #806E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E98 on black background.


Color preview on white background

This text has color #806E98 on white background.



Black color preview on #806E98 background

This text has black color on #806E98 background.


White color preview on #806E98 background

This text has white color on #806E98 background.