COLOR #819E8C

HEX: #819E8C RGB: (129,158,140)

Color info

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

RGB color model

#819E8C color RGB value is (129,158,140).

RGB: (129,158,140) (51%, 62%, 55%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 140 of 255 = 55%

129
158
140

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

Portions of RGB colors in percentages

R + G + B = 129 + 158 + 140 = 427 (100%)
R 129 of 427 ~ 30.21%
G 158 of 427 ~ 37%
B 140 of 427 ~ 32.79'%

%30.21
%37
%32.79

CMYK color model

#819E8C color CMYK value is (18,0,11,38).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 38.04%

CMYK: (18,0,11,38)
C18M0Y11K38 (18%, 0%, 11%, 38%)
(0.18 / 0.00 / 0.11 / 0.38)

CMYK percentages

%18.35
%0
%11.39
%38.04

Codes

Color #819E8C in popluar color models

81 9E 8C
RGB 129 158 140
HSL 143° 13.00% 56.27%
HSB/HSV 143° 18.35% 61.96%
CMYK 18.35% 0.00% 11.39%
38.04%

Color #819E8C in popluar number systems.

HEX 81 9E 8C
Decimal 129 158 140
Binary 10000001 10011110 10001100
Octal 201 236 214

Shades and tints

Shades of #819E8C

#819E8C
(129,158,140)
#769080
(118,144,128)
#6B8274
(107,130,116)
#607468
(96,116,104)
#55665C
(85,102,92)
#4A5850
(74,88,80)
#3F4A44
(63,74,68)
#343C38
(52,60,56)
#292E2C
(41,46,44)
#1E2020
(30,32,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #819E8C

#819E8C
(129,158,140)
#8CA696
(140,166,150)
#97AEA0
(151,174,160)
#A2B6AA
(162,182,170)
#ADBEB4
(173,190,180)
#B8C6BE
(184,198,190)
#C3CEC8
(195,206,200)
#CED6D2
(206,214,210)
#D9DEDC
(217,222,220)
#E4E6E6
(228,230,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819E8C color. Also use rgb(129,158,140) instead hex code.

Text Font Color

.myTextColor { color: #819E8C; }

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

This text font color is #819E8C.

Background Color

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

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

This div background color is #819E8C.

Border color

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

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

This div border color is #819E8C.

Opacity

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

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

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

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

This text has shadow with #819E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819E8C.

Preview

Color preview on black background

This text has color #819E8C on black background.


Color preview on white background

This text has color #819E8C on white background.


Black color preview on #819E8C background

This text has black color on #819E8C background.


White color preview on #819E8C background

This text has white color on #819E8C background.


Related colors

Complementary color

Complementary color for #hex is #7E6173.


I love getcolorcode.com

Triadic colors

1 #8C819E and #9E8C81 with #819E8C are triadic colors.

2 #8C9E81 and #9E818C with #819E8C are triadic colors.