COLOR #809DBC

HEX: #809DBC
RGB: (128,157,188)

Color info

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

RGB color model

#809DBC color RGB value is (128,157,188).

  • red value is 128;
  • green value is 157;
  • blue value is 188.
RGB:
(128,157,188)
(50%,62%,74%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 188 of 255 = 74%

128
157
188

R + G + B ~ 62%. #809DBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 157 + 188 = 473 (100%)
R 128 of 473 ~ 27.06%
G 157 of 473 ~ 33.19%
B 188 of 473 ~ 39.75%

%27.06
%33.19
%39.75

CMYK color model

#809DBC color CMYK value is (32,16,0,26).

  • cyan value is 31.91%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(32,16,0,26)
C32M16Y0K26 
(32%,16%,0%,26%)
(0.32/0.16/0.00/0.26)	

CMYK percentages

%31.91
%16.49
%0
%26.27

Codes

Color #809DBC in popluar color models

809DBC
RGB128157188
HSL211°30.93%61.96%
HSB/HSV211°31.91%73.73%
CMYK31.91%16.49%0.00%
26.27%

Color #809DBC in popluar number systems.

HEX809DBC
Decimal128157188
Binary100000001001110110111100
Octal200235274

Shades and tints

Shades of #809DBC

#809DBC
(128,157,188)
#758FAB
(117,143,171)
#6A819A
(106,129,154)
#5F7389
(95,115,137)
#546578
(84,101,120)
#495767
(73,87,103)
#3E4956
(62,73,86)
#333B45
(51,59,69)
#282D34
(40,45,52)
#1D1F23
(29,31,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #809DBC

#809DBC
(128,157,188)
#8BA5C2
(139,165,194)
#96ADC8
(150,173,200)
#A1B5CE
(161,181,206)
#ACBDD4
(172,189,212)
#B7C5DA
(183,197,218)
#C2CDE0
(194,205,224)
#CDD5E6
(205,213,230)
#D8DDEC
(216,221,236)
#E3E5F2
(227,229,242)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809DBC; }

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

This text font color is #809DBC.


Background Color

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

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

This div background color is #809DBC.


Border color

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

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

This div border color is #809DBC.


Opacity

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

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

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

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

This text has shadow with #809DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809DBC on black background.


Color preview on white background

This text has color #809DBC on white background.



Black color preview on #809DBC background

This text has black color on #809DBC background.


White color preview on #809DBC background

This text has white color on #809DBC background.