COLOR #809CE6

HEX: #809CE6 RGB: (128,156,230)

Color info

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

RGB color model

#809CE6 color RGB value is (128,156,230).

RGB: (128,156,230) (50%, 61%, 90%)

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 230 of 255 = 90%

128
156
230

R + G + B ~ 67%. #809CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 156 + 230 = 514 (100%)
R 128 of 514 ~ 24.9%
G 156 of 514 ~ 30.35%
B 230 of 514 ~ 44.75'%

%24.9
%30.35
%44.75

CMYK color model

#809CE6 color CMYK value is (44,32,0,10).

  • cyan value is 44.35%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (44,32,0,10)
C44M32Y0K10 (44%, 32%, 0%, 10%)
(0.44 / 0.32 / 0.00 / 0.10)

CMYK percentages

%44.35
%32.17
%0
%9.8

Codes

Color #809CE6 in popluar color models

80 9C E6
RGB 128 156 230
HSL 224° 67.11% 70.20%
HSB/HSV 224° 44.35% 90.20%
CMYK 44.35% 32.17% 0.00%
9.80%

Color #809CE6 in popluar number systems.

HEX 80 9C E6
Decimal 128 156 230
Binary 10000000 10011100 11100110
Octal 200 234 346

Shades and tints

Shades of #809CE6

#809CE6
(128,156,230)
#758ED2
(117,142,210)
#6A80BE
(106,128,190)
#5F72AA
(95,114,170)
#546496
(84,100,150)
#495682
(73,86,130)
#3E486E
(62,72,110)
#333A5A
(51,58,90)
#282C46
(40,44,70)
#1D1E32
(29,30,50)
#12101E
(18,16,30)
#000000
(0,0,0)

Tints of #809CE6

#809CE6
(128,156,230)
#8BA5E8
(139,165,232)
#96AEEA
(150,174,234)
#A1B7EC
(161,183,236)
#ACC0EE
(172,192,238)
#B7C9F0
(183,201,240)
#C2D2F2
(194,210,242)
#CDDBF4
(205,219,244)
#D8E4F6
(216,228,246)
#E3EDF8
(227,237,248)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809CE6 color. Also use rgb(128,156,230) instead hex code.

Text Font Color

.myTextColor { color: #809CE6; }

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

This text font color is #809CE6.

Background Color

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

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

This div background color is #809CE6.

Border color

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

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

This div border color is #809CE6.

Opacity

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

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

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

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

This text has shadow with #809CE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809CE6.

Preview

Color preview on black background

This text has color #809CE6 on black background.


Color preview on white background

This text has color #809CE6 on white background.


Black color preview on #809CE6 background

This text has black color on #809CE6 background.


White color preview on #809CE6 background

This text has white color on #809CE6 background.


Related colors

Complementary color

Complementary color for #809CE6 is #7F6319.


I love getcolorcode.com

Triadic colors

1 #E6809C and #9CE680 with #809CE6 are triadic colors.

2 #E69C80 and #9C80E6 with #809CE6 are triadic colors.