COLOR #809BA5

HEX: #809BA5
RGB: (128,155,165)

Color info

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

RGB color model

#809BA5 color RGB value is (128,155,165).

  • red value is 128;
  • green value is 155;
  • blue value is 165.
RGB:
(128,155,165)
(50%,61%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 165 of 255 = 65%

128
155
165

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

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 165 = 448 (100%)
R 128 of 448 ~ 28.57%
G 155 of 448 ~ 34.6%
B 165 of 448 ~ 36.83%

%28.57
%34.6
%36.83

CMYK color model

#809BA5 color CMYK value is (22,6,0,35).

  • cyan value is 22.42%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,6,0,35)
C22M6Y0K35 
(22%,6%,0%,35%)
(0.22/0.06/0.00/0.35)	

CMYK percentages

%22.42
%6.06
%0
%35.29

Codes

Color #809BA5 in popluar color models

809BA5
RGB128155165
HSL196°17.05%57.45%
HSB/HSV196°22.42%64.71%
CMYK22.42%6.06%0.00%
35.29%

Color #809BA5 in popluar number systems.

HEX809BA5
Decimal128155165
Binary100000001001101110100101
Octal200233245

Shades and tints

Shades of #809BA5

#809BA5
(128,155,165)
#758D96
(117,141,150)
#6A7F87
(106,127,135)
#5F7178
(95,113,120)
#546369
(84,99,105)
#49555A
(73,85,90)
#3E474B
(62,71,75)
#33393C
(51,57,60)
#282B2D
(40,43,45)
#1D1D1E
(29,29,30)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #809BA5

#809BA5
(128,155,165)
#8BA4AD
(139,164,173)
#96ADB5
(150,173,181)
#A1B6BD
(161,182,189)
#ACBFC5
(172,191,197)
#B7C8CD
(183,200,205)
#C2D1D5
(194,209,213)
#CDDADD
(205,218,221)
#D8E3E5
(216,227,229)
#E3ECED
(227,236,237)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809BA5 color. Also use rgb(128,155,165) instead hex code.

Text Font Color

.myTextColor { color: #809BA5; }

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

This text font color is #809BA5.


Background Color

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

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

This div background color is #809BA5.


Border color

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

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

This div border color is #809BA5.


Opacity

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

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

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

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

This text has shadow with #809BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809BA5 on black background.


Color preview on white background

This text has color #809BA5 on white background.



Black color preview on #809BA5 background

This text has black color on #809BA5 background.


White color preview on #809BA5 background

This text has white color on #809BA5 background.