COLOR #808EB4

HEX: #808EB4 RGB: (128,142,180)

Color info

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

RGB color model

#808EB4 color RGB value is (128,142,180).

RGB: (128,142,180) (50%, 56%, 71%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 180 of 255 = 71%

128
142
180

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

Portions of RGB colors in percentages

R + G + B = 128 + 142 + 180 = 450 (100%)
R 128 of 450 ~ 28.44%
G 142 of 450 ~ 31.56%
B 180 of 450 ~ 40'%

%28.44
%31.56
%40

CMYK color model

#808EB4 color CMYK value is (29,21,0,29).

  • cyan value is 28.89%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (29,21,0,29)
C29M21Y0K29 (29%, 21%, 0%, 29%)
(0.29 / 0.21 / 0.00 / 0.29)

CMYK percentages

%28.89
%21.11
%0
%29.41

Codes

Color #808EB4 in popluar color models

80 8E B4
RGB 128 142 180
HSL 224° 25.74% 60.39%
HSB/HSV 224° 28.89% 70.59%
CMYK 28.89% 21.11% 0.00%
29.41%

Color #808EB4 in popluar number systems.

HEX 80 8E B4
Decimal 128 142 180
Binary 10000000 10001110 10110100
Octal 200 216 264

Shades and tints

Shades of #808EB4

#808EB4
(128,142,180)
#7582A4
(117,130,164)
#6A7694
(106,118,148)
#5F6A84
(95,106,132)
#545E74
(84,94,116)
#495264
(73,82,100)
#3E4654
(62,70,84)
#333A44
(51,58,68)
#282E34
(40,46,52)
#1D2224
(29,34,36)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #808EB4

#808EB4
(128,142,180)
#8B98BA
(139,152,186)
#96A2C0
(150,162,192)
#A1ACC6
(161,172,198)
#ACB6CC
(172,182,204)
#B7C0D2
(183,192,210)
#C2CAD8
(194,202,216)
#CDD4DE
(205,212,222)
#D8DEE4
(216,222,228)
#E3E8EA
(227,232,234)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808EB4; }

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

This text font color is #808EB4.

Background Color

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

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

This div background color is #808EB4.

Border color

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

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

This div border color is #808EB4.

Opacity

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

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

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

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

This text has shadow with #808EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808EB4.

Preview

Color preview on black background

This text has color #808EB4 on black background.


Color preview on white background

This text has color #808EB4 on white background.


Black color preview on #808EB4 background

This text has black color on #808EB4 background.


White color preview on #808EB4 background

This text has white color on #808EB4 background.


Related colors

Complementary color

Complementary color for #hex is #7F714B.


I love getcolorcode.com

Triadic colors

1 #B4808E and #8EB480 with #808EB4 are triadic colors.

2 #B48E80 and #8E80B4 with #808EB4 are triadic colors.