COLOR #819BA3

HEX: #819BA3
RGB: (129,155,163)

Color info

#819BA3 contains red, green and blue colors in about the same proportion. Web safe color of #819BA3 is #999999 (or #999).

RGB color model

#819BA3 color RGB value is (129,155,163).

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

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 163 of 255 = 64%

129
155
163

R + G + B ~ 59%. #819BA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 155 + 163 = 447 (100%)
R 129 of 447 ~ 28.86%
G 155 of 447 ~ 34.68%
B 163 of 447 ~ 36.47%

%28.86
%34.68
%36.47

CMYK color model

#819BA3 color CMYK value is (21,5,0,36).

  • cyan value is 20.86%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(21,5,0,36)
C21M5Y0K36 
(21%,5%,0%,36%)
(0.21/0.05/0.00/0.36)	

CMYK percentages

%20.86
%4.91
%0
%36.08

Codes

Color #819BA3 in popluar color models

819BA3
RGB129155163
HSL194°15.60%57.25%
HSB/HSV194°20.86%63.92%
CMYK20.86%4.91%0.00%
36.08%

Color #819BA3 in popluar number systems.

HEX819BA3
Decimal129155163
Binary100000011001101110100011
Octal201233243

Shades and tints

Shades of #819BA3

#819BA3
(129,155,163)
#768D95
(118,141,149)
#6B7F87
(107,127,135)
#607179
(96,113,121)
#55636B
(85,99,107)
#4A555D
(74,85,93)
#3F474F
(63,71,79)
#343941
(52,57,65)
#292B33
(41,43,51)
#1E1D25
(30,29,37)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #819BA3

#819BA3
(129,155,163)
#8CA4AB
(140,164,171)
#97ADB3
(151,173,179)
#A2B6BB
(162,182,187)
#ADBFC3
(173,191,195)
#B8C8CB
(184,200,203)
#C3D1D3
(195,209,211)
#CEDADB
(206,218,219)
#D9E3E3
(217,227,227)
#E4ECEB
(228,236,235)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819BA3; }

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

This text font color is #819BA3.


Background Color

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

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

This div background color is #819BA3.


Border color

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

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

This div border color is #819BA3.


Opacity

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

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

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

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

This text has shadow with #819BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819BA3 on black background.


Color preview on white background

This text has color #819BA3 on white background.



Black color preview on #819BA3 background

This text has black color on #819BA3 background.


White color preview on #819BA3 background

This text has white color on #819BA3 background.