COLOR #809BD7

HEX: #809BD7
RGB: (128,155,215)

Color info

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

RGB color model

#809BD7 color RGB value is (128,155,215).

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

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 215 of 255 = 84%

128
155
215

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

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 215 = 498 (100%)
R 128 of 498 ~ 25.7%
G 155 of 498 ~ 31.12%
B 215 of 498 ~ 43.17%

%25.7
%31.12
%43.17

CMYK color model

#809BD7 color CMYK value is (40,28,0,16).

  • cyan value is 40.47%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(40,28,0,16)
C40M28Y0K16 
(40%,28%,0%,16%)
(0.40/0.28/0.00/0.16)	

CMYK percentages

%40.47
%27.91
%0
%15.69

Codes

Color #809BD7 in popluar color models

809BD7
RGB128155215
HSL221°52.10%67.25%
HSB/HSV221°40.47%84.31%
CMYK40.47%27.91%0.00%
15.69%

Color #809BD7 in popluar number systems.

HEX809BD7
Decimal128155215
Binary100000001001101111010111
Octal200233327

Shades and tints

Shades of #809BD7

#809BD7
(128,155,215)
#758DC4
(117,141,196)
#6A7FB1
(106,127,177)
#5F719E
(95,113,158)
#54638B
(84,99,139)
#495578
(73,85,120)
#3E4765
(62,71,101)
#333952
(51,57,82)
#282B3F
(40,43,63)
#1D1D2C
(29,29,44)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #809BD7

#809BD7
(128,155,215)
#8BA4DA
(139,164,218)
#96ADDD
(150,173,221)
#A1B6E0
(161,182,224)
#ACBFE3
(172,191,227)
#B7C8E6
(183,200,230)
#C2D1E9
(194,209,233)
#CDDAEC
(205,218,236)
#D8E3EF
(216,227,239)
#E3ECF2
(227,236,242)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809BD7 color. Also use rgb(128,155,215) instead hex code.

Text Font Color

.myTextColor { color: #809BD7; }

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

This text font color is #809BD7.


Background Color

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

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

This div background color is #809BD7.


Border color

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

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

This div border color is #809BD7.


Opacity

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

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

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

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

This text has shadow with #809BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809BD7 on black background.


Color preview on white background

This text has color #809BD7 on white background.



Black color preview on #809BD7 background

This text has black color on #809BD7 background.


White color preview on #809BD7 background

This text has white color on #809BD7 background.