COLOR #819DC0

HEX: #819DC0 RGB: (129,157,192)

Color info

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

RGB color model

#819DC0 color RGB value is (129,157,192).

RGB: (129,157,192) (51%, 62%, 75%)

RGB channels and saturation

R 129 of 255 = 51%
G 157 of 255 = 62%
B 192 of 255 = 75%

129
157
192

R + G + B ~ 63%. #819DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 157 + 192 = 478 (100%)
R 129 of 478 ~ 26.99%
G 157 of 478 ~ 32.85%
B 192 of 478 ~ 40.17'%

%26.99
%32.85
%40.17

CMYK color model

#819DC0 color CMYK value is (33,18,0,25).

  • cyan value is 32.81%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (33,18,0,25)
C33M18Y0K25 (33%, 18%, 0%, 25%)
(0.33 / 0.18 / 0.00 / 0.25)

CMYK percentages

%32.81
%18.23
%0
%24.71

Codes

Color #819DC0 in popluar color models

81 9D C0
RGB 129 157 192
HSL 213° 33.33% 62.94%
HSB/HSV 213° 32.81% 75.29%
CMYK 32.81% 18.23% 0.00%
24.71%

Color #819DC0 in popluar number systems.

HEX 81 9D C0
Decimal 129 157 192
Binary 10000001 10011101 11000000
Octal 201 235 300

Shades and tints

Shades of #819DC0

#819DC0
(129,157,192)
#768FAF
(118,143,175)
#6B819E
(107,129,158)
#60738D
(96,115,141)
#55657C
(85,101,124)
#4A576B
(74,87,107)
#3F495A
(63,73,90)
#343B49
(52,59,73)
#292D38
(41,45,56)
#1E1F27
(30,31,39)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #819DC0

#819DC0
(129,157,192)
#8CA5C5
(140,165,197)
#97ADCA
(151,173,202)
#A2B5CF
(162,181,207)
#ADBDD4
(173,189,212)
#B8C5D9
(184,197,217)
#C3CDDE
(195,205,222)
#CED5E3
(206,213,227)
#D9DDE8
(217,221,232)
#E4E5ED
(228,229,237)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819DC0 color. Also use rgb(129,157,192) instead hex code.

Text Font Color

.myTextColor { color: #819DC0; }

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

This text font color is #819DC0.

Background Color

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

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

This div background color is #819DC0.

Border color

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

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

This div border color is #819DC0.

Opacity

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

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

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

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

This text has shadow with #819DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819DC0.

Preview

Color preview on black background

This text has color #819DC0 on black background.


Color preview on white background

This text has color #819DC0 on white background.


Black color preview on #819DC0 background

This text has black color on #819DC0 background.


White color preview on #819DC0 background

This text has white color on #819DC0 background.


Related colors

Complementary color

Complementary color for #hex is #7E623F.


I love getcolorcode.com

Triadic colors

1 #C0819D and #9DC081 with #819DC0 are triadic colors.

2 #C09D81 and #9D81C0 with #819DC0 are triadic colors.