COLOR #888E81

HEX: #888E81
RGB: (136,142,129)

Color info

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

RGB color model

#888E81 color RGB value is (136,142,129).

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

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 129 of 255 = 51%

136
142
129

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

Portions of RGB colors in percentages

R + G + B =
136 + 142 + 129 = 407 (100%)
R 136 of 407 ~ 33.42%
G 142 of 407 ~ 34.89%
B 129 of 407 ~ 31.7%

%33.42
%34.89
%31.7

CMYK color model

#888E81 color CMYK value is (4,0,9,44).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(4,0,9,44)
C4M0Y9K44 
(4%,0%,9%,44%)
(0.04/0.00/0.09/0.44)	

CMYK percentages

%4.23
%0
%9.15
%44.31

Codes

Color #888E81 in popluar color models

888E81
RGB136142129
HSL88°5.44%53.14%
HSB/HSV88°9.15%55.69%
CMYK4.23%0.00%9.15%
44.31%

Color #888E81 in popluar number systems.

HEX888E81
Decimal136142129
Binary100010001000111010000001
Octal210216201

Shades and tints

Shades of #888E81

#888E81
(136,142,129)
#7C8276
(124,130,118)
#70766B
(112,118,107)
#646A60
(100,106,96)
#585E55
(88,94,85)
#4C524A
(76,82,74)
#40463F
(64,70,63)
#343A34
(52,58,52)
#282E29
(40,46,41)
#1C221E
(28,34,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #888E81

#888E81
(136,142,129)
#92988C
(146,152,140)
#9CA297
(156,162,151)
#A6ACA2
(166,172,162)
#B0B6AD
(176,182,173)
#BAC0B8
(186,192,184)
#C4CAC3
(196,202,195)
#CED4CE
(206,212,206)
#D8DED9
(216,222,217)
#E2E8E4
(226,232,228)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E81; }

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

This text font color is #888E81.


Background Color

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

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

This div background color is #888E81.


Border color

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

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

This div border color is #888E81.


Opacity

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

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

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

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

This text has shadow with #888E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E81 on black background.


Color preview on white background

This text has color #888E81 on white background.



Black color preview on #888E81 background

This text has black color on #888E81 background.


White color preview on #888E81 background

This text has white color on #888E81 background.