COLOR #888396

HEX: #888396
RGB: (136,131,150)

Color info

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

RGB color model

#888396 color RGB value is (136,131,150).

  • red value is 136;
  • green value is 131;
  • blue value is 150.
RGB:
(136,131,150)
(53%,51%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 150 of 255 = 59%

136
131
150

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 150 = 417 (100%)
R 136 of 417 ~ 32.61%
G 131 of 417 ~ 31.41%
B 150 of 417 ~ 35.97%

%32.61
%31.41
%35.97

CMYK color model

#888396 color CMYK value is (9,13,0,41).

  • cyan value is 9.33%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,13,0,41)
C9M13Y0K41 
(9%,13%,0%,41%)
(0.09/0.13/0.00/0.41)	

CMYK percentages

%9.33
%12.67
%0
%41.18

Codes

Color #888396 in popluar color models

888396
RGB136131150
HSL256°8.30%55.10%
HSB/HSV256°12.67%58.82%
CMYK9.33%12.67%0.00%
41.18%

Color #888396 in popluar number systems.

HEX888396
Decimal136131150
Binary100010001000001110010110
Octal210203226

Shades and tints

Shades of #888396

#888396
(136,131,150)
#7C7889
(124,120,137)
#706D7C
(112,109,124)
#64626F
(100,98,111)
#585762
(88,87,98)
#4C4C55
(76,76,85)
#404148
(64,65,72)
#34363B
(52,54,59)
#282B2E
(40,43,46)
#1C2021
(28,32,33)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #888396

#888396
(136,131,150)
#928E9F
(146,142,159)
#9C99A8
(156,153,168)
#A6A4B1
(166,164,177)
#B0AFBA
(176,175,186)
#BABAC3
(186,186,195)
#C4C5CC
(196,197,204)
#CED0D5
(206,208,213)
#D8DBDE
(216,219,222)
#E2E6E7
(226,230,231)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888396; }

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

This text font color is #888396.


Background Color

.myBgColor { background-color: #888396; }

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

This div background color is #888396.


Border color

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

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

This div border color is #888396.


Opacity

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

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

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

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

This text has shadow with #888396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888396 on black background.


Color preview on white background

This text has color #888396 on white background.



Black color preview on #888396 background

This text has black color on #888396 background.


White color preview on #888396 background

This text has white color on #888396 background.