COLOR #829FC8

HEX: #829FC8
RGB: (130,159,200)

Color info

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

RGB color model

#829FC8 color RGB value is (130,159,200).

  • red value is 130;
  • green value is 159;
  • blue value is 200.
RGB:
(130,159,200)
(51%,62%,78%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 200 of 255 = 78%

130
159
200

R + G + B ~ 64%. #829FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 200 = 489 (100%)
R 130 of 489 ~ 26.58%
G 159 of 489 ~ 32.52%
B 200 of 489 ~ 40.9%

%26.58
%32.52
%40.9

CMYK color model

#829FC8 color CMYK value is (35,21,0,22).

  • cyan value is 35.00%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(35,21,0,22)
C35M21Y0K22 
(35%,21%,0%,22%)
(0.35/0.21/0.00/0.22)	

CMYK percentages

%35
%20.5
%0
%21.57

Codes

Color #829FC8 in popluar color models

829FC8
RGB130159200
HSL215°38.89%64.71%
HSB/HSV215°35.00%78.43%
CMYK35.00%20.50%0.00%
21.57%

Color #829FC8 in popluar number systems.

HEX829FC8
Decimal130159200
Binary100000101001111111001000
Octal202237310

Shades and tints

Shades of #829FC8

#829FC8
(130,159,200)
#7791B6
(119,145,182)
#6C83A4
(108,131,164)
#617592
(97,117,146)
#566780
(86,103,128)
#4B596E
(75,89,110)
#404B5C
(64,75,92)
#353D4A
(53,61,74)
#2A2F38
(42,47,56)
#1F2126
(31,33,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #829FC8

#829FC8
(130,159,200)
#8DA7CD
(141,167,205)
#98AFD2
(152,175,210)
#A3B7D7
(163,183,215)
#AEBFDC
(174,191,220)
#B9C7E1
(185,199,225)
#C4CFE6
(196,207,230)
#CFD7EB
(207,215,235)
#DADFF0
(218,223,240)
#E5E7F5
(229,231,245)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829FC8 color. Also use rgb(130,159,200) instead hex code.

Text Font Color

.myTextColor { color: #829FC8; }

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

This text font color is #829FC8.


Background Color

.myBgColor { background-color: #829FC8; }

<div style="background-color:#829FC8">Inner text</div>

This div background color is #829FC8.


Border color

.myBorderColor { border: 1px solid #829FC8; }

<div style="border:3px solid #829FC8">Div</div>

This div border color is #829FC8.


Opacity

.myOpacity80 { color: #829FC8; opacity: 0.8; }

<p style="color:#829FC8;opacity:0.8;">80%</p>

Text with #829FC8 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 #829FC8;}

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

This text has shadow with #829FC8 color.

.textShadow {text-shadow: 3px 3px 1px #829FC8, 3px 3px 1px red;}

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

This text has shadow with #829FC8 primary color and red secondary color.


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

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

This text has shadow with #829FC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829FC8 on black background.


Color preview on white background

This text has color #829FC8 on white background.



Black color preview on #829FC8 background

This text has black color on #829FC8 background.


White color preview on #829FC8 background

This text has white color on #829FC8 background.