COLOR #829ACF

HEX: #829ACF RGB: (130,154,207)

Color info

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

RGB color model

#829ACF color RGB value is (130,154,207).

RGB: (130,154,207) (51%, 60%, 81%)

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 207 of 255 = 81%

130
154
207

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

Portions of RGB colors in percentages

R + G + B = 130 + 154 + 207 = 491 (100%)
R 130 of 491 ~ 26.48%
G 154 of 491 ~ 31.36%
B 207 of 491 ~ 42.16'%

%26.48
%31.36
%42.16

CMYK color model

#829ACF color CMYK value is (37,26,0,19).

  • cyan value is 37.20%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (37,26,0,19) C37M26Y0K19 (37%,26%,0%,19%) (0.37/0.26/0.00/0.19) 

CMYK percentages

%37.2
%25.6
%0
%18.82

Codes

Color #829ACF in popluar color models

82 9A CF
RGB 130 154 207
HSL 221° 44.51% 66.08%
HSB/HSV 221° 37.20% 81.18%
CMYK 37.20% 25.60% 0.00%
18.82%

Color #829ACF in popluar number systems.

HEX 82 9A CF
Decimal 130 154 207
Binary 10000010 10011010 11001111
Octal 202 232 317

Shades and tints

Shades of #829ACF

#829ACF
(130,154,207)
#778CBD
(119,140,189)
#6C7EAB
(108,126,171)
#617099
(97,112,153)
#566287
(86,98,135)
#4B5475
(75,84,117)
#404663
(64,70,99)
#353851
(53,56,81)
#2A2A3F
(42,42,63)
#1F1C2D
(31,28,45)
#140E1B
(20,14,27)
#000000
(0,0,0)

Tints of #829ACF

#829ACF
(130,154,207)
#8DA3D3
(141,163,211)
#98ACD7
(152,172,215)
#A3B5DB
(163,181,219)
#AEBEDF
(174,190,223)
#B9C7E3
(185,199,227)
#C4D0E7
(196,208,231)
#CFD9EB
(207,217,235)
#DAE2EF
(218,226,239)
#E5EBF3
(229,235,243)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829ACF; }

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

This text font color is #829ACF.

Background Color

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

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

This div background color is #829ACF.

Border color

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

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

This div border color is #829ACF.

Opacity

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

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

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

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

This text has shadow with #829ACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829ACF.

Preview

Color preview on black background

This text has color #829ACF on black background.


Color preview on white background

This text has color #829ACF on white background.


Black color preview on #829ACF background

This text has black color on #829ACF background.


White color preview on #829ACF background

This text has white color on #829ACF background.


Related colors

Complementary color

Complementary color for #hex is #7D6530.


I love getcolorcode.com

Triadic colors

1 #CF829A and #9ACF82 with #829ACF are triadic colors.

2 #CF9A82 and #9A82CF with #829ACF are triadic colors.