COLOR #809CB6

HEX: #809CB6
RGB: (128,156,182)

Color info

#809CB6 contains red, green and blue colors in about the same proportion. Web safe color of #809CB6 is #6699CC (or #69C).

RGB color model

#809CB6 color RGB value is (128,156,182).

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

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 182 of 255 = 71%

128
156
182

R + G + B ~ 61%. #809CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 182 = 466 (100%)
R 128 of 466 ~ 27.47%
G 156 of 466 ~ 33.48%
B 182 of 466 ~ 39.06%

%27.47
%33.48
%39.06

CMYK color model

#809CB6 color CMYK value is (30,14,0,29).

  • cyan value is 29.67%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(30,14,0,29)
C30M14Y0K29 
(30%,14%,0%,29%)
(0.30/0.14/0.00/0.29)	

CMYK percentages

%29.67
%14.29
%0
%28.63

Codes

Color #809CB6 in popluar color models

809CB6
RGB128156182
HSL209°27.00%60.78%
HSB/HSV209°29.67%71.37%
CMYK29.67%14.29%0.00%
28.63%

Color #809CB6 in popluar number systems.

HEX809CB6
Decimal128156182
Binary100000001001110010110110
Octal200234266

Shades and tints

Shades of #809CB6

#809CB6
(128,156,182)
#758EA6
(117,142,166)
#6A8096
(106,128,150)
#5F7286
(95,114,134)
#546476
(84,100,118)
#495666
(73,86,102)
#3E4856
(62,72,86)
#333A46
(51,58,70)
#282C36
(40,44,54)
#1D1E26
(29,30,38)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #809CB6

#809CB6
(128,156,182)
#8BA5BC
(139,165,188)
#96AEC2
(150,174,194)
#A1B7C8
(161,183,200)
#ACC0CE
(172,192,206)
#B7C9D4
(183,201,212)
#C2D2DA
(194,210,218)
#CDDBE0
(205,219,224)
#D8E4E6
(216,228,230)
#E3EDEC
(227,237,236)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809CB6; }

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

This text font color is #809CB6.


Background Color

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

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

This div background color is #809CB6.


Border color

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

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

This div border color is #809CB6.


Opacity

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

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

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

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

This text has shadow with #809CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809CB6 on black background.


Color preview on white background

This text has color #809CB6 on white background.



Black color preview on #809CB6 background

This text has black color on #809CB6 background.


White color preview on #809CB6 background

This text has white color on #809CB6 background.