COLOR #829BEE

HEX: #829BEE RGB: (130,155,238)

Color info

#829BEE contains mainly blue color. Web safe color of #829BEE is #9999FF (or #99F).

RGB color model

#829BEE color RGB value is (130,155,238).

RGB: (130,155,238) (51%, 61%, 93%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 238 of 255 = 93%

130
155
238

R + G + B ~ 68%. #829BEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 155 + 238 = 523 (100%)
R 130 of 523 ~ 24.86%
G 155 of 523 ~ 29.64%
B 238 of 523 ~ 45.51'%

%24.86
%29.64
%45.51

CMYK color model

#829BEE color CMYK value is (45,35,0,7).

  • cyan value is 45.38%
  • magenta value is 34.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (45,35,0,7) C45M35Y0K7 (45%,35%,0%,7%) (0.45/0.35/0.00/0.07) 

CMYK percentages

%45.38
%34.87
%0
%6.67

Codes

Color #829BEE in popluar color models

82 9B EE
RGB 130 155 238
HSL 226° 76.06% 72.16%
HSB/HSV 226° 45.38% 93.33%
CMYK 45.38% 34.87% 0.00%
6.67%

Color #829BEE in popluar number systems.

HEX 82 9B EE
Decimal 130 155 238
Binary 10000010 10011011 11101110
Octal 202 233 356

Shades and tints

Shades of #829BEE

#829BEE
(130,155,238)
#778DD9
(119,141,217)
#6C7FC4
(108,127,196)
#6171AF
(97,113,175)
#56639A
(86,99,154)
#4B5585
(75,85,133)
#404770
(64,71,112)
#35395B
(53,57,91)
#2A2B46
(42,43,70)
#1F1D31
(31,29,49)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #829BEE

#829BEE
(130,155,238)
#8DA4EF
(141,164,239)
#98ADF0
(152,173,240)
#A3B6F1
(163,182,241)
#AEBFF2
(174,191,242)
#B9C8F3
(185,200,243)
#C4D1F4
(196,209,244)
#CFDAF5
(207,218,245)
#DAE3F6
(218,227,246)
#E5ECF7
(229,236,247)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829BEE color. Also use rgb(130,155,238) instead hex code.

Text Font Color

.myTextColor { color: #829BEE; }

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

This text font color is #829BEE.

Background Color

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

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

This div background color is #829BEE.

Border color

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

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

This div border color is #829BEE.

Opacity

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

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

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

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

This text has shadow with #829BEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829BEE.

Preview

Color preview on black background

This text has color #829BEE on black background.


Color preview on white background

This text has color #829BEE on white background.


Black color preview on #829BEE background

This text has black color on #829BEE background.


White color preview on #829BEE background

This text has white color on #829BEE background.


Related colors

Complementary color

Complementary color for #hex is #7D6411.


I love getcolorcode.com

Triadic colors

1 #EE829B and #9BEE82 with #829BEE are triadic colors.

2 #EE9B82 and #9B82EE with #829BEE are triadic colors.