COLOR #808EB5

HEX: #808EB5
RGB: (128,142,181)

Color info

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

RGB color model

#808EB5 color RGB value is (128,142,181).

  • red value is 128;
  • green value is 142;
  • blue value is 181.
RGB:
(128,142,181)
(50%,56%,71%)

RGB channels and saturation

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

128
142
181

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

Portions of RGB colors in percentages

R + G + B =
128 + 142 + 181 = 451 (100%)
R 128 of 451 ~ 28.38%
G 142 of 451 ~ 31.49%
B 181 of 451 ~ 40.13%

%28.38
%31.49
%40.13

CMYK color model

#808EB5 color CMYK value is (29,22,0,29).

  • cyan value is 29.28%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(29,22,0,29)
C29M22Y0K29 
(29%,22%,0%,29%)
(0.29/0.22/0.00/0.29)	

CMYK percentages

%29.28
%21.55
%0
%29.02

Codes

Color #808EB5 in popluar color models

808EB5
RGB128142181
HSL224°26.37%60.59%
HSB/HSV224°29.28%70.98%
CMYK29.28%21.55%0.00%
29.02%

Color #808EB5 in popluar number systems.

HEX808EB5
Decimal128142181
Binary100000001000111010110101
Octal200216265

Shades and tints

Shades of #808EB5

#808EB5
(128,142,181)
#7582A5
(117,130,165)
#6A7695
(106,118,149)
#5F6A85
(95,106,133)
#545E75
(84,94,117)
#495265
(73,82,101)
#3E4655
(62,70,85)
#333A45
(51,58,69)
#282E35
(40,46,53)
#1D2225
(29,34,37)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #808EB5

#808EB5
(128,142,181)
#8B98BB
(139,152,187)
#96A2C1
(150,162,193)
#A1ACC7
(161,172,199)
#ACB6CD
(172,182,205)
#B7C0D3
(183,192,211)
#C2CAD9
(194,202,217)
#CDD4DF
(205,212,223)
#D8DEE5
(216,222,229)
#E3E8EB
(227,232,235)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808EB5; }

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

This text font color is #808EB5.


Background Color

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

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

This div background color is #808EB5.


Border color

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

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

This div border color is #808EB5.


Opacity

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

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

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

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

This text has shadow with #808EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808EB5 on black background.


Color preview on white background

This text has color #808EB5 on white background.



Black color preview on #808EB5 background

This text has black color on #808EB5 background.


White color preview on #808EB5 background

This text has white color on #808EB5 background.