COLOR #808DB2

HEX: #808DB2
RGB: (128,141,178)

Color info

#808DB2 contains red, green and blue colors in about the same proportion. Web safe color of #808DB2 is #669999 (or #699).

RGB color model

#808DB2 color RGB value is (128,141,178).

  • red value is 128;
  • green value is 141;
  • blue value is 178.
RGB:
(128,141,178)
(50%,55%,70%)

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 178 of 255 = 70%

128
141
178

R + G + B ~ 58%. #808DB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 141 + 178 = 447 (100%)
R 128 of 447 ~ 28.64%
G 141 of 447 ~ 31.54%
B 178 of 447 ~ 39.82%

%28.64
%31.54
%39.82

CMYK color model

#808DB2 color CMYK value is (28,21,0,30).

  • cyan value is 28.09%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(28,21,0,30)
C28M21Y0K30 
(28%,21%,0%,30%)
(0.28/0.21/0.00/0.30)	

CMYK percentages

%28.09
%20.79
%0
%30.2

Codes

Color #808DB2 in popluar color models

808DB2
RGB128141178
HSL224°24.51%60.00%
HSB/HSV224°28.09%69.80%
CMYK28.09%20.79%0.00%
30.20%

Color #808DB2 in popluar number systems.

HEX808DB2
Decimal128141178
Binary100000001000110110110010
Octal200215262

Shades and tints

Shades of #808DB2

#808DB2
(128,141,178)
#7581A2
(117,129,162)
#6A7592
(106,117,146)
#5F6982
(95,105,130)
#545D72
(84,93,114)
#495162
(73,81,98)
#3E4552
(62,69,82)
#333942
(51,57,66)
#282D32
(40,45,50)
#1D2122
(29,33,34)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #808DB2

#808DB2
(128,141,178)
#8B97B9
(139,151,185)
#96A1C0
(150,161,192)
#A1ABC7
(161,171,199)
#ACB5CE
(172,181,206)
#B7BFD5
(183,191,213)
#C2C9DC
(194,201,220)
#CDD3E3
(205,211,227)
#D8DDEA
(216,221,234)
#E3E7F1
(227,231,241)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808DB2 color. Also use rgb(128,141,178) instead hex code.

Text Font Color

.myTextColor { color: #808DB2; }

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

This text font color is #808DB2.


Background Color

.myBgColor { background-color: #808DB2; }

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

This div background color is #808DB2.


Border color

.myBorderColor { border: 1px solid #808DB2; }

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

This div border color is #808DB2.


Opacity

.myOpacity80 { color: #808DB2; opacity: 0.8; }

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

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

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

This text has shadow with #808DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808DB2 on black background.


Color preview on white background

This text has color #808DB2 on white background.



Black color preview on #808DB2 background

This text has black color on #808DB2 background.


White color preview on #808DB2 background

This text has white color on #808DB2 background.