COLOR #8399AD

HEX: #8399AD RGB: (131,153,173)

Color info

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

RGB color model

#8399AD color RGB value is (131,153,173).

RGB: (131,153,173) (51%, 60%, 68%)

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 173 of 255 = 68%

131
153
173

R + G + B ~ 60%. #8399AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 153 + 173 = 457 (100%)
R 131 of 457 ~ 28.67%
G 153 of 457 ~ 33.48%
B 173 of 457 ~ 37.86'%

%28.67
%33.48
%37.86

CMYK color model

#8399AD color CMYK value is (24,12,0,32).

  • cyan value is 24.28%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (24,12,0,32)
C24M12Y0K32 (24%, 12%, 0%, 32%)
(0.24 / 0.12 / 0.00 / 0.32)

CMYK percentages

%24.28
%11.56
%0
%32.16

Codes

Color #8399AD in popluar color models

83 99 AD
RGB 131 153 173
HSL 209° 20.39% 59.61%
HSB/HSV 209° 24.28% 67.84%
CMYK 24.28% 11.56% 0.00%
32.16%

Color #8399AD in popluar number systems.

HEX 83 99 AD
Decimal 131 153 173
Binary 10000011 10011001 10101101
Octal 203 231 255

Shades and tints

Shades of #8399AD

#8399AD
(131,153,173)
#788C9E
(120,140,158)
#6D7F8F
(109,127,143)
#627280
(98,114,128)
#576571
(87,101,113)
#4C5862
(76,88,98)
#414B53
(65,75,83)
#363E44
(54,62,68)
#2B3135
(43,49,53)
#202426
(32,36,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #8399AD

#8399AD
(131,153,173)
#8EA2B4
(142,162,180)
#99ABBB
(153,171,187)
#A4B4C2
(164,180,194)
#AFBDC9
(175,189,201)
#BAC6D0
(186,198,208)
#C5CFD7
(197,207,215)
#D0D8DE
(208,216,222)
#DBE1E5
(219,225,229)
#E6EAEC
(230,234,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8399AD color. Also use rgb(131,153,173) instead hex code.

Text Font Color

.myTextColor { color: #8399AD; }

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

This text font color is #8399AD.

Background Color

.myBgColor { background-color: #8399AD; }

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

This div background color is #8399AD.

Border color

.myBorderColor { border: 1px solid #8399AD; }

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

This div border color is #8399AD.

Opacity

.myOpacity80 { color: #8399AD; opacity: 0.8; }

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

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

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

This text has shadow with #8399AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8399AD.

Preview

Color preview on black background

This text has color #8399AD on black background.


Color preview on white background

This text has color #8399AD on white background.


Black color preview on #8399AD background

This text has black color on #8399AD background.


White color preview on #8399AD background

This text has white color on #8399AD background.


Related colors

Complementary color

Complementary color for #hex is #7C6652.


I love getcolorcode.com

Triadic colors

1 #AD8399 and #99AD83 with #8399AD are triadic colors.

2 #AD9983 and #9983AD with #8399AD are triadic colors.