COLOR #81988D

HEX: #81988D RGB: (129,152,141)

Color info

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

RGB color model

#81988D color RGB value is (129,152,141).

RGB: (129,152,141) (51%, 60%, 55%)

RGB channels and saturation

R 129 of 255 = 51%
G 152 of 255 = 60%
B 141 of 255 = 55%

129
152
141

R + G + B ~ 55%. #81988D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 152 + 141 = 422 (100%)
R 129 of 422 ~ 30.57%
G 152 of 422 ~ 36.02%
B 141 of 422 ~ 33.41'%

%30.57
%36.02
%33.41

CMYK color model

#81988D color CMYK value is (15,0,7,40).

  • cyan value is 15.13%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 40.39%

CMYK: (15,0,7,40)
C15M0Y7K40 (15%, 0%, 7%, 40%)
(0.15 / 0.00 / 0.07 / 0.40)

CMYK percentages

%15.13
%0
%7.24
%40.39

Codes

Color #81988D in popluar color models

81 98 8D
RGB 129 152 141
HSL 151° 10.04% 55.10%
HSB/HSV 151° 15.13% 59.61%
CMYK 15.13% 0.00% 7.24%
40.39%

Color #81988D in popluar number systems.

HEX 81 98 8D
Decimal 129 152 141
Binary 10000001 10011000 10001101
Octal 201 230 215

Shades and tints

Shades of #81988D

#81988D
(129,152,141)
#768B81
(118,139,129)
#6B7E75
(107,126,117)
#607169
(96,113,105)
#55645D
(85,100,93)
#4A5751
(74,87,81)
#3F4A45
(63,74,69)
#343D39
(52,61,57)
#29302D
(41,48,45)
#1E2321
(30,35,33)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #81988D

#81988D
(129,152,141)
#8CA197
(140,161,151)
#97AAA1
(151,170,161)
#A2B3AB
(162,179,171)
#ADBCB5
(173,188,181)
#B8C5BF
(184,197,191)
#C3CEC9
(195,206,201)
#CED7D3
(206,215,211)
#D9E0DD
(217,224,221)
#E4E9E7
(228,233,231)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81988D color. Also use rgb(129,152,141) instead hex code.

Text Font Color

.myTextColor { color: #81988D; }

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

This text font color is #81988D.

Background Color

.myBgColor { background-color: #81988D; }

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

This div background color is #81988D.

Border color

.myBorderColor { border: 1px solid #81988D; }

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

This div border color is #81988D.

Opacity

.myOpacity80 { color: #81988D; opacity: 0.8; }

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

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

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

This text has shadow with #81988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81988D.

Preview

Color preview on black background

This text has color #81988D on black background.


Color preview on white background

This text has color #81988D on white background.


Black color preview on #81988D background

This text has black color on #81988D background.


White color preview on #81988D background

This text has white color on #81988D background.


Related colors

Complementary color

Complementary color for #hex is #7E6772.


I love getcolorcode.com

Triadic colors

1 #8D8198 and #988D81 with #81988D are triadic colors.

2 #8D9881 and #98818D with #81988D are triadic colors.