COLOR #8299C9

HEX: #8299C9
RGB: (130,153,201)

Color info

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

RGB color model

#8299C9 color RGB value is (130,153,201).

  • red value is 130;
  • green value is 153;
  • blue value is 201.
RGB:
(130,153,201)
(51%,60%,79%)

RGB channels and saturation

R 130 of 255 = 51%
G 153 of 255 = 60%
B 201 of 255 = 79%

130
153
201

R + G + B ~ 63%. #8299C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 153 + 201 = 484 (100%)
R 130 of 484 ~ 26.86%
G 153 of 484 ~ 31.61%
B 201 of 484 ~ 41.53%

%26.86
%31.61
%41.53

CMYK color model

#8299C9 color CMYK value is (35,24,0,21).

  • cyan value is 35.32%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(35,24,0,21)
C35M24Y0K21 
(35%,24%,0%,21%)
(0.35/0.24/0.00/0.21)	

CMYK percentages

%35.32
%23.88
%0
%21.18

Codes

Color #8299C9 in popluar color models

8299C9
RGB130153201
HSL221°39.66%64.90%
HSB/HSV221°35.32%78.82%
CMYK35.32%23.88%0.00%
21.18%

Color #8299C9 in popluar number systems.

HEX8299C9
Decimal130153201
Binary100000101001100111001001
Octal202231311

Shades and tints

Shades of #8299C9

#8299C9
(130,153,201)
#778CB7
(119,140,183)
#6C7FA5
(108,127,165)
#617293
(97,114,147)
#566581
(86,101,129)
#4B586F
(75,88,111)
#404B5D
(64,75,93)
#353E4B
(53,62,75)
#2A3139
(42,49,57)
#1F2427
(31,36,39)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #8299C9

#8299C9
(130,153,201)
#8DA2CD
(141,162,205)
#98ABD1
(152,171,209)
#A3B4D5
(163,180,213)
#AEBDD9
(174,189,217)
#B9C6DD
(185,198,221)
#C4CFE1
(196,207,225)
#CFD8E5
(207,216,229)
#DAE1E9
(218,225,233)
#E5EAED
(229,234,237)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8299C9 color. Also use rgb(130,153,201) instead hex code.

Text Font Color

.myTextColor { color: #8299C9; }

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

This text font color is #8299C9.


Background Color

.myBgColor { background-color: #8299C9; }

<div style="background-color:#8299C9">Inner text</div>

This div background color is #8299C9.


Border color

.myBorderColor { border: 1px solid #8299C9; }

<div style="border:3px solid #8299C9">Div</div>

This div border color is #8299C9.


Opacity

.myOpacity80 { color: #8299C9; opacity: 0.8; }

<p style="color:#8299C9;opacity:0.8;">80%</p>

Text with #8299C9 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 #8299C9;}

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

This text has shadow with #8299C9 color.

.textShadow {text-shadow: 3px 3px 1px #8299C9, 3px 3px 1px red;}

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

This text has shadow with #8299C9 primary color and red secondary color.


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

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

This text has shadow with #8299C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8299C9 on black background.


Color preview on white background

This text has color #8299C9 on white background.



Black color preview on #8299C9 background

This text has black color on #8299C9 background.


White color preview on #8299C9 background

This text has white color on #8299C9 background.