COLOR #809FDD

HEX: #809FDD
RGB: (128,159,221)

Color info

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

RGB color model

#809FDD color RGB value is (128,159,221).

  • red value is 128;
  • green value is 159;
  • blue value is 221.
RGB:
(128,159,221)
(50%,62%,87%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 221 of 255 = 87%

128
159
221

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

Portions of RGB colors in percentages

R + G + B =
128 + 159 + 221 = 508 (100%)
R 128 of 508 ~ 25.2%
G 159 of 508 ~ 31.3%
B 221 of 508 ~ 43.5%

%25.2
%31.3
%43.5

CMYK color model

#809FDD color CMYK value is (42,28,0,13).

  • cyan value is 42.08%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(42,28,0,13)
C42M28Y0K13 
(42%,28%,0%,13%)
(0.42/0.28/0.00/0.13)	

CMYK percentages

%42.08
%28.05
%0
%13.33

Codes

Color #809FDD in popluar color models

809FDD
RGB128159221
HSL220°57.76%68.43%
HSB/HSV220°42.08%86.67%
CMYK42.08%28.05%0.00%
13.33%

Color #809FDD in popluar number systems.

HEX809FDD
Decimal128159221
Binary100000001001111111011101
Octal200237335

Shades and tints

Shades of #809FDD

#809FDD
(128,159,221)
#7591C9
(117,145,201)
#6A83B5
(106,131,181)
#5F75A1
(95,117,161)
#54678D
(84,103,141)
#495979
(73,89,121)
#3E4B65
(62,75,101)
#333D51
(51,61,81)
#282F3D
(40,47,61)
#1D2129
(29,33,41)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #809FDD

#809FDD
(128,159,221)
#8BA7E0
(139,167,224)
#96AFE3
(150,175,227)
#A1B7E6
(161,183,230)
#ACBFE9
(172,191,233)
#B7C7EC
(183,199,236)
#C2CFEF
(194,207,239)
#CDD7F2
(205,215,242)
#D8DFF5
(216,223,245)
#E3E7F8
(227,231,248)
#EEEFFB
(238,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809FDD color. Also use rgb(128,159,221) instead hex code.

Text Font Color

.myTextColor { color: #809FDD; }

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

This text font color is #809FDD.


Background Color

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

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

This div background color is #809FDD.


Border color

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

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

This div border color is #809FDD.


Opacity

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

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

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

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

This text has shadow with #809FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809FDD on black background.


Color preview on white background

This text has color #809FDD on white background.



Black color preview on #809FDD background

This text has black color on #809FDD background.


White color preview on #809FDD background

This text has white color on #809FDD background.