COLOR #819FD8

HEX: #819FD8
RGB: (129,159,216)

Color info

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

RGB color model

#819FD8 color RGB value is (129,159,216).

  • red value is 129;
  • green value is 159;
  • blue value is 216.
RGB:
(129,159,216)
(51%,62%,85%)

RGB channels and saturation

R 129 of 255 = 51%
G 159 of 255 = 62%
B 216 of 255 = 85%

129
159
216

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

Portions of RGB colors in percentages

R + G + B =
129 + 159 + 216 = 504 (100%)
R 129 of 504 ~ 25.6%
G 159 of 504 ~ 31.55%
B 216 of 504 ~ 42.86%

%25.6
%31.55
%42.86

CMYK color model

#819FD8 color CMYK value is (40,26,0,15).

  • cyan value is 40.28%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(40,26,0,15)
C40M26Y0K15 
(40%,26%,0%,15%)
(0.40/0.26/0.00/0.15)	

CMYK percentages

%40.28
%26.39
%0
%15.29

Codes

Color #819FD8 in popluar color models

819FD8
RGB129159216
HSL219°52.73%67.65%
HSB/HSV219°40.28%84.71%
CMYK40.28%26.39%0.00%
15.29%

Color #819FD8 in popluar number systems.

HEX819FD8
Decimal129159216
Binary100000011001111111011000
Octal201237330

Shades and tints

Shades of #819FD8

#819FD8
(129,159,216)
#7691C5
(118,145,197)
#6B83B2
(107,131,178)
#60759F
(96,117,159)
#55678C
(85,103,140)
#4A5979
(74,89,121)
#3F4B66
(63,75,102)
#343D53
(52,61,83)
#292F40
(41,47,64)
#1E212D
(30,33,45)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #819FD8

#819FD8
(129,159,216)
#8CA7DB
(140,167,219)
#97AFDE
(151,175,222)
#A2B7E1
(162,183,225)
#ADBFE4
(173,191,228)
#B8C7E7
(184,199,231)
#C3CFEA
(195,207,234)
#CED7ED
(206,215,237)
#D9DFF0
(217,223,240)
#E4E7F3
(228,231,243)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819FD8 color. Also use rgb(129,159,216) instead hex code.

Text Font Color

.myTextColor { color: #819FD8; }

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

This text font color is #819FD8.


Background Color

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

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

This div background color is #819FD8.


Border color

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

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

This div border color is #819FD8.


Opacity

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

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

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

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

This text has shadow with #819FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819FD8 on black background.


Color preview on white background

This text has color #819FD8 on white background.



Black color preview on #819FD8 background

This text has black color on #819FD8 background.


White color preview on #819FD8 background

This text has white color on #819FD8 background.