COLOR #888C9B

HEX: #888C9B
RGB: (136,140,155)

Color info

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

RGB color model

#888C9B color RGB value is (136,140,155).

  • red value is 136;
  • green value is 140;
  • blue value is 155.
RGB:
(136,140,155)
(53%,55%,61%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 155 of 255 = 61%

136
140
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 140 + 155 = 431 (100%)
R 136 of 431 ~ 31.55%
G 140 of 431 ~ 32.48%
B 155 of 431 ~ 35.96%

%31.55
%32.48
%35.96

CMYK color model

#888C9B color CMYK value is (12,10,0,39).

  • cyan value is 12.26%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(12,10,0,39)
C12M10Y0K39 
(12%,10%,0%,39%)
(0.12/0.10/0.00/0.39)	

CMYK percentages

%12.26
%9.68
%0
%39.22

Codes

Color #888C9B in popluar color models

888C9B
RGB136140155
HSL227°8.68%57.06%
HSB/HSV227°12.26%60.78%
CMYK12.26%9.68%0.00%
39.22%

Color #888C9B in popluar number systems.

HEX888C9B
Decimal136140155
Binary100010001000110010011011
Octal210214233

Shades and tints

Shades of #888C9B

#888C9B
(136,140,155)
#7C808D
(124,128,141)
#70747F
(112,116,127)
#646871
(100,104,113)
#585C63
(88,92,99)
#4C5055
(76,80,85)
#404447
(64,68,71)
#343839
(52,56,57)
#282C2B
(40,44,43)
#1C201D
(28,32,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #888C9B

#888C9B
(136,140,155)
#9296A4
(146,150,164)
#9CA0AD
(156,160,173)
#A6AAB6
(166,170,182)
#B0B4BF
(176,180,191)
#BABEC8
(186,190,200)
#C4C8D1
(196,200,209)
#CED2DA
(206,210,218)
#D8DCE3
(216,220,227)
#E2E6EC
(226,230,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888C9B color. Also use rgb(136,140,155) instead hex code.

Text Font Color

.myTextColor { color: #888C9B; }

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

This text font color is #888C9B.


Background Color

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

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

This div background color is #888C9B.


Border color

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

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

This div border color is #888C9B.


Opacity

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

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

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

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

This text has shadow with #888C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888C9B on black background.


Color preview on white background

This text has color #888C9B on white background.



Black color preview on #888C9B background

This text has black color on #888C9B background.


White color preview on #888C9B background

This text has white color on #888C9B background.