COLOR #8298C1

HEX: #8298C1
RGB: (130,152,193)

Color info

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

RGB color model

#8298C1 color RGB value is (130,152,193).

  • red value is 130;
  • green value is 152;
  • blue value is 193.
RGB:
(130,152,193)
(51%,60%,76%)

RGB channels and saturation

R 130 of 255 = 51%
G 152 of 255 = 60%
B 193 of 255 = 76%

130
152
193

R + G + B ~ 62%. #8298C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 152 + 193 = 475 (100%)
R 130 of 475 ~ 27.37%
G 152 of 475 ~ 32%
B 193 of 475 ~ 40.63%

%27.37
%32
%40.63

CMYK color model

#8298C1 color CMYK value is (33,21,0,24).

  • cyan value is 32.64%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(33,21,0,24)
C33M21Y0K24 
(33%,21%,0%,24%)
(0.33/0.21/0.00/0.24)	

CMYK percentages

%32.64
%21.24
%0
%24.31

Codes

Color #8298C1 in popluar color models

8298C1
RGB130152193
HSL219°33.69%63.33%
HSB/HSV219°32.64%75.69%
CMYK32.64%21.24%0.00%
24.31%

Color #8298C1 in popluar number systems.

HEX8298C1
Decimal130152193
Binary100000101001100011000001
Octal202230301

Shades and tints

Shades of #8298C1

#8298C1
(130,152,193)
#778BB0
(119,139,176)
#6C7E9F
(108,126,159)
#61718E
(97,113,142)
#56647D
(86,100,125)
#4B576C
(75,87,108)
#404A5B
(64,74,91)
#353D4A
(53,61,74)
#2A3039
(42,48,57)
#1F2328
(31,35,40)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #8298C1

#8298C1
(130,152,193)
#8DA1C6
(141,161,198)
#98AACB
(152,170,203)
#A3B3D0
(163,179,208)
#AEBCD5
(174,188,213)
#B9C5DA
(185,197,218)
#C4CEDF
(196,206,223)
#CFD7E4
(207,215,228)
#DAE0E9
(218,224,233)
#E5E9EE
(229,233,238)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8298C1 color. Also use rgb(130,152,193) instead hex code.

Text Font Color

.myTextColor { color: #8298C1; }

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

This text font color is #8298C1.


Background Color

.myBgColor { background-color: #8298C1; }

<div style="background-color:#8298C1">Inner text</div>

This div background color is #8298C1.


Border color

.myBorderColor { border: 1px solid #8298C1; }

<div style="border:3px solid #8298C1">Div</div>

This div border color is #8298C1.


Opacity

.myOpacity80 { color: #8298C1; opacity: 0.8; }

<p style="color:#8298C1;opacity:0.8;">80%</p>

Text with #8298C1 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 #8298C1;}

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

This text has shadow with #8298C1 color.

.textShadow {text-shadow: 3px 3px 1px #8298C1, 3px 3px 1px red;}

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

This text has shadow with #8298C1 primary color and red secondary color.


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

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

This text has shadow with #8298C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8298C1 on black background.


Color preview on white background

This text has color #8298C1 on white background.



Black color preview on #8298C1 background

This text has black color on #8298C1 background.


White color preview on #8298C1 background

This text has white color on #8298C1 background.