COLOR #888898

HEX: #888898
RGB: (136,136,152)

Color info

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

RGB color model

#888898 color RGB value is (136,136,152).

  • red value is 136;
  • green value is 136;
  • blue value is 152.
RGB:
(136,136,152)
(53%,53%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 152 of 255 = 60%

136
136
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 136 + 152 = 424 (100%)
R 136 of 424 ~ 32.08%
G 136 of 424 ~ 32.08%
B 152 of 424 ~ 35.85%

%32.08
%32.08
%35.85

CMYK color model

#888898 color CMYK value is (11,11,0,40).

  • cyan value is 10.53%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(11,11,0,40)
C11M11Y0K40 
(11%,11%,0%,40%)
(0.11/0.11/0.00/0.40)	

CMYK percentages

%10.53
%10.53
%0
%40.39

Codes

Color #888898 in popluar color models

888898
RGB136136152
HSL240°7.21%56.47%
HSB/HSV240°10.53%59.61%
CMYK10.53%10.53%0.00%
40.39%

Color #888898 in popluar number systems.

HEX888898
Decimal136136152
Binary100010001000100010011000
Octal210210230

Shades and tints

Shades of #888898

#888898
(136,136,152)
#7C7C8B
(124,124,139)
#70707E
(112,112,126)
#646471
(100,100,113)
#585864
(88,88,100)
#4C4C57
(76,76,87)
#40404A
(64,64,74)
#34343D
(52,52,61)
#282830
(40,40,48)
#1C1C23
(28,28,35)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #888898

#888898
(136,136,152)
#9292A1
(146,146,161)
#9C9CAA
(156,156,170)
#A6A6B3
(166,166,179)
#B0B0BC
(176,176,188)
#BABAC5
(186,186,197)
#C4C4CE
(196,196,206)
#CECED7
(206,206,215)
#D8D8E0
(216,216,224)
#E2E2E9
(226,226,233)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888898; }

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

This text font color is #888898.


Background Color

.myBgColor { background-color: #888898; }

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

This div background color is #888898.


Border color

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

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

This div border color is #888898.


Opacity

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

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

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

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

This text has shadow with #888898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888898 on black background.


Color preview on white background

This text has color #888898 on white background.



Black color preview on #888898 background

This text has black color on #888898 background.


White color preview on #888898 background

This text has white color on #888898 background.