COLOR #808EC0

HEX: #808EC0
RGB: (128,142,192)

Color info

#808EC0 contains mainly green and blue colors. Web safe color of #808EC0 is #6699CC (or #69C).

RGB color model

#808EC0 color RGB value is (128,142,192).

  • red value is 128;
  • green value is 142;
  • blue value is 192.
RGB:
(128,142,192)
(50%,56%,75%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 192 of 255 = 75%

128
142
192

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

Portions of RGB colors in percentages

R + G + B =
128 + 142 + 192 = 462 (100%)
R 128 of 462 ~ 27.71%
G 142 of 462 ~ 30.74%
B 192 of 462 ~ 41.56%

%27.71
%30.74
%41.56

CMYK color model

#808EC0 color CMYK value is (33,26,0,25).

  • cyan value is 33.33%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(33,26,0,25)
C33M26Y0K25 
(33%,26%,0%,25%)
(0.33/0.26/0.00/0.25)	

CMYK percentages

%33.33
%26.04
%0
%24.71

Codes

Color #808EC0 in popluar color models

808EC0
RGB128142192
HSL227°33.68%62.75%
HSB/HSV227°33.33%75.29%
CMYK33.33%26.04%0.00%
24.71%

Color #808EC0 in popluar number systems.

HEX808EC0
Decimal128142192
Binary100000001000111011000000
Octal200216300

Shades and tints

Shades of #808EC0

#808EC0
(128,142,192)
#7582AF
(117,130,175)
#6A769E
(106,118,158)
#5F6A8D
(95,106,141)
#545E7C
(84,94,124)
#49526B
(73,82,107)
#3E465A
(62,70,90)
#333A49
(51,58,73)
#282E38
(40,46,56)
#1D2227
(29,34,39)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #808EC0

#808EC0
(128,142,192)
#8B98C5
(139,152,197)
#96A2CA
(150,162,202)
#A1ACCF
(161,172,207)
#ACB6D4
(172,182,212)
#B7C0D9
(183,192,217)
#C2CADE
(194,202,222)
#CDD4E3
(205,212,227)
#D8DEE8
(216,222,232)
#E3E8ED
(227,232,237)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808EC0 color. Also use rgb(128,142,192) instead hex code.

Text Font Color

.myTextColor { color: #808EC0; }

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

This text font color is #808EC0.


Background Color

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

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

This div background color is #808EC0.


Border color

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

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

This div border color is #808EC0.


Opacity

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

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

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

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

This text has shadow with #808EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808EC0 on black background.


Color preview on white background

This text has color #808EC0 on white background.



Black color preview on #808EC0 background

This text has black color on #808EC0 background.


White color preview on #808EC0 background

This text has white color on #808EC0 background.