COLOR #8098AA

HEX: #8098AA RGB: (128,152,170)

Color info

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

RGB color model

#8098AA color RGB value is (128,152,170).

RGB: (128,152,170) (50%, 60%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 152 of 255 = 60%
B 170 of 255 = 67%

128
152
170

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

Portions of RGB colors in percentages

R + G + B = 128 + 152 + 170 = 450 (100%)
R 128 of 450 ~ 28.44%
G 152 of 450 ~ 33.78%
B 170 of 450 ~ 37.78'%

%28.44
%33.78
%37.78

CMYK color model

#8098AA color CMYK value is (25,11,0,33).

  • cyan value is 24.71%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (25,11,0,33)
C25M11Y0K33 (25%, 11%, 0%, 33%)
(0.25 / 0.11 / 0.00 / 0.33)

CMYK percentages

%24.71
%10.59
%0
%33.33

Codes

Color #8098AA in popluar color models

80 98 AA
RGB 128 152 170
HSL 206° 19.81% 58.43%
HSB/HSV 206° 24.71% 66.67%
CMYK 24.71% 10.59% 0.00%
33.33%

Color #8098AA in popluar number systems.

HEX 80 98 AA
Decimal 128 152 170
Binary 10000000 10011000 10101010
Octal 200 230 252

Shades and tints

Shades of #8098AA

#8098AA
(128,152,170)
#758B9B
(117,139,155)
#6A7E8C
(106,126,140)
#5F717D
(95,113,125)
#54646E
(84,100,110)
#49575F
(73,87,95)
#3E4A50
(62,74,80)
#333D41
(51,61,65)
#283032
(40,48,50)
#1D2323
(29,35,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8098AA

#8098AA
(128,152,170)
#8BA1B1
(139,161,177)
#96AAB8
(150,170,184)
#A1B3BF
(161,179,191)
#ACBCC6
(172,188,198)
#B7C5CD
(183,197,205)
#C2CED4
(194,206,212)
#CDD7DB
(205,215,219)
#D8E0E2
(216,224,226)
#E3E9E9
(227,233,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8098AA; }

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

This text font color is #8098AA.

Background Color

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

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

This div background color is #8098AA.

Border color

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

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

This div border color is #8098AA.

Opacity

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

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

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

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

This text has shadow with #8098AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8098AA.

Preview

Color preview on black background

This text has color #8098AA on black background.


Color preview on white background

This text has color #8098AA on white background.


Black color preview on #8098AA background

This text has black color on #8098AA background.


White color preview on #8098AA background

This text has white color on #8098AA background.


Related colors

Complementary color

Complementary color for #hex is #7F6755.


I love getcolorcode.com

Triadic colors

1 #AA8098 and #98AA80 with #8098AA are triadic colors.

2 #AA9880 and #9880AA with #8098AA are triadic colors.