COLOR #888985

HEX: #888985
RGB: (136,137,133)

Color info

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

RGB color model

#888985 color RGB value is (136,137,133).

  • red value is 136;
  • green value is 137;
  • blue value is 133.
RGB:
(136,137,133)
(53%,54%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 133 of 255 = 52%

136
137
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 133 = 406 (100%)
R 136 of 406 ~ 33.5%
G 137 of 406 ~ 33.74%
B 133 of 406 ~ 32.76%

%33.5
%33.74
%32.76

CMYK color model

#888985 color CMYK value is (1,0,3,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(1,0,3,46)
C1M0Y3K46 
(1%,0%,3%,46%)
(0.01/0.00/0.03/0.46)	

CMYK percentages

%0.73
%0
%2.92
%46.27

Codes

Color #888985 in popluar color models

888985
RGB136137133
HSL75°1.67%52.94%
HSB/HSV75°2.92%53.73%
CMYK0.73%0.00%2.92%
46.27%

Color #888985 in popluar number systems.

HEX888985
Decimal136137133
Binary100010001000100110000101
Octal210211205

Shades and tints

Shades of #888985

#888985
(136,137,133)
#7C7D79
(124,125,121)
#70716D
(112,113,109)
#646561
(100,101,97)
#585955
(88,89,85)
#4C4D49
(76,77,73)
#40413D
(64,65,61)
#343531
(52,53,49)
#282925
(40,41,37)
#1C1D19
(28,29,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #888985

#888985
(136,137,133)
#929390
(146,147,144)
#9C9D9B
(156,157,155)
#A6A7A6
(166,167,166)
#B0B1B1
(176,177,177)
#BABBBC
(186,187,188)
#C4C5C7
(196,197,199)
#CECFD2
(206,207,210)
#D8D9DD
(216,217,221)
#E2E3E8
(226,227,232)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888985 color. Also use rgb(136,137,133) instead hex code.

Text Font Color

.myTextColor { color: #888985; }

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

This text font color is #888985.


Background Color

.myBgColor { background-color: #888985; }

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

This div background color is #888985.


Border color

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

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

This div border color is #888985.


Opacity

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

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

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

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

This text has shadow with #888985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888985 on black background.


Color preview on white background

This text has color #888985 on white background.



Black color preview on #888985 background

This text has black color on #888985 background.


White color preview on #888985 background

This text has white color on #888985 background.