COLOR #809098

HEX: #809098 RGB: (128,144,152)

Color info

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

RGB color model

#809098 color RGB value is (128,144,152).

RGB: (128,144,152) (50%, 56%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 152 of 255 = 60%

128
144
152

R + G + B ~ 55%. #809098 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 144 + 152 = 424 (100%)
R 128 of 424 ~ 30.19%
G 144 of 424 ~ 33.96%
B 152 of 424 ~ 35.85'%

%30.19
%33.96
%35.85

CMYK color model

#809098 color CMYK value is (16,5,0,40).

  • cyan value is 15.79%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (16,5,0,40)
C16M5Y0K40 (16%, 5%, 0%, 40%)
(0.16 / 0.05 / 0.00 / 0.40)

CMYK percentages

%15.79
%5.26
%0
%40.39

Codes

Color #809098 in popluar color models

80 90 98
RGB 128 144 152
HSL 200° 10.43% 54.90%
HSB/HSV 200° 15.79% 59.61%
CMYK 15.79% 5.26% 0.00%
40.39%

Color #809098 in popluar number systems.

HEX 80 90 98
Decimal 128 144 152
Binary 10000000 10010000 10011000
Octal 200 220 230

Shades and tints

Shades of #809098

#809098
(128,144,152)
#75838B
(117,131,139)
#6A767E
(106,118,126)
#5F6971
(95,105,113)
#545C64
(84,92,100)
#494F57
(73,79,87)
#3E424A
(62,66,74)
#33353D
(51,53,61)
#282830
(40,40,48)
#1D1B23
(29,27,35)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #809098

#809098
(128,144,152)
#8B9AA1
(139,154,161)
#96A4AA
(150,164,170)
#A1AEB3
(161,174,179)
#ACB8BC
(172,184,188)
#B7C2C5
(183,194,197)
#C2CCCE
(194,204,206)
#CDD6D7
(205,214,215)
#D8E0E0
(216,224,224)
#E3EAE9
(227,234,233)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809098 color. Also use rgb(128,144,152) instead hex code.

Text Font Color

.myTextColor { color: #809098; }

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

This text font color is #809098.

Background Color

.myBgColor { background-color: #809098; }

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

This div background color is #809098.

Border color

.myBorderColor { border: 1px solid #809098; }

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

This div border color is #809098.

Opacity

.myOpacity80 { color: #809098; opacity: 0.8; }

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

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

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

This text has shadow with #809098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809098.

Preview

Color preview on black background

This text has color #809098 on black background.


Color preview on white background

This text has color #809098 on white background.


Black color preview on #809098 background

This text has black color on #809098 background.


White color preview on #809098 background

This text has white color on #809098 background.


Related colors

Complementary color

Complementary color for #hex is #7F6F67.


I love getcolorcode.com

Triadic colors

1 #988090 and #909880 with #809098 are triadic colors.

2 #989080 and #908098 with #809098 are triadic colors.