COLOR #888795

HEX: #888795
RGB: (136,135,149)

Color info

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

RGB color model

#888795 color RGB value is (136,135,149).

  • red value is 136;
  • green value is 135;
  • blue value is 149.
RGB:
(136,135,149)
(53%,53%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 135 of 255 = 53%
B 149 of 255 = 58%

136
135
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 135 + 149 = 420 (100%)
R 136 of 420 ~ 32.38%
G 135 of 420 ~ 32.14%
B 149 of 420 ~ 35.48%

%32.38
%32.14
%35.48

CMYK color model

#888795 color CMYK value is (9,9,0,42).

  • cyan value is 8.72%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,9,0,42)
C9M9Y0K42 
(9%,9%,0%,42%)
(0.09/0.09/0.00/0.42)	

CMYK percentages

%8.72
%9.4
%0
%41.57

Codes

Color #888795 in popluar color models

888795
RGB136135149
HSL244°6.19%55.69%
HSB/HSV244°9.40%58.43%
CMYK8.72%9.40%0.00%
41.57%

Color #888795 in popluar number systems.

HEX888795
Decimal136135149
Binary100010001000011110010101
Octal210207225

Shades and tints

Shades of #888795

#888795
(136,135,149)
#7C7B88
(124,123,136)
#706F7B
(112,111,123)
#64636E
(100,99,110)
#585761
(88,87,97)
#4C4B54
(76,75,84)
#403F47
(64,63,71)
#34333A
(52,51,58)
#28272D
(40,39,45)
#1C1B20
(28,27,32)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #888795

#888795
(136,135,149)
#92919E
(146,145,158)
#9C9BA7
(156,155,167)
#A6A5B0
(166,165,176)
#B0AFB9
(176,175,185)
#BAB9C2
(186,185,194)
#C4C3CB
(196,195,203)
#CECDD4
(206,205,212)
#D8D7DD
(216,215,221)
#E2E1E6
(226,225,230)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888795 color. Also use rgb(136,135,149) instead hex code.

Text Font Color

.myTextColor { color: #888795; }

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

This text font color is #888795.


Background Color

.myBgColor { background-color: #888795; }

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

This div background color is #888795.


Border color

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

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

This div border color is #888795.


Opacity

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

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

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

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

This text has shadow with #888795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888795 on black background.


Color preview on white background

This text has color #888795 on white background.



Black color preview on #888795 background

This text has black color on #888795 background.


White color preview on #888795 background

This text has white color on #888795 background.