COLOR #818E85

HEX: #818E85
RGB: (129,142,133)

Color info

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

RGB color model

#818E85 color RGB value is (129,142,133).

  • red value is 129;
  • green value is 142;
  • blue value is 133.
RGB:
(129,142,133)
(51%,56%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 133 of 255 = 52%

129
142
133

R + G + B ~ 53%. #818E85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 133 = 404 (100%)
R 129 of 404 ~ 31.93%
G 142 of 404 ~ 35.15%
B 133 of 404 ~ 32.92%

%31.93
%35.15
%32.92

CMYK color model

#818E85 color CMYK value is (9,0,6,44).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(9,0,6,44)
C9M0Y6K44 
(9%,0%,6%,44%)
(0.09/0.00/0.06/0.44)	

CMYK percentages

%9.15
%0
%6.34
%44.31

Codes

Color #818E85 in popluar color models

818E85
RGB129142133
HSL138°5.44%53.14%
HSB/HSV138°9.15%55.69%
CMYK9.15%0.00%6.34%
44.31%

Color #818E85 in popluar number systems.

HEX818E85
Decimal129142133
Binary100000011000111010000101
Octal201216205

Shades and tints

Shades of #818E85

#818E85
(129,142,133)
#768279
(118,130,121)
#6B766D
(107,118,109)
#606A61
(96,106,97)
#555E55
(85,94,85)
#4A5249
(74,82,73)
#3F463D
(63,70,61)
#343A31
(52,58,49)
#292E25
(41,46,37)
#1E2219
(30,34,25)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #818E85

#818E85
(129,142,133)
#8C9890
(140,152,144)
#97A29B
(151,162,155)
#A2ACA6
(162,172,166)
#ADB6B1
(173,182,177)
#B8C0BC
(184,192,188)
#C3CAC7
(195,202,199)
#CED4D2
(206,212,210)
#D9DEDD
(217,222,221)
#E4E8E8
(228,232,232)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818E85 color. Also use rgb(129,142,133) instead hex code.

Text Font Color

.myTextColor { color: #818E85; }

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

This text font color is #818E85.


Background Color

.myBgColor { background-color: #818E85; }

<div style="background-color:#818E85">Inner text</div>

This div background color is #818E85.


Border color

.myBorderColor { border: 1px solid #818E85; }

<div style="border:3px solid #818E85">Div</div>

This div border color is #818E85.


Opacity

.myOpacity80 { color: #818E85; opacity: 0.8; }

<p style="color:#818E85;opacity:0.8;">80%</p>

Text with #818E85 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 #818E85;}

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

This text has shadow with #818E85 color.

.textShadow {text-shadow: 3px 3px 1px #818E85, 3px 3px 1px red;}

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

This text has shadow with #818E85 primary color and red secondary color.


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

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

This text has shadow with #818E85 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818E85 on black background.


Color preview on white background

This text has color #818E85 on white background.



Black color preview on #818E85 background

This text has black color on #818E85 background.


White color preview on #818E85 background

This text has white color on #818E85 background.