COLOR #808EBA

HEX: #808EBA RGB: (128,142,186)

Color info

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

RGB color model

#808EBA color RGB value is (128,142,186).

RGB: (128,142,186) (50%, 56%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 186 of 255 = 73%

128
142
186

R + G + B ~ 60%. #808EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 186 = 456 (100%)
R 128 of 456 ~ 28.07%
G 142 of 456 ~ 31.14%
B 186 of 456 ~ 40.79'%

%28.07
%31.14
%40.79

CMYK color model

#808EBA color CMYK value is (31,24,0,27).

  • cyan value is 31.18%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (31,24,0,27)
C31M24Y0K27 (31%, 24%, 0%, 27%)
(0.31 / 0.24 / 0.00 / 0.27)

CMYK percentages

%31.18
%23.66
%0
%27.06

Codes

Color #808EBA in popluar color models

80 8E BA
RGB 128 142 186
HSL 226° 29.59% 61.57%
HSB/HSV 226° 31.18% 72.94%
CMYK 31.18% 23.66% 0.00%
27.06%

Color #808EBA in popluar number systems.

HEX 80 8E BA
Decimal 128 142 186
Binary 10000000 10001110 10111010
Octal 200 216 272

Shades and tints

Shades of #808EBA

#808EBA
(128,142,186)
#7582AA
(117,130,170)
#6A769A
(106,118,154)
#5F6A8A
(95,106,138)
#545E7A
(84,94,122)
#49526A
(73,82,106)
#3E465A
(62,70,90)
#333A4A
(51,58,74)
#282E3A
(40,46,58)
#1D222A
(29,34,42)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #808EBA

#808EBA
(128,142,186)
#8B98C0
(139,152,192)
#96A2C6
(150,162,198)
#A1ACCC
(161,172,204)
#ACB6D2
(172,182,210)
#B7C0D8
(183,192,216)
#C2CADE
(194,202,222)
#CDD4E4
(205,212,228)
#D8DEEA
(216,222,234)
#E3E8F0
(227,232,240)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808EBA color. Also use rgb(128,142,186) instead hex code.

Text Font Color

.myTextColor { color: #808EBA; }

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

This text font color is #808EBA.

Background Color

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

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

This div background color is #808EBA.

Border color

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

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

This div border color is #808EBA.

Opacity

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

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

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

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

This text has shadow with #808EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808EBA.

Preview

Color preview on black background

This text has color #808EBA on black background.


Color preview on white background

This text has color #808EBA on white background.


Black color preview on #808EBA background

This text has black color on #808EBA background.


White color preview on #808EBA background

This text has white color on #808EBA background.


Related colors

Complementary color

Complementary color for #hex is #7F7145.


I love getcolorcode.com

Triadic colors

1 #BA808E and #8EBA80 with #808EBA are triadic colors.

2 #BA8E80 and #8E80BA with #808EBA are triadic colors.