COLOR #809FC1

HEX: #809FC1 RGB: (128,159,193)

Color info

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

RGB color model

#809FC1 color RGB value is (128,159,193).

RGB: (128,159,193) (50%, 62%, 76%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 193 of 255 = 76%

128
159
193

R + G + B ~ 63%. #809FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 159 + 193 = 480 (100%)
R 128 of 480 ~ 26.67%
G 159 of 480 ~ 33.13%
B 193 of 480 ~ 40.21'%

%26.67
%33.13
%40.21

CMYK color model

#809FC1 color CMYK value is (34,18,0,24).

  • cyan value is 33.68%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (34,18,0,24)
C34M18Y0K24 (34%, 18%, 0%, 24%)
(0.34 / 0.18 / 0.00 / 0.24)

CMYK percentages

%33.68
%17.62
%0
%24.31

Codes

Color #809FC1 in popluar color models

80 9F C1
RGB 128 159 193
HSL 211° 34.39% 62.94%
HSB/HSV 211° 33.68% 75.69%
CMYK 33.68% 17.62% 0.00%
24.31%

Color #809FC1 in popluar number systems.

HEX 80 9F C1
Decimal 128 159 193
Binary 10000000 10011111 11000001
Octal 200 237 301

Shades and tints

Shades of #809FC1

#809FC1
(128,159,193)
#7591B0
(117,145,176)
#6A839F
(106,131,159)
#5F758E
(95,117,142)
#54677D
(84,103,125)
#49596C
(73,89,108)
#3E4B5B
(62,75,91)
#333D4A
(51,61,74)
#282F39
(40,47,57)
#1D2128
(29,33,40)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #809FC1

#809FC1
(128,159,193)
#8BA7C6
(139,167,198)
#96AFCB
(150,175,203)
#A1B7D0
(161,183,208)
#ACBFD5
(172,191,213)
#B7C7DA
(183,199,218)
#C2CFDF
(194,207,223)
#CDD7E4
(205,215,228)
#D8DFE9
(216,223,233)
#E3E7EE
(227,231,238)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809FC1 color. Also use rgb(128,159,193) instead hex code.

Text Font Color

.myTextColor { color: #809FC1; }

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

This text font color is #809FC1.

Background Color

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

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

This div background color is #809FC1.

Border color

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

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

This div border color is #809FC1.

Opacity

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

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

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

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

This text has shadow with #809FC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809FC1.

Preview

Color preview on black background

This text has color #809FC1 on black background.


Color preview on white background

This text has color #809FC1 on white background.


Black color preview on #809FC1 background

This text has black color on #809FC1 background.


White color preview on #809FC1 background

This text has white color on #809FC1 background.


Related colors

Complementary color

Complementary color for #hex is #7F603E.


I love getcolorcode.com

Triadic colors

1 #C1809F and #9FC180 with #809FC1 are triadic colors.

2 #C19F80 and #9F80C1 with #809FC1 are triadic colors.