COLOR #808DC8

HEX: #808DC8
RGB: (128,141,200)

Color info

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

RGB color model

#808DC8 color RGB value is (128,141,200).

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

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 200 of 255 = 78%

128
141
200

R + G + B ~ 61%. #808DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 141 + 200 = 469 (100%)
R 128 of 469 ~ 27.29%
G 141 of 469 ~ 30.06%
B 200 of 469 ~ 42.64%

%27.29
%30.06
%42.64

CMYK color model

#808DC8 color CMYK value is (36,30,0,22).

  • cyan value is 36.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(36,30,0,22)
C36M30Y0K22 
(36%,30%,0%,22%)
(0.36/0.30/0.00/0.22)	

CMYK percentages

%36
%29.5
%0
%21.57

Codes

Color #808DC8 in popluar color models

808DC8
RGB128141200
HSL229°39.56%64.31%
HSB/HSV229°36.00%78.43%
CMYK36.00%29.50%0.00%
21.57%

Color #808DC8 in popluar number systems.

HEX808DC8
Decimal128141200
Binary100000001000110111001000
Octal200215310

Shades and tints

Shades of #808DC8

#808DC8
(128,141,200)
#7581B6
(117,129,182)
#6A75A4
(106,117,164)
#5F6992
(95,105,146)
#545D80
(84,93,128)
#49516E
(73,81,110)
#3E455C
(62,69,92)
#33394A
(51,57,74)
#282D38
(40,45,56)
#1D2126
(29,33,38)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #808DC8

#808DC8
(128,141,200)
#8B97CD
(139,151,205)
#96A1D2
(150,161,210)
#A1ABD7
(161,171,215)
#ACB5DC
(172,181,220)
#B7BFE1
(183,191,225)
#C2C9E6
(194,201,230)
#CDD3EB
(205,211,235)
#D8DDF0
(216,221,240)
#E3E7F5
(227,231,245)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808DC8; }

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

This text font color is #808DC8.


Background Color

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

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

This div background color is #808DC8.


Border color

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

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

This div border color is #808DC8.


Opacity

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

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

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

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

This text has shadow with #808DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808DC8 on black background.


Color preview on white background

This text has color #808DC8 on white background.



Black color preview on #808DC8 background

This text has black color on #808DC8 background.


White color preview on #808DC8 background

This text has white color on #808DC8 background.