COLOR #809CC2

HEX: #809CC2
RGB: (128,156,194)

Color info

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

RGB color model

#809CC2 color RGB value is (128,156,194).

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

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 194 of 255 = 76%

128
156
194

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

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 194 = 478 (100%)
R 128 of 478 ~ 26.78%
G 156 of 478 ~ 32.64%
B 194 of 478 ~ 40.59%

%26.78
%32.64
%40.59

CMYK color model

#809CC2 color CMYK value is (34,20,0,24).

  • cyan value is 34.02%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(34,20,0,24)
C34M20Y0K24 
(34%,20%,0%,24%)
(0.34/0.20/0.00/0.24)	

CMYK percentages

%34.02
%19.59
%0
%23.92

Codes

Color #809CC2 in popluar color models

809CC2
RGB128156194
HSL215°35.11%63.14%
HSB/HSV215°34.02%76.08%
CMYK34.02%19.59%0.00%
23.92%

Color #809CC2 in popluar number systems.

HEX809CC2
Decimal128156194
Binary100000001001110011000010
Octal200234302

Shades and tints

Shades of #809CC2

#809CC2
(128,156,194)
#758EB1
(117,142,177)
#6A80A0
(106,128,160)
#5F728F
(95,114,143)
#54647E
(84,100,126)
#49566D
(73,86,109)
#3E485C
(62,72,92)
#333A4B
(51,58,75)
#282C3A
(40,44,58)
#1D1E29
(29,30,41)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #809CC2

#809CC2
(128,156,194)
#8BA5C7
(139,165,199)
#96AECC
(150,174,204)
#A1B7D1
(161,183,209)
#ACC0D6
(172,192,214)
#B7C9DB
(183,201,219)
#C2D2E0
(194,210,224)
#CDDBE5
(205,219,229)
#D8E4EA
(216,228,234)
#E3EDEF
(227,237,239)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809CC2; }

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

This text font color is #809CC2.


Background Color

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

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

This div background color is #809CC2.


Border color

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

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

This div border color is #809CC2.


Opacity

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

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

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

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

This text has shadow with #809CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809CC2 on black background.


Color preview on white background

This text has color #809CC2 on white background.



Black color preview on #809CC2 background

This text has black color on #809CC2 background.


White color preview on #809CC2 background

This text has white color on #809CC2 background.