COLOR #809CB1

HEX: #809CB1
RGB: (128,156,177)

Color info

#809CB1 contains red, green and blue colors in about the same proportion. Web safe color of #809CB1 is #669999 (or #699).

RGB color model

#809CB1 color RGB value is (128,156,177).

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

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 177 of 255 = 69%

128
156
177

R + G + B ~ 60%. #809CB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 177 = 461 (100%)
R 128 of 461 ~ 27.77%
G 156 of 461 ~ 33.84%
B 177 of 461 ~ 38.39%

%27.77
%33.84
%38.39

CMYK color model

#809CB1 color CMYK value is (28,12,0,31).

  • cyan value is 27.68%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,12,0,31)
C28M12Y0K31 
(28%,12%,0%,31%)
(0.28/0.12/0.00/0.31)	

CMYK percentages

%27.68
%11.86
%0
%30.59

Codes

Color #809CB1 in popluar color models

809CB1
RGB128156177
HSL206°23.90%59.80%
HSB/HSV206°27.68%69.41%
CMYK27.68%11.86%0.00%
30.59%

Color #809CB1 in popluar number systems.

HEX809CB1
Decimal128156177
Binary100000001001110010110001
Octal200234261

Shades and tints

Shades of #809CB1

#809CB1
(128,156,177)
#758EA1
(117,142,161)
#6A8091
(106,128,145)
#5F7281
(95,114,129)
#546471
(84,100,113)
#495661
(73,86,97)
#3E4851
(62,72,81)
#333A41
(51,58,65)
#282C31
(40,44,49)
#1D1E21
(29,30,33)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #809CB1

#809CB1
(128,156,177)
#8BA5B8
(139,165,184)
#96AEBF
(150,174,191)
#A1B7C6
(161,183,198)
#ACC0CD
(172,192,205)
#B7C9D4
(183,201,212)
#C2D2DB
(194,210,219)
#CDDBE2
(205,219,226)
#D8E4E9
(216,228,233)
#E3EDF0
(227,237,240)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809CB1; }

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

This text font color is #809CB1.


Background Color

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

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

This div background color is #809CB1.


Border color

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

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

This div border color is #809CB1.


Opacity

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

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

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

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

This text has shadow with #809CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809CB1 on black background.


Color preview on white background

This text has color #809CB1 on white background.



Black color preview on #809CB1 background

This text has black color on #809CB1 background.


White color preview on #809CB1 background

This text has white color on #809CB1 background.