COLOR #8398AA

HEX: #8398AA RGB: (131,152,170)

Color info

#8398AA contains red, green and blue colors in about the same proportion. Web safe color of #8398AA is #999999 (or #999).

RGB color model

#8398AA color RGB value is (131,152,170).

RGB: (131,152,170) (51%, 60%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 170 of 255 = 67%

131
152
170

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

Portions of RGB colors in percentages

R + G + B = 131 + 152 + 170 = 453 (100%)
R 131 of 453 ~ 28.92%
G 152 of 453 ~ 33.55%
B 170 of 453 ~ 37.53'%

%28.92
%33.55
%37.53

CMYK color model

#8398AA color CMYK value is (23,11,0,33).

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

CMYK: (23,11,0,33)
C23M11Y0K33 (23%, 11%, 0%, 33%)
(0.23 / 0.11 / 0.00 / 0.33)

CMYK percentages

%22.94
%10.59
%0
%33.33

Codes

Color #8398AA in popluar color models

83 98 AA
RGB 131 152 170
HSL 208° 18.66% 59.02%
HSB/HSV 208° 22.94% 66.67%
CMYK 22.94% 10.59% 0.00%
33.33%

Color #8398AA in popluar number systems.

HEX 83 98 AA
Decimal 131 152 170
Binary 10000011 10011000 10101010
Octal 203 230 252

Shades and tints

Shades of #8398AA

#8398AA
(131,152,170)
#788B9B
(120,139,155)
#6D7E8C
(109,126,140)
#62717D
(98,113,125)
#57646E
(87,100,110)
#4C575F
(76,87,95)
#414A50
(65,74,80)
#363D41
(54,61,65)
#2B3032
(43,48,50)
#202323
(32,35,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #8398AA

#8398AA
(131,152,170)
#8EA1B1
(142,161,177)
#99AAB8
(153,170,184)
#A4B3BF
(164,179,191)
#AFBCC6
(175,188,198)
#BAC5CD
(186,197,205)
#C5CED4
(197,206,212)
#D0D7DB
(208,215,219)
#DBE0E2
(219,224,226)
#E6E9E9
(230,233,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8398AA; }

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

This text font color is #8398AA.

Background Color

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

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

This div background color is #8398AA.

Border color

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

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

This div border color is #8398AA.

Opacity

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

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

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

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

This text has shadow with #8398AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8398AA.

Preview

Color preview on black background

This text has color #8398AA on black background.


Color preview on white background

This text has color #8398AA on white background.


Black color preview on #8398AA background

This text has black color on #8398AA background.


White color preview on #8398AA background

This text has white color on #8398AA background.


Related colors

Complementary color

Complementary color for #hex is #7C6755.


I love getcolorcode.com

Triadic colors

1 #AA8398 and #98AA83 with #8398AA are triadic colors.

2 #AA9883 and #9883AA with #8398AA are triadic colors.