COLOR #809EDC

HEX: #809EDC
RGB: (128,158,220)

Color info

#809EDC contains mainly blue color. Web safe color of #809EDC is #6699CC (or #69C).

RGB color model

#809EDC color RGB value is (128,158,220).

  • red value is 128;
  • green value is 158;
  • blue value is 220.
RGB:
(128,158,220)
(50%,62%,86%)

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 220 of 255 = 86%

128
158
220

R + G + B ~ 66%. #809EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 158 + 220 = 506 (100%)
R 128 of 506 ~ 25.3%
G 158 of 506 ~ 31.23%
B 220 of 506 ~ 43.48%

%25.3
%31.23
%43.48

CMYK color model

#809EDC color CMYK value is (42,28,0,14).

  • cyan value is 41.82%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(42,28,0,14)
C42M28Y0K14 
(42%,28%,0%,14%)
(0.42/0.28/0.00/0.14)	

CMYK percentages

%41.82
%28.18
%0
%13.73

Codes

Color #809EDC in popluar color models

809EDC
RGB128158220
HSL220°56.79%68.24%
HSB/HSV220°41.82%86.27%
CMYK41.82%28.18%0.00%
13.73%

Color #809EDC in popluar number systems.

HEX809EDC
Decimal128158220
Binary100000001001111011011100
Octal200236334

Shades and tints

Shades of #809EDC

#809EDC
(128,158,220)
#7590C8
(117,144,200)
#6A82B4
(106,130,180)
#5F74A0
(95,116,160)
#54668C
(84,102,140)
#495878
(73,88,120)
#3E4A64
(62,74,100)
#333C50
(51,60,80)
#282E3C
(40,46,60)
#1D2028
(29,32,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #809EDC

#809EDC
(128,158,220)
#8BA6DF
(139,166,223)
#96AEE2
(150,174,226)
#A1B6E5
(161,182,229)
#ACBEE8
(172,190,232)
#B7C6EB
(183,198,235)
#C2CEEE
(194,206,238)
#CDD6F1
(205,214,241)
#D8DEF4
(216,222,244)
#E3E6F7
(227,230,247)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809EDC color. Also use rgb(128,158,220) instead hex code.

Text Font Color

.myTextColor { color: #809EDC; }

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

This text font color is #809EDC.


Background Color

.myBgColor { background-color: #809EDC; }

<div style="background-color:#809EDC">Inner text</div>

This div background color is #809EDC.


Border color

.myBorderColor { border: 1px solid #809EDC; }

<div style="border:3px solid #809EDC">Div</div>

This div border color is #809EDC.


Opacity

.myOpacity80 { color: #809EDC; opacity: 0.8; }

<p style="color:#809EDC;opacity:0.8;">80%</p>

Text with #809EDC 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 #809EDC;}

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

This text has shadow with #809EDC color.

.textShadow {text-shadow: 3px 3px 1px #809EDC, 3px 3px 1px red;}

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

This text has shadow with #809EDC primary color and red secondary color.


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

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

This text has shadow with #809EDC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809EDC on black background.


Color preview on white background

This text has color #809EDC on white background.



Black color preview on #809EDC background

This text has black color on #809EDC background.


White color preview on #809EDC background

This text has white color on #809EDC background.