COLOR #819BB8

HEX: #819BB8
RGB: (129,155,184)

Color info

#819BB8 contains red, green and blue colors in about the same proportion. Web safe color of #819BB8 is #9999CC (or #99C).

RGB color model

#819BB8 color RGB value is (129,155,184).

  • red value is 129;
  • green value is 155;
  • blue value is 184.
RGB:
(129,155,184)
(51%,61%,72%)

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 184 of 255 = 72%

129
155
184

R + G + B ~ 61%. #819BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 155 + 184 = 468 (100%)
R 129 of 468 ~ 27.56%
G 155 of 468 ~ 33.12%
B 184 of 468 ~ 39.32%

%27.56
%33.12
%39.32

CMYK color model

#819BB8 color CMYK value is (30,16,0,28).

  • cyan value is 29.89%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(30,16,0,28)
C30M16Y0K28 
(30%,16%,0%,28%)
(0.30/0.16/0.00/0.28)	

CMYK percentages

%29.89
%15.76
%0
%27.84

Codes

Color #819BB8 in popluar color models

819BB8
RGB129155184
HSL212°27.92%61.37%
HSB/HSV212°29.89%72.16%
CMYK29.89%15.76%0.00%
27.84%

Color #819BB8 in popluar number systems.

HEX819BB8
Decimal129155184
Binary100000011001101110111000
Octal201233270

Shades and tints

Shades of #819BB8

#819BB8
(129,155,184)
#768DA8
(118,141,168)
#6B7F98
(107,127,152)
#607188
(96,113,136)
#556378
(85,99,120)
#4A5568
(74,85,104)
#3F4758
(63,71,88)
#343948
(52,57,72)
#292B38
(41,43,56)
#1E1D28
(30,29,40)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #819BB8

#819BB8
(129,155,184)
#8CA4BE
(140,164,190)
#97ADC4
(151,173,196)
#A2B6CA
(162,182,202)
#ADBFD0
(173,191,208)
#B8C8D6
(184,200,214)
#C3D1DC
(195,209,220)
#CEDAE2
(206,218,226)
#D9E3E8
(217,227,232)
#E4ECEE
(228,236,238)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819BB8 color. Also use rgb(129,155,184) instead hex code.

Text Font Color

.myTextColor { color: #819BB8; }

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

This text font color is #819BB8.


Background Color

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

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

This div background color is #819BB8.


Border color

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

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

This div border color is #819BB8.


Opacity

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

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

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

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

This text has shadow with #819BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819BB8 on black background.


Color preview on white background

This text has color #819BB8 on white background.



Black color preview on #819BB8 background

This text has black color on #819BB8 background.


White color preview on #819BB8 background

This text has white color on #819BB8 background.