COLOR #888097

HEX: #888097
RGB: (136,128,151)

Color info

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

RGB color model

#888097 color RGB value is (136,128,151).

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

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 151 of 255 = 59%

136
128
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 151 = 415 (100%)
R 136 of 415 ~ 32.77%
G 128 of 415 ~ 30.84%
B 151 of 415 ~ 36.39%

%32.77
%30.84
%36.39

CMYK color model

#888097 color CMYK value is (10,15,0,41).

  • cyan value is 9.93%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK: (10,15,0,41) C10M15Y0K41 (10%,15%,0%,41%) (0.10/0.15/0.00/0.41)

CMYK percentages

%9.93
%15.23
%0
%40.78

Codes

Color #888097 in popluar color models

888097
RGB136128151
HSL261°9.96%54.71%
HSB/HSV261°15.23%59.22%
CMYK9.93%15.23%0.00%
40.78%

Color #888097 in popluar number systems.

HEX888097
Decimal136128151
Binary100010001000000010010111
Octal210200227

Shades and tints

Shades of #888097

#888097
(136,128,151)
#7C758A
(124,117,138)
#706A7D
(112,106,125)
#645F70
(100,95,112)
#585463
(88,84,99)
#4C4956
(76,73,86)
#403E49
(64,62,73)
#34333C
(52,51,60)
#28282F
(40,40,47)
#1C1D22
(28,29,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #888097

#888097
(136,128,151)
#928BA0
(146,139,160)
#9C96A9
(156,150,169)
#A6A1B2
(166,161,178)
#B0ACBB
(176,172,187)
#BAB7C4
(186,183,196)
#C4C2CD
(196,194,205)
#CECDD6
(206,205,214)
#D8D8DF
(216,216,223)
#E2E3E8
(226,227,232)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888097; }

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

This text font color is #888097.


Background Color

.myBgColor { background-color: #888097; }

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

This div background color is #888097.


Border color

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

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

This div border color is #888097.


Opacity

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

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

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

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

This text has shadow with #888097 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #888097 on black background.


Color preview on white background

This text has color #888097 on white background.



Black color preview on #888097 background

This text has black color on #888097 background.


White color preview on #888097 background

This text has white color on #888097 background.