COLOR #809FB2

HEX: #809FB2
RGB: (128,159,178)

Color info

#809FB2 contains red, green and blue colors in about the same proportion. Web safe color of #809FB2 is #669999 (or #699).

RGB color model

#809FB2 color RGB value is (128,159,178).

  • red value is 128;
  • green value is 159;
  • blue value is 178.
RGB:
(128,159,178)
(50%,62%,70%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 178 of 255 = 70%

128
159
178

R + G + B ~ 61%. #809FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 159 + 178 = 465 (100%)
R 128 of 465 ~ 27.53%
G 159 of 465 ~ 34.19%
B 178 of 465 ~ 38.28%

%27.53
%34.19
%38.28

CMYK color model

#809FB2 color CMYK value is (28,11,0,30).

  • cyan value is 28.09%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(28,11,0,30)
C28M11Y0K30 
(28%,11%,0%,30%)
(0.28/0.11/0.00/0.30)	

CMYK percentages

%28.09
%10.67
%0
%30.2

Codes

Color #809FB2 in popluar color models

809FB2
RGB128159178
HSL203°24.51%60.00%
HSB/HSV203°28.09%69.80%
CMYK28.09%10.67%0.00%
30.20%

Color #809FB2 in popluar number systems.

HEX809FB2
Decimal128159178
Binary100000001001111110110010
Octal200237262

Shades and tints

Shades of #809FB2

#809FB2
(128,159,178)
#7591A2
(117,145,162)
#6A8392
(106,131,146)
#5F7582
(95,117,130)
#546772
(84,103,114)
#495962
(73,89,98)
#3E4B52
(62,75,82)
#333D42
(51,61,66)
#282F32
(40,47,50)
#1D2122
(29,33,34)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #809FB2

#809FB2
(128,159,178)
#8BA7B9
(139,167,185)
#96AFC0
(150,175,192)
#A1B7C7
(161,183,199)
#ACBFCE
(172,191,206)
#B7C7D5
(183,199,213)
#C2CFDC
(194,207,220)
#CDD7E3
(205,215,227)
#D8DFEA
(216,223,234)
#E3E7F1
(227,231,241)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809FB2; }

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

This text font color is #809FB2.


Background Color

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

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

This div background color is #809FB2.


Border color

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

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

This div border color is #809FB2.


Opacity

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

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

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

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

This text has shadow with #809FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809FB2 on black background.


Color preview on white background

This text has color #809FB2 on white background.



Black color preview on #809FB2 background

This text has black color on #809FB2 background.


White color preview on #809FB2 background

This text has white color on #809FB2 background.