COLOR #887098

HEX: #887098
RGB: (136,112,152)

Color info

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

RGB color model

#887098 color RGB value is (136,112,152).

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

RGB channels and saturation

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

136
112
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 152 = 400 (100%)
R 136 of 400 ~ 34%
G 112 of 400 ~ 28%
B 152 of 400 ~ 38%

%34
%28
%38

CMYK color model

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

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

CMYK percentages

%10.53
%26.32
%0
%40.39

Codes

Color #887098 in popluar color models

887098
RGB136112152
HSL276°16.26%51.76%
HSB/HSV276°26.32%59.61%
CMYK10.53%26.32%0.00%
40.39%

Color #887098 in popluar number systems.

HEX887098
Decimal136112152
Binary10001000111000010011000
Octal210160230

Shades and tints

Shades of #887098

#887098
(136,112,152)
#7C668B
(124,102,139)
#705C7E
(112,92,126)
#645271
(100,82,113)
#584864
(88,72,100)
#4C3E57
(76,62,87)
#40344A
(64,52,74)
#342A3D
(52,42,61)
#282030
(40,32,48)
#1C1623
(28,22,35)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #887098

#887098
(136,112,152)
#927DA1
(146,125,161)
#9C8AAA
(156,138,170)
#A697B3
(166,151,179)
#B0A4BC
(176,164,188)
#BAB1C5
(186,177,197)
#C4BECE
(196,190,206)
#CECBD7
(206,203,215)
#D8D8E0
(216,216,224)
#E2E5E9
(226,229,233)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887098; }

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

This text font color is #887098.


Background Color

.myBgColor { background-color: #887098; }

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

This div background color is #887098.


Border color

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

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

This div border color is #887098.


Opacity

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

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

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

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

This text has shadow with #887098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887098 on black background.


Color preview on white background

This text has color #887098 on white background.



Black color preview on #887098 background

This text has black color on #887098 background.


White color preview on #887098 background

This text has white color on #887098 background.