COLOR #8398D8

HEX: #8398D8
RGB: (131,152,216)

Color info

#8398D8 contains mainly blue color. Web safe color of #8398D8 is #9999CC (or #99C).

RGB color model

#8398D8 color RGB value is (131,152,216).

  • red value is 131;
  • green value is 152;
  • blue value is 216.
RGB:
(131,152,216)
(51%,60%,85%)

RGB channels and saturation

R 131 of 255 = 51%
G 152 of 255 = 60%
B 216 of 255 = 85%

131
152
216

R + G + B ~ 65%. #8398D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 152 + 216 = 499 (100%)
R 131 of 499 ~ 26.25%
G 152 of 499 ~ 30.46%
B 216 of 499 ~ 43.29%

%26.25
%30.46
%43.29

CMYK color model

#8398D8 color CMYK value is (39,30,0,15).

  • cyan value is 39.35%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,30,0,15)
C39M30Y0K15 
(39%,30%,0%,15%)
(0.39/0.30/0.00/0.15)	

CMYK percentages

%39.35
%29.63
%0
%15.29

Codes

Color #8398D8 in popluar color models

8398D8
RGB131152216
HSL225°52.15%68.04%
HSB/HSV225°39.35%84.71%
CMYK39.35%29.63%0.00%
15.29%

Color #8398D8 in popluar number systems.

HEX8398D8
Decimal131152216
Binary100000111001100011011000
Octal203230330

Shades and tints

Shades of #8398D8

#8398D8
(131,152,216)
#788BC5
(120,139,197)
#6D7EB2
(109,126,178)
#62719F
(98,113,159)
#57648C
(87,100,140)
#4C5779
(76,87,121)
#414A66
(65,74,102)
#363D53
(54,61,83)
#2B3040
(43,48,64)
#20232D
(32,35,45)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #8398D8

#8398D8
(131,152,216)
#8EA1DB
(142,161,219)
#99AADE
(153,170,222)
#A4B3E1
(164,179,225)
#AFBCE4
(175,188,228)
#BAC5E7
(186,197,231)
#C5CEEA
(197,206,234)
#D0D7ED
(208,215,237)
#DBE0F0
(219,224,240)
#E6E9F3
(230,233,243)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8398D8; }

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

This text font color is #8398D8.


Background Color

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

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

This div background color is #8398D8.


Border color

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

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

This div border color is #8398D8.


Opacity

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

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

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

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

This text has shadow with #8398D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8398D8 on black background.


Color preview on white background

This text has color #8398D8 on white background.



Black color preview on #8398D8 background

This text has black color on #8398D8 background.


White color preview on #8398D8 background

This text has white color on #8398D8 background.