COLOR #819B9A

HEX: #819B9A
RGB: (129,155,154)

Color info

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

RGB color model

#819B9A color RGB value is (129,155,154).

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

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 154 of 255 = 60%

129
155
154

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

Portions of RGB colors in percentages

R + G + B =
129 + 155 + 154 = 438 (100%)
R 129 of 438 ~ 29.45%
G 155 of 438 ~ 35.39%
B 154 of 438 ~ 35.16%

%29.45
%35.39
%35.16

CMYK color model

#819B9A color CMYK value is (17,0,1,39).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.22%
CMYK:
(17,0,1,39)
C17M0Y1K39 
(17%,0%,1%,39%)
(0.17/0.00/0.01/0.39)	

CMYK percentages

%16.77
%0
%0.65
%39.22

Codes

Color #819B9A in popluar color models

819B9A
RGB129155154
HSL178°11.50%55.69%
HSB/HSV178°16.77%60.78%
CMYK16.77%0.00%0.65%
39.22%

Color #819B9A in popluar number systems.

HEX819B9A
Decimal129155154
Binary100000011001101110011010
Octal201233232

Shades and tints

Shades of #819B9A

#819B9A
(129,155,154)
#768D8C
(118,141,140)
#6B7F7E
(107,127,126)
#607170
(96,113,112)
#556362
(85,99,98)
#4A5554
(74,85,84)
#3F4746
(63,71,70)
#343938
(52,57,56)
#292B2A
(41,43,42)
#1E1D1C
(30,29,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #819B9A

#819B9A
(129,155,154)
#8CA4A3
(140,164,163)
#97ADAC
(151,173,172)
#A2B6B5
(162,182,181)
#ADBFBE
(173,191,190)
#B8C8C7
(184,200,199)
#C3D1D0
(195,209,208)
#CEDAD9
(206,218,217)
#D9E3E2
(217,227,226)
#E4ECEB
(228,236,235)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819B9A; }

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

This text font color is #819B9A.


Background Color

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

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

This div background color is #819B9A.


Border color

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

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

This div border color is #819B9A.


Opacity

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

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

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

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

This text has shadow with #819B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819B9A on black background.


Color preview on white background

This text has color #819B9A on white background.



Black color preview on #819B9A background

This text has black color on #819B9A background.


White color preview on #819B9A background

This text has white color on #819B9A background.