COLOR #829AC8

HEX: #829AC8
RGB: (130,154,200)

Color info

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

RGB color model

#829AC8 color RGB value is (130,154,200).

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

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 200 of 255 = 78%

130
154
200

R + G + B ~ 63%. #829AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 154 + 200 = 484 (100%)
R 130 of 484 ~ 26.86%
G 154 of 484 ~ 31.82%
B 200 of 484 ~ 41.32%

%26.86
%31.82
%41.32

CMYK color model

#829AC8 color CMYK value is (35,23,0,22).

  • cyan value is 35.00%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(35,23,0,22)
C35M23Y0K22 
(35%,23%,0%,22%)
(0.35/0.23/0.00/0.22)	

CMYK percentages

%35
%23
%0
%21.57

Codes

Color #829AC8 in popluar color models

829AC8
RGB130154200
HSL219°38.89%64.71%
HSB/HSV219°35.00%78.43%
CMYK35.00%23.00%0.00%
21.57%

Color #829AC8 in popluar number systems.

HEX829AC8
Decimal130154200
Binary100000101001101011001000
Octal202232310

Shades and tints

Shades of #829AC8

#829AC8
(130,154,200)
#778CB6
(119,140,182)
#6C7EA4
(108,126,164)
#617092
(97,112,146)
#566280
(86,98,128)
#4B546E
(75,84,110)
#40465C
(64,70,92)
#35384A
(53,56,74)
#2A2A38
(42,42,56)
#1F1C26
(31,28,38)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #829AC8

#829AC8
(130,154,200)
#8DA3CD
(141,163,205)
#98ACD2
(152,172,210)
#A3B5D7
(163,181,215)
#AEBEDC
(174,190,220)
#B9C7E1
(185,199,225)
#C4D0E6
(196,208,230)
#CFD9EB
(207,217,235)
#DAE2F0
(218,226,240)
#E5EBF5
(229,235,245)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829AC8; }

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

This text font color is #829AC8.


Background Color

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

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

This div background color is #829AC8.


Border color

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

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

This div border color is #829AC8.


Opacity

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

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

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

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

This text has shadow with #829AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829AC8 on black background.


Color preview on white background

This text has color #829AC8 on white background.



Black color preview on #829AC8 background

This text has black color on #829AC8 background.


White color preview on #829AC8 background

This text has white color on #829AC8 background.