COLOR #8399C5

HEX: #8399C5
RGB: (131,153,197)

Color info

#8399C5 contains mainly green and blue colors. Web safe color of #8399C5 is #9999CC (or #99C).

RGB color model

#8399C5 color RGB value is (131,153,197).

  • red value is 131;
  • green value is 153;
  • blue value is 197.
RGB:
(131,153,197)
(51%,60%,77%)

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 197 of 255 = 77%

131
153
197

R + G + B ~ 63%. #8399C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 197 = 481 (100%)
R 131 of 481 ~ 27.23%
G 153 of 481 ~ 31.81%
B 197 of 481 ~ 40.96%

%27.23
%31.81
%40.96

CMYK color model

#8399C5 color CMYK value is (34,22,0,23).

  • cyan value is 33.50%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(34,22,0,23)
C34M22Y0K23 
(34%,22%,0%,23%)
(0.34/0.22/0.00/0.23)	

CMYK percentages

%33.5
%22.34
%0
%22.75

Codes

Color #8399C5 in popluar color models

8399C5
RGB131153197
HSL220°36.26%64.31%
HSB/HSV220°33.50%77.25%
CMYK33.50%22.34%0.00%
22.75%

Color #8399C5 in popluar number systems.

HEX8399C5
Decimal131153197
Binary100000111001100111000101
Octal203231305

Shades and tints

Shades of #8399C5

#8399C5
(131,153,197)
#788CB4
(120,140,180)
#6D7FA3
(109,127,163)
#627292
(98,114,146)
#576581
(87,101,129)
#4C5870
(76,88,112)
#414B5F
(65,75,95)
#363E4E
(54,62,78)
#2B313D
(43,49,61)
#20242C
(32,36,44)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #8399C5

#8399C5
(131,153,197)
#8EA2CA
(142,162,202)
#99ABCF
(153,171,207)
#A4B4D4
(164,180,212)
#AFBDD9
(175,189,217)
#BAC6DE
(186,198,222)
#C5CFE3
(197,207,227)
#D0D8E8
(208,216,232)
#DBE1ED
(219,225,237)
#E6EAF2
(230,234,242)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8399C5; }

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

This text font color is #8399C5.


Background Color

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

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

This div background color is #8399C5.


Border color

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

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

This div border color is #8399C5.


Opacity

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

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

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

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

This text has shadow with #8399C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8399C5 on black background.


Color preview on white background

This text has color #8399C5 on white background.



Black color preview on #8399C5 background

This text has black color on #8399C5 background.


White color preview on #8399C5 background

This text has white color on #8399C5 background.