COLOR #808BC6

HEX: #808BC6 RGB: (128,139,198)

Color info

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

RGB color model

#808BC6 color RGB value is (128,139,198).

RGB: (128,139,198) (50%, 55%, 78%)

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 198 of 255 = 78%

128
139
198

R + G + B ~ 61%. #808BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 139 + 198 = 465 (100%)
R 128 of 465 ~ 27.53%
G 139 of 465 ~ 29.89%
B 198 of 465 ~ 42.58'%

%27.53
%29.89
%42.58

CMYK color model

#808BC6 color CMYK value is (35,30,0,22).

  • cyan value is 35.35%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (35,30,0,22)
C35M30Y0K22 (35%, 30%, 0%, 22%)
(0.35 / 0.30 / 0.00 / 0.22)

CMYK percentages

%35.35
%29.8
%0
%22.35

Codes

Color #808BC6 in popluar color models

80 8B C6
RGB 128 139 198
HSL 231° 38.04% 63.92%
HSB/HSV 231° 35.35% 77.65%
CMYK 35.35% 29.80% 0.00%
22.35%

Color #808BC6 in popluar number systems.

HEX 80 8B C6
Decimal 128 139 198
Binary 10000000 10001011 11000110
Octal 200 213 306

Shades and tints

Shades of #808BC6

#808BC6
(128,139,198)
#757FB4
(117,127,180)
#6A73A2
(106,115,162)
#5F6790
(95,103,144)
#545B7E
(84,91,126)
#494F6C
(73,79,108)
#3E435A
(62,67,90)
#333748
(51,55,72)
#282B36
(40,43,54)
#1D1F24
(29,31,36)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #808BC6

#808BC6
(128,139,198)
#8B95CB
(139,149,203)
#969FD0
(150,159,208)
#A1A9D5
(161,169,213)
#ACB3DA
(172,179,218)
#B7BDDF
(183,189,223)
#C2C7E4
(194,199,228)
#CDD1E9
(205,209,233)
#D8DBEE
(216,219,238)
#E3E5F3
(227,229,243)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808BC6 color. Also use rgb(128,139,198) instead hex code.

Text Font Color

.myTextColor { color: #808BC6; }

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

This text font color is #808BC6.

Background Color

.myBgColor { background-color: #808BC6; }

<div style="background-color:#808BC6">Inner text</div>

This div background color is #808BC6.

Border color

.myBorderColor { border: 1px solid #808BC6; }

<div style="border:3px solid #808BC6">Div</div>

This div border color is #808BC6.

Opacity

.myOpacity80 { color: #808BC6; opacity: 0.8; }

<p style="color:#808BC6;opacity:0.8;">80%</p>

Text with #808BC6 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 #808BC6;}

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

This text has shadow with #808BC6 color.


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

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

This text has shadow with #808BC6 primary color and red secondary color.


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

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

This text has shadow with #808BC6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #808BC6.

Preview

Color preview on black background

This text has color #808BC6 on black background.


Color preview on white background

This text has color #808BC6 on white background.


Black color preview on #808BC6 background

This text has black color on #808BC6 background.


White color preview on #808BC6 background

This text has white color on #808BC6 background.


Related colors

Complementary color

Complementary color for #hex is #7F7439.


I love getcolorcode.com

Triadic colors

1 #C6808B and #8BC680 with #808BC6 are triadic colors.

2 #C68B80 and #8B80C6 with #808BC6 are triadic colors.