COLOR #888D83

HEX: #888D83 RGB: (136,141,131)

Color info

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

RGB color model

#888D83 color RGB value is (136,141,131).

RGB: (136,141,131) (53%, 55%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 131 of 255 = 51%

136
141
131

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

Portions of RGB colors in percentages

R + G + B = 136 + 141 + 131 = 408 (100%)
R 136 of 408 ~ 33.33%
G 141 of 408 ~ 34.56%
B 131 of 408 ~ 32.11'%

%33.33
%34.56
%32.11

CMYK color model

#888D83 color CMYK value is (4,0,7,45).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 7.09%
  • key color value is 44.71%

CMYK: (4,0,7,45)
C4M0Y7K45 (4%, 0%, 7%, 45%)
(0.04 / 0.00 / 0.07 / 0.45)

CMYK percentages

%3.55
%0
%7.09
%44.71

Codes

Color #888D83 in popluar color models

88 8D 83
RGB 136 141 131
HSL 90° 4.20% 53.33%
HSB/HSV 90° 7.09% 55.29%
CMYK 3.55% 0.00% 7.09%
44.71%

Color #888D83 in popluar number systems.

HEX 88 8D 83
Decimal 136 141 131
Binary 10001000 10001101 10000011
Octal 210 215 203

Shades and tints

Shades of #888D83

#888D83
(136,141,131)
#7C8178
(124,129,120)
#70756D
(112,117,109)
#646962
(100,105,98)
#585D57
(88,93,87)
#4C514C
(76,81,76)
#404541
(64,69,65)
#343936
(52,57,54)
#282D2B
(40,45,43)
#1C2120
(28,33,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #888D83

#888D83
(136,141,131)
#92978E
(146,151,142)
#9CA199
(156,161,153)
#A6ABA4
(166,171,164)
#B0B5AF
(176,181,175)
#BABFBA
(186,191,186)
#C4C9C5
(196,201,197)
#CED3D0
(206,211,208)
#D8DDDB
(216,221,219)
#E2E7E6
(226,231,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888D83; }

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

This text font color is #888D83.

Background Color

.myBgColor { background-color: #888D83; }

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

This div background color is #888D83.

Border color

.myBorderColor { border: 1px solid #888D83; }

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

This div border color is #888D83.

Opacity

.myOpacity80 { color: #888D83; opacity: 0.8; }

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

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

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

This text has shadow with #888D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888D83.

Preview

Color preview on black background

This text has color #888D83 on black background.


Color preview on white background

This text has color #888D83 on white background.


Black color preview on #888D83 background

This text has black color on #888D83 background.


White color preview on #888D83 background

This text has white color on #888D83 background.


Related colors

Complementary color

Complementary color for #hex is #77727C.


I love getcolorcode.com

Triadic colors

1 #83888D and #8D8388 with #888D83 are triadic colors.

2 #838D88 and #8D8883 with #888D83 are triadic colors.