COLOR #819C87

HEX: #819C87
RGB: (129,156,135)

Color info

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

RGB color model

#819C87 color RGB value is (129,156,135).

  • red value is 129;
  • green value is 156;
  • blue value is 135.
RGB:
(129,156,135)
(51%,61%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 135 of 255 = 53%

129
156
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 156 + 135 = 420 (100%)
R 129 of 420 ~ 30.71%
G 156 of 420 ~ 37.14%
B 135 of 420 ~ 32.14%

%30.71
%37.14
%32.14

CMYK color model

#819C87 color CMYK value is (17,0,13,39).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(17,0,13,39)
C17M0Y13K39 
(17%,0%,13%,39%)
(0.17/0.00/0.13/0.39)	

CMYK percentages

%17.31
%0
%13.46
%38.82

Codes

Color #819C87 in popluar color models

819C87
RGB129156135
HSL133°12.00%55.88%
HSB/HSV133°17.31%61.18%
CMYK17.31%0.00%13.46%
38.82%

Color #819C87 in popluar number systems.

HEX819C87
Decimal129156135
Binary100000011001110010000111
Octal201234207

Shades and tints

Shades of #819C87

#819C87
(129,156,135)
#768E7B
(118,142,123)
#6B806F
(107,128,111)
#607263
(96,114,99)
#556457
(85,100,87)
#4A564B
(74,86,75)
#3F483F
(63,72,63)
#343A33
(52,58,51)
#292C27
(41,44,39)
#1E1E1B
(30,30,27)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #819C87

#819C87
(129,156,135)
#8CA591
(140,165,145)
#97AE9B
(151,174,155)
#A2B7A5
(162,183,165)
#ADC0AF
(173,192,175)
#B8C9B9
(184,201,185)
#C3D2C3
(195,210,195)
#CEDBCD
(206,219,205)
#D9E4D7
(217,228,215)
#E4EDE1
(228,237,225)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819C87 color. Also use rgb(129,156,135) instead hex code.

Text Font Color

.myTextColor { color: #819C87; }

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

This text font color is #819C87.


Background Color

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

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

This div background color is #819C87.


Border color

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

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

This div border color is #819C87.


Opacity

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

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

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

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

This text has shadow with #819C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819C87 on black background.


Color preview on white background

This text has color #819C87 on white background.



Black color preview on #819C87 background

This text has black color on #819C87 background.


White color preview on #819C87 background

This text has white color on #819C87 background.