COLOR #819EBF

HEX: #819EBF
RGB: (129,158,191)

Color info

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

RGB color model

#819EBF color RGB value is (129,158,191).

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

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 191 of 255 = 75%

129
158
191

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

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 191 = 478 (100%)
R 129 of 478 ~ 26.99%
G 158 of 478 ~ 33.05%
B 191 of 478 ~ 39.96%

%26.99
%33.05
%39.96

CMYK color model

#819EBF color CMYK value is (32,17,0,25).

  • cyan value is 32.46%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(32,17,0,25)
C32M17Y0K25 
(32%,17%,0%,25%)
(0.32/0.17/0.00/0.25)	

CMYK percentages

%32.46
%17.28
%0
%25.1

Codes

Color #819EBF in popluar color models

819EBF
RGB129158191
HSL212°32.63%62.75%
HSB/HSV212°32.46%74.90%
CMYK32.46%17.28%0.00%
25.10%

Color #819EBF in popluar number systems.

HEX819EBF
Decimal129158191
Binary100000011001111010111111
Octal201236277

Shades and tints

Shades of #819EBF

#819EBF
(129,158,191)
#7690AE
(118,144,174)
#6B829D
(107,130,157)
#60748C
(96,116,140)
#55667B
(85,102,123)
#4A586A
(74,88,106)
#3F4A59
(63,74,89)
#343C48
(52,60,72)
#292E37
(41,46,55)
#1E2026
(30,32,38)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #819EBF

#819EBF
(129,158,191)
#8CA6C4
(140,166,196)
#97AEC9
(151,174,201)
#A2B6CE
(162,182,206)
#ADBED3
(173,190,211)
#B8C6D8
(184,198,216)
#C3CEDD
(195,206,221)
#CED6E2
(206,214,226)
#D9DEE7
(217,222,231)
#E4E6EC
(228,230,236)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819EBF; }

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

This text font color is #819EBF.


Background Color

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

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

This div background color is #819EBF.


Border color

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

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

This div border color is #819EBF.


Opacity

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

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

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

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

This text has shadow with #819EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819EBF on black background.


Color preview on white background

This text has color #819EBF on white background.



Black color preview on #819EBF background

This text has black color on #819EBF background.


White color preview on #819EBF background

This text has white color on #819EBF background.