COLOR #819ED6

HEX: #819ED6
RGB: (129,158,214)

Color info

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

RGB color model

#819ED6 color RGB value is (129,158,214).

  • red value is 129;
  • green value is 158;
  • blue value is 214.
RGB:
(129,158,214)
(51%,62%,84%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 214 of 255 = 84%

129
158
214

R + G + B ~ 66%. #819ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 214 = 501 (100%)
R 129 of 501 ~ 25.75%
G 158 of 501 ~ 31.54%
B 214 of 501 ~ 42.71%

%25.75
%31.54
%42.71

CMYK color model

#819ED6 color CMYK value is (40,26,0,16).

  • cyan value is 39.72%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(40,26,0,16)
C40M26Y0K16 
(40%,26%,0%,16%)
(0.40/0.26/0.00/0.16)	

CMYK percentages

%39.72
%26.17
%0
%16.08

Codes

Color #819ED6 in popluar color models

819ED6
RGB129158214
HSL220°50.90%67.25%
HSB/HSV220°39.72%83.92%
CMYK39.72%26.17%0.00%
16.08%

Color #819ED6 in popluar number systems.

HEX819ED6
Decimal129158214
Binary100000011001111011010110
Octal201236326

Shades and tints

Shades of #819ED6

#819ED6
(129,158,214)
#7690C3
(118,144,195)
#6B82B0
(107,130,176)
#60749D
(96,116,157)
#55668A
(85,102,138)
#4A5877
(74,88,119)
#3F4A64
(63,74,100)
#343C51
(52,60,81)
#292E3E
(41,46,62)
#1E202B
(30,32,43)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #819ED6

#819ED6
(129,158,214)
#8CA6D9
(140,166,217)
#97AEDC
(151,174,220)
#A2B6DF
(162,182,223)
#ADBEE2
(173,190,226)
#B8C6E5
(184,198,229)
#C3CEE8
(195,206,232)
#CED6EB
(206,214,235)
#D9DEEE
(217,222,238)
#E4E6F1
(228,230,241)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819ED6 color. Also use rgb(129,158,214) instead hex code.

Text Font Color

.myTextColor { color: #819ED6; }

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

This text font color is #819ED6.


Background Color

.myBgColor { background-color: #819ED6; }

<div style="background-color:#819ED6">Inner text</div>

This div background color is #819ED6.


Border color

.myBorderColor { border: 1px solid #819ED6; }

<div style="border:3px solid #819ED6">Div</div>

This div border color is #819ED6.


Opacity

.myOpacity80 { color: #819ED6; opacity: 0.8; }

<p style="color:#819ED6;opacity:0.8;">80%</p>

Text with #819ED6 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 #819ED6;}

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

This text has shadow with #819ED6 color.

.textShadow {text-shadow: 3px 3px 1px #819ED6, 3px 3px 1px red;}

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

This text has shadow with #819ED6 primary color and red secondary color.


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

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

This text has shadow with #819ED6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819ED6 on black background.


Color preview on white background

This text has color #819ED6 on white background.



Black color preview on #819ED6 background

This text has black color on #819ED6 background.


White color preview on #819ED6 background

This text has white color on #819ED6 background.