COLOR #809DCF

HEX: #809DCF RGB: (128,157,207)

Color info

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

RGB color model

#809DCF color RGB value is (128,157,207).

RGB: (128,157,207) (50%, 62%, 81%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 207 of 255 = 81%

128
157
207

R + G + B ~ 64%. #809DCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 157 + 207 = 492 (100%)
R 128 of 492 ~ 26.02%
G 157 of 492 ~ 31.91%
B 207 of 492 ~ 42.07'%

%26.02
%31.91
%42.07

CMYK color model

#809DCF color CMYK value is (38,24,0,19).

  • cyan value is 38.16%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (38,24,0,19)
C38M24Y0K19 (38%, 24%, 0%, 19%)
(0.38 / 0.24 / 0.00 / 0.19)

CMYK percentages

%38.16
%24.15
%0
%18.82

Codes

Color #809DCF in popluar color models

80 9D CF
RGB 128 157 207
HSL 218° 45.14% 65.69%
HSB/HSV 218° 38.16% 81.18%
CMYK 38.16% 24.15% 0.00%
18.82%

Color #809DCF in popluar number systems.

HEX 80 9D CF
Decimal 128 157 207
Binary 10000000 10011101 11001111
Octal 200 235 317

Shades and tints

Shades of #809DCF

#809DCF
(128,157,207)
#758FBD
(117,143,189)
#6A81AB
(106,129,171)
#5F7399
(95,115,153)
#546587
(84,101,135)
#495775
(73,87,117)
#3E4963
(62,73,99)
#333B51
(51,59,81)
#282D3F
(40,45,63)
#1D1F2D
(29,31,45)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #809DCF

#809DCF
(128,157,207)
#8BA5D3
(139,165,211)
#96ADD7
(150,173,215)
#A1B5DB
(161,181,219)
#ACBDDF
(172,189,223)
#B7C5E3
(183,197,227)
#C2CDE7
(194,205,231)
#CDD5EB
(205,213,235)
#D8DDEF
(216,221,239)
#E3E5F3
(227,229,243)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809DCF color. Also use rgb(128,157,207) instead hex code.

Text Font Color

.myTextColor { color: #809DCF; }

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

This text font color is #809DCF.

Background Color

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

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

This div background color is #809DCF.

Border color

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

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

This div border color is #809DCF.

Opacity

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

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

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

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

This text has shadow with #809DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809DCF.

Preview

Color preview on black background

This text has color #809DCF on black background.


Color preview on white background

This text has color #809DCF on white background.


Black color preview on #809DCF background

This text has black color on #809DCF background.


White color preview on #809DCF background

This text has white color on #809DCF background.


Related colors

Complementary color

Complementary color for #hex is #7F6230.


I love getcolorcode.com

Triadic colors

1 #CF809D and #9DCF80 with #809DCF are triadic colors.

2 #CF9D80 and #9D80CF with #809DCF are triadic colors.