COLOR #818883

HEX: #818883 RGB: (129,136,131)

Color info

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

RGB color model

#818883 color RGB value is (129,136,131).

RGB: (129,136,131) (51%, 53%, 51%)

RGB channels and saturation

R 129 of 255 = 51%
G 136 of 255 = 53%
B 131 of 255 = 51%

129
136
131

R + G + B ~ 52%. #818883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 136 + 131 = 396 (100%)
R 129 of 396 ~ 32.58%
G 136 of 396 ~ 34.34%
B 131 of 396 ~ 33.08'%

%32.58
%34.34
%33.08

CMYK color model

#818883 color CMYK value is (5,0,4,47).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%

CMYK: (5,0,4,47)
C5M0Y4K47 (5%, 0%, 4%, 47%)
(0.05 / 0.00 / 0.04 / 0.47)

CMYK percentages

%5.15
%0
%3.68
%46.67

Codes

Color #818883 in popluar color models

81 88 83
RGB 129 136 131
HSL 137° 2.86% 51.96%
HSB/HSV 137° 5.15% 53.33%
CMYK 5.15% 0.00% 3.68%
46.67%

Color #818883 in popluar number systems.

HEX 81 88 83
Decimal 129 136 131
Binary 10000001 10001000 10000011
Octal 201 210 203

Shades and tints

Shades of #818883

#818883
(129,136,131)
#767C78
(118,124,120)
#6B706D
(107,112,109)
#606462
(96,100,98)
#555857
(85,88,87)
#4A4C4C
(74,76,76)
#3F4041
(63,64,65)
#343436
(52,52,54)
#29282B
(41,40,43)
#1E1C20
(30,28,32)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #818883

#818883
(129,136,131)
#8C928E
(140,146,142)
#979C99
(151,156,153)
#A2A6A4
(162,166,164)
#ADB0AF
(173,176,175)
#B8BABA
(184,186,186)
#C3C4C5
(195,196,197)
#CECED0
(206,206,208)
#D9D8DB
(217,216,219)
#E4E2E6
(228,226,230)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818883 color. Also use rgb(129,136,131) instead hex code.

Text Font Color

.myTextColor { color: #818883; }

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

This text font color is #818883.

Background Color

.myBgColor { background-color: #818883; }

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

This div background color is #818883.

Border color

.myBorderColor { border: 1px solid #818883; }

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

This div border color is #818883.

Opacity

.myOpacity80 { color: #818883; opacity: 0.8; }

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

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

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

This text has shadow with #818883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818883.

Preview

Color preview on black background

This text has color #818883 on black background.


Color preview on white background

This text has color #818883 on white background.


Black color preview on #818883 background

This text has black color on #818883 background.


White color preview on #818883 background

This text has white color on #818883 background.


Related colors

Complementary color

Complementary color for #hex is #7E777C.


I love getcolorcode.com

Triadic colors

1 #838188 and #888381 with #818883 are triadic colors.

2 #838881 and #888183 with #818883 are triadic colors.