COLOR #809CD6

HEX: #809CD6
RGB: (128,156,214)

Color info

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

RGB color model

#809CD6 color RGB value is (128,156,214).

  • red value is 128;
  • green value is 156;
  • blue value is 214.
RGB: (128,156,214) (50%,61%,84%)

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 214 of 255 = 84%

128
156
214

R + G + B ~ 65%. #809CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 214 = 498 (100%)
R 128 of 498 ~ 25.7%
G 156 of 498 ~ 31.33%
B 214 of 498 ~ 42.97%

%25.7
%31.33
%42.97

CMYK color model

#809CD6 color CMYK value is (40,27,0,16).

  • cyan value is 40.19%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (40,27,0,16) C40M27Y0K16 (40%,27%,0%,16%) (0.40/0.27/0.00/0.16)

CMYK percentages

%40.19
%27.1
%0
%16.08

Codes

Color #809CD6 in popluar color models

809CD6
RGB128156214
HSL220°51.19%67.06%
HSB/HSV220°40.19%83.92%
CMYK40.19%27.10%0.00%
16.08%

Color #809CD6 in popluar number systems.

HEX809CD6
Decimal128156214
Binary100000001001110011010110
Octal200234326

Shades and tints

Shades of #809CD6

#809CD6
(128,156,214)
#758EC3
(117,142,195)
#6A80B0
(106,128,176)
#5F729D
(95,114,157)
#54648A
(84,100,138)
#495677
(73,86,119)
#3E4864
(62,72,100)
#333A51
(51,58,81)
#282C3E
(40,44,62)
#1D1E2B
(29,30,43)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #809CD6

#809CD6
(128,156,214)
#8BA5D9
(139,165,217)
#96AEDC
(150,174,220)
#A1B7DF
(161,183,223)
#ACC0E2
(172,192,226)
#B7C9E5
(183,201,229)
#C2D2E8
(194,210,232)
#CDDBEB
(205,219,235)
#D8E4EE
(216,228,238)
#E3EDF1
(227,237,241)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809CD6; }

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

This text font color is #809CD6.


Background Color

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

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

This div background color is #809CD6.


Border color

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

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

This div border color is #809CD6.


Opacity

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

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

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

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

This text has shadow with #809CD6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #809CD6 on black background.


Color preview on white background

This text has color #809CD6 on white background.



Black color preview on #809CD6 background

This text has black color on #809CD6 background.


White color preview on #809CD6 background

This text has white color on #809CD6 background.