COLOR #819A9D

HEX: #819A9D
RGB: (129,154,157)

Color info

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

RGB color model

#819A9D color RGB value is (129,154,157).

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

RGB channels and saturation

R 129 of 255 = 51%
G 154 of 255 = 60%
B 157 of 255 = 62%

129
154
157

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

Portions of RGB colors in percentages

R + G + B =
129 + 154 + 157 = 440 (100%)
R 129 of 440 ~ 29.32%
G 154 of 440 ~ 35%
B 157 of 440 ~ 35.68%

%29.32
%35
%35.68

CMYK color model

#819A9D color CMYK value is (18,2,0,38).

  • cyan value is 17.83%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,2,0,38)
C18M2Y0K38 
(18%,2%,0%,38%)
(0.18/0.02/0.00/0.38)	

CMYK percentages

%17.83
%1.91
%0
%38.43

Codes

Color #819A9D in popluar color models

819A9D
RGB129154157
HSL186°12.50%56.08%
HSB/HSV186°17.83%61.57%
CMYK17.83%1.91%0.00%
38.43%

Color #819A9D in popluar number systems.

HEX819A9D
Decimal129154157
Binary100000011001101010011101
Octal201232235

Shades and tints

Shades of #819A9D

#819A9D
(129,154,157)
#768C8F
(118,140,143)
#6B7E81
(107,126,129)
#607073
(96,112,115)
#556265
(85,98,101)
#4A5457
(74,84,87)
#3F4649
(63,70,73)
#34383B
(52,56,59)
#292A2D
(41,42,45)
#1E1C1F
(30,28,31)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #819A9D

#819A9D
(129,154,157)
#8CA3A5
(140,163,165)
#97ACAD
(151,172,173)
#A2B5B5
(162,181,181)
#ADBEBD
(173,190,189)
#B8C7C5
(184,199,197)
#C3D0CD
(195,208,205)
#CED9D5
(206,217,213)
#D9E2DD
(217,226,221)
#E4EBE5
(228,235,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819A9D; }

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

This text font color is #819A9D.


Background Color

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

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

This div background color is #819A9D.


Border color

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

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

This div border color is #819A9D.


Opacity

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

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

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

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

This text has shadow with #819A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819A9D on black background.


Color preview on white background

This text has color #819A9D on white background.



Black color preview on #819A9D background

This text has black color on #819A9D background.


White color preview on #819A9D background

This text has white color on #819A9D background.