COLOR #888098

HEX: #888098
RGB: (136,128,152)

Color info

#888098 contains red, green and blue colors in about the same proportion. Web safe color of #888098 is #996699 (or #969).

RGB color model

#888098 color RGB value is (136,128,152).

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

RGB channels and saturation

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

136
128
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 152 = 416 (100%)
R 136 of 416 ~ 32.69%
G 128 of 416 ~ 30.77%
B 152 of 416 ~ 36.54%

%32.69
%30.77
%36.54

CMYK color model

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

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

CMYK percentages

%10.53
%15.79
%0
%40.39

Codes

Color #888098 in popluar color models

888098
RGB136128152
HSL260°10.43%54.90%
HSB/HSV260°15.79%59.61%
CMYK10.53%15.79%0.00%
40.39%

Color #888098 in popluar number systems.

HEX888098
Decimal136128152
Binary100010001000000010011000
Octal210200230

Shades and tints

Shades of #888098

#888098
(136,128,152)
#7C758B
(124,117,139)
#706A7E
(112,106,126)
#645F71
(100,95,113)
#585464
(88,84,100)
#4C4957
(76,73,87)
#403E4A
(64,62,74)
#34333D
(52,51,61)
#282830
(40,40,48)
#1C1D23
(28,29,35)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #888098

#888098
(136,128,152)
#928BA1
(146,139,161)
#9C96AA
(156,150,170)
#A6A1B3
(166,161,179)
#B0ACBC
(176,172,188)
#BAB7C5
(186,183,197)
#C4C2CE
(196,194,206)
#CECDD7
(206,205,215)
#D8D8E0
(216,216,224)
#E2E3E9
(226,227,233)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888098; }

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

This text font color is #888098.


Background Color

.myBgColor { background-color: #888098; }

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

This div background color is #888098.


Border color

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

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

This div border color is #888098.


Opacity

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

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

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

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

This text has shadow with #888098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888098 on black background.


Color preview on white background

This text has color #888098 on white background.



Black color preview on #888098 background

This text has black color on #888098 background.


White color preview on #888098 background

This text has white color on #888098 background.