COLOR #888DB9

HEX: #888DB9
RGB: (136,141,185)

Color info

#888DB9 contains red, green and blue colors in about the same proportion. Web safe color of #888DB9 is #9999CC (or #99C).

RGB color model

#888DB9 color RGB value is (136,141,185).

  • red value is 136;
  • green value is 141;
  • blue value is 185.
RGB:
(136,141,185)
(53%,55%,73%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 185 of 255 = 73%

136
141
185

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

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 185 = 462 (100%)
R 136 of 462 ~ 29.44%
G 141 of 462 ~ 30.52%
B 185 of 462 ~ 40.04%

%29.44
%30.52
%40.04

CMYK color model

#888DB9 color CMYK value is (26,24,0,27).

  • cyan value is 26.49%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(26,24,0,27)
C26M24Y0K27 
(26%,24%,0%,27%)
(0.26/0.24/0.00/0.27)	

CMYK percentages

%26.49
%23.78
%0
%27.45

Codes

Color #888DB9 in popluar color models

888DB9
RGB136141185
HSL234°25.93%62.94%
HSB/HSV234°26.49%72.55%
CMYK26.49%23.78%0.00%
27.45%

Color #888DB9 in popluar number systems.

HEX888DB9
Decimal136141185
Binary100010001000110110111001
Octal210215271

Shades and tints

Shades of #888DB9

#888DB9
(136,141,185)
#7C81A9
(124,129,169)
#707599
(112,117,153)
#646989
(100,105,137)
#585D79
(88,93,121)
#4C5169
(76,81,105)
#404559
(64,69,89)
#343949
(52,57,73)
#282D39
(40,45,57)
#1C2129
(28,33,41)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #888DB9

#888DB9
(136,141,185)
#9297BF
(146,151,191)
#9CA1C5
(156,161,197)
#A6ABCB
(166,171,203)
#B0B5D1
(176,181,209)
#BABFD7
(186,191,215)
#C4C9DD
(196,201,221)
#CED3E3
(206,211,227)
#D8DDE9
(216,221,233)
#E2E7EF
(226,231,239)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888DB9 color. Also use rgb(136,141,185) instead hex code.

Text Font Color

.myTextColor { color: #888DB9; }

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

This text font color is #888DB9.


Background Color

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

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

This div background color is #888DB9.


Border color

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

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

This div border color is #888DB9.


Opacity

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

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

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

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

This text has shadow with #888DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888DB9 on black background.


Color preview on white background

This text has color #888DB9 on white background.



Black color preview on #888DB9 background

This text has black color on #888DB9 background.


White color preview on #888DB9 background

This text has white color on #888DB9 background.