COLOR #828FB3

HEX: #828FB3 RGB: (130,143,179)

Color info

#828FB3 contains red, green and blue colors in about the same proportion. Web safe color of #828FB3 is #999999 (or #999).

RGB color model

#828FB3 color RGB value is (130,143,179).

RGB: (130,143,179) (51%, 56%, 70%)

RGB channels and saturation

R 130 of 255 = 51%
G 143 of 255 = 56%
B 179 of 255 = 70%

130
143
179

R + G + B ~ 59%. #828FB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 143 + 179 = 452 (100%)
R 130 of 452 ~ 28.76%
G 143 of 452 ~ 31.64%
B 179 of 452 ~ 39.6'%

%28.76
%31.64
%39.6

CMYK color model

#828FB3 color CMYK value is (27,20,0,30).

  • cyan value is 27.37%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (27,20,0,30)
C27M20Y0K30 (27%, 20%, 0%, 30%)
(0.27 / 0.20 / 0.00 / 0.30)

CMYK percentages

%27.37
%20.11
%0
%29.8

Codes

Color #828FB3 in popluar color models

82 8F B3
RGB 130 143 179
HSL 224° 24.38% 60.59%
HSB/HSV 224° 27.37% 70.20%
CMYK 27.37% 20.11% 0.00%
29.80%

Color #828FB3 in popluar number systems.

HEX 82 8F B3
Decimal 130 143 179
Binary 10000010 10001111 10110011
Octal 202 217 263

Shades and tints

Shades of #828FB3

#828FB3
(130,143,179)
#7782A3
(119,130,163)
#6C7593
(108,117,147)
#616883
(97,104,131)
#565B73
(86,91,115)
#4B4E63
(75,78,99)
#404153
(64,65,83)
#353443
(53,52,67)
#2A2733
(42,39,51)
#1F1A23
(31,26,35)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #828FB3

#828FB3
(130,143,179)
#8D99B9
(141,153,185)
#98A3BF
(152,163,191)
#A3ADC5
(163,173,197)
#AEB7CB
(174,183,203)
#B9C1D1
(185,193,209)
#C4CBD7
(196,203,215)
#CFD5DD
(207,213,221)
#DADFE3
(218,223,227)
#E5E9E9
(229,233,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828FB3 color. Also use rgb(130,143,179) instead hex code.

Text Font Color

.myTextColor { color: #828FB3; }

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

This text font color is #828FB3.

Background Color

.myBgColor { background-color: #828FB3; }

<div style="background-color:#828FB3">Inner text</div>

This div background color is #828FB3.

Border color

.myBorderColor { border: 1px solid #828FB3; }

<div style="border:3px solid #828FB3">Div</div>

This div border color is #828FB3.

Opacity

.myOpacity80 { color: #828FB3; opacity: 0.8; }

<p style="color:#828FB3;opacity:0.8;">80%</p>

Text with #828FB3 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 #828FB3;}

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

This text has shadow with #828FB3 color.


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

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

This text has shadow with #828FB3 primary color and red secondary color.


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

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

This text has shadow with #828FB3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #828FB3.

Preview

Color preview on black background

This text has color #828FB3 on black background.


Color preview on white background

This text has color #828FB3 on white background.


Black color preview on #828FB3 background

This text has black color on #828FB3 background.


White color preview on #828FB3 background

This text has white color on #828FB3 background.


Related colors

Complementary color

Complementary color for #hex is #7D704C.


I love getcolorcode.com

Triadic colors

1 #B3828F and #8FB382 with #828FB3 are triadic colors.

2 #B38F82 and #8F82B3 with #828FB3 are triadic colors.