COLOR #819C9D

HEX: #819C9D
RGB: (129,156,157)

Color info

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

RGB color model

#819C9D color RGB value is (129,156,157).

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

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 157 of 255 = 62%

129
156
157

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

Portions of RGB colors in percentages

R + G + B =
129 + 156 + 157 = 442 (100%)
R 129 of 442 ~ 29.19%
G 156 of 442 ~ 35.29%
B 157 of 442 ~ 35.52%

%29.19
%35.29
%35.52

CMYK color model

#819C9D color CMYK value is (18,1,0,38).

  • cyan value is 17.83%
  • magenta value is 0.64%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,1,0,38)
C18M1Y0K38 
(18%,1%,0%,38%)
(0.18/0.01/0.00/0.38)	

CMYK percentages

%17.83
%0.64
%0
%38.43

Codes

Color #819C9D in popluar color models

819C9D
RGB129156157
HSL182°12.50%56.08%
HSB/HSV182°17.83%61.57%
CMYK17.83%0.64%0.00%
38.43%

Color #819C9D in popluar number systems.

HEX819C9D
Decimal129156157
Binary100000011001110010011101
Octal201234235

Shades and tints

Shades of #819C9D

#819C9D
(129,156,157)
#768E8F
(118,142,143)
#6B8081
(107,128,129)
#607273
(96,114,115)
#556465
(85,100,101)
#4A5657
(74,86,87)
#3F4849
(63,72,73)
#343A3B
(52,58,59)
#292C2D
(41,44,45)
#1E1E1F
(30,30,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #819C9D

#819C9D
(129,156,157)
#8CA5A5
(140,165,165)
#97AEAD
(151,174,173)
#A2B7B5
(162,183,181)
#ADC0BD
(173,192,189)
#B8C9C5
(184,201,197)
#C3D2CD
(195,210,205)
#CEDBD5
(206,219,213)
#D9E4DD
(217,228,221)
#E4EDE5
(228,237,229)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819C9D; }

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

This text font color is #819C9D.


Background Color

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

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

This div background color is #819C9D.


Border color

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

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

This div border color is #819C9D.


Opacity

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

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

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

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

This text has shadow with #819C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819C9D on black background.


Color preview on white background

This text has color #819C9D on white background.



Black color preview on #819C9D background

This text has black color on #819C9D background.


White color preview on #819C9D background

This text has white color on #819C9D background.