COLOR #809EC0

HEX: #809EC0 RGB: (128,158,192)

Color info

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

RGB color model

#809EC0 color RGB value is (128,158,192).

RGB: (128,158,192) (50%, 62%, 75%)

RGB channels and saturation

R 128 of 255 = 50%
G 158 of 255 = 62%
B 192 of 255 = 75%

128
158
192

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

Portions of RGB colors in percentages

R + G + B = 128 + 158 + 192 = 478 (100%)
R 128 of 478 ~ 26.78%
G 158 of 478 ~ 33.05%
B 192 of 478 ~ 40.17'%

%26.78
%33.05
%40.17

CMYK color model

#809EC0 color CMYK value is (33,18,0,25).

  • cyan value is 33.33%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (33,18,0,25)
C33M18Y0K25 (33%, 18%, 0%, 25%)
(0.33 / 0.18 / 0.00 / 0.25)

CMYK percentages

%33.33
%17.71
%0
%24.71

Codes

Color #809EC0 in popluar color models

80 9E C0
RGB 128 158 192
HSL 212° 33.68% 62.75%
HSB/HSV 212° 33.33% 75.29%
CMYK 33.33% 17.71% 0.00%
24.71%

Color #809EC0 in popluar number systems.

HEX 80 9E C0
Decimal 128 158 192
Binary 10000000 10011110 11000000
Octal 200 236 300

Shades and tints

Shades of #809EC0

#809EC0
(128,158,192)
#7590AF
(117,144,175)
#6A829E
(106,130,158)
#5F748D
(95,116,141)
#54667C
(84,102,124)
#49586B
(73,88,107)
#3E4A5A
(62,74,90)
#333C49
(51,60,73)
#282E38
(40,46,56)
#1D2027
(29,32,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #809EC0

#809EC0
(128,158,192)
#8BA6C5
(139,166,197)
#96AECA
(150,174,202)
#A1B6CF
(161,182,207)
#ACBED4
(172,190,212)
#B7C6D9
(183,198,217)
#C2CEDE
(194,206,222)
#CDD6E3
(205,214,227)
#D8DEE8
(216,222,232)
#E3E6ED
(227,230,237)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809EC0 color. Also use rgb(128,158,192) instead hex code.

Text Font Color

.myTextColor { color: #809EC0; }

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

This text font color is #809EC0.

Background Color

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

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

This div background color is #809EC0.

Border color

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

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

This div border color is #809EC0.

Opacity

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

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

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

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

This text has shadow with #809EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809EC0.

Preview

Color preview on black background

This text has color #809EC0 on black background.


Color preview on white background

This text has color #809EC0 on white background.


Black color preview on #809EC0 background

This text has black color on #809EC0 background.


White color preview on #809EC0 background

This text has white color on #809EC0 background.


Related colors

Complementary color

Complementary color for #hex is #7F613F.


I love getcolorcode.com

Triadic colors

1 #C0809E and #9EC080 with #809EC0 are triadic colors.

2 #C09E80 and #9E80C0 with #809EC0 are triadic colors.