COLOR #8098A9

HEX: #8098A9 RGB: (128,152,169)

Color info

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

RGB color model

#8098A9 color RGB value is (128,152,169).

RGB: (128,152,169) (50%, 60%, 66%)

RGB channels and saturation

R 128 of 255 = 50%
G 152 of 255 = 60%
B 169 of 255 = 66%

128
152
169

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

Portions of RGB colors in percentages

R + G + B = 128 + 152 + 169 = 449 (100%)
R 128 of 449 ~ 28.51%
G 152 of 449 ~ 33.85%
B 169 of 449 ~ 37.64'%

%28.51
%33.85
%37.64

CMYK color model

#8098A9 color CMYK value is (24,10,0,34).

  • cyan value is 24.26%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (24,10,0,34)
C24M10Y0K34 (24%, 10%, 0%, 34%)
(0.24 / 0.10 / 0.00 / 0.34)

CMYK percentages

%24.26
%10.06
%0
%33.73

Codes

Color #8098A9 in popluar color models

80 98 A9
RGB 128 152 169
HSL 205° 19.25% 58.24%
HSB/HSV 205° 24.26% 66.27%
CMYK 24.26% 10.06% 0.00%
33.73%

Color #8098A9 in popluar number systems.

HEX 80 98 A9
Decimal 128 152 169
Binary 10000000 10011000 10101001
Octal 200 230 251

Shades and tints

Shades of #8098A9

#8098A9
(128,152,169)
#758B9A
(117,139,154)
#6A7E8B
(106,126,139)
#5F717C
(95,113,124)
#54646D
(84,100,109)
#49575E
(73,87,94)
#3E4A4F
(62,74,79)
#333D40
(51,61,64)
#283031
(40,48,49)
#1D2322
(29,35,34)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #8098A9

#8098A9
(128,152,169)
#8BA1B0
(139,161,176)
#96AAB7
(150,170,183)
#A1B3BE
(161,179,190)
#ACBCC5
(172,188,197)
#B7C5CC
(183,197,204)
#C2CED3
(194,206,211)
#CDD7DA
(205,215,218)
#D8E0E1
(216,224,225)
#E3E9E8
(227,233,232)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8098A9; }

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

This text font color is #8098A9.

Background Color

.myBgColor { background-color: #8098A9; }

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

This div background color is #8098A9.

Border color

.myBorderColor { border: 1px solid #8098A9; }

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

This div border color is #8098A9.

Opacity

.myOpacity80 { color: #8098A9; opacity: 0.8; }

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

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

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

This text has shadow with #8098A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8098A9.

Preview

Color preview on black background

This text has color #8098A9 on black background.


Color preview on white background

This text has color #8098A9 on white background.


Black color preview on #8098A9 background

This text has black color on #8098A9 background.


White color preview on #8098A9 background

This text has white color on #8098A9 background.


Related colors

Complementary color

Complementary color for #hex is #7F6756.


I love getcolorcode.com

Triadic colors

1 #A98098 and #98A980 with #8098A9 are triadic colors.

2 #A99880 and #9880A9 with #8098A9 are triadic colors.