COLOR #888DBD

HEX: #888DBD
RGB: (136,141,189)

Color info

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

RGB color model

#888DBD color RGB value is (136,141,189).

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

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 189 of 255 = 74%

136
141
189

R + G + B ~ 61%. #888DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 189 = 466 (100%)
R 136 of 466 ~ 29.18%
G 141 of 466 ~ 30.26%
B 189 of 466 ~ 40.56%

%29.18
%30.26
%40.56

CMYK color model

#888DBD color CMYK value is (28,25,0,26).

  • cyan value is 28.04%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,25,0,26)
C28M25Y0K26 
(28%,25%,0%,26%)
(0.28/0.25/0.00/0.26)	

CMYK percentages

%28.04
%25.4
%0
%25.88

Codes

Color #888DBD in popluar color models

888DBD
RGB136141189
HSL234°28.65%63.73%
HSB/HSV234°28.04%74.12%
CMYK28.04%25.40%0.00%
25.88%

Color #888DBD in popluar number systems.

HEX888DBD
Decimal136141189
Binary100010001000110110111101
Octal210215275

Shades and tints

Shades of #888DBD

#888DBD
(136,141,189)
#7C81AC
(124,129,172)
#70759B
(112,117,155)
#64698A
(100,105,138)
#585D79
(88,93,121)
#4C5168
(76,81,104)
#404557
(64,69,87)
#343946
(52,57,70)
#282D35
(40,45,53)
#1C2124
(28,33,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #888DBD

#888DBD
(136,141,189)
#9297C3
(146,151,195)
#9CA1C9
(156,161,201)
#A6ABCF
(166,171,207)
#B0B5D5
(176,181,213)
#BABFDB
(186,191,219)
#C4C9E1
(196,201,225)
#CED3E7
(206,211,231)
#D8DDED
(216,221,237)
#E2E7F3
(226,231,243)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888DBD; }

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

This text font color is #888DBD.


Background Color

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

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

This div background color is #888DBD.


Border color

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

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

This div border color is #888DBD.


Opacity

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

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

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

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

This text has shadow with #888DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888DBD on black background.


Color preview on white background

This text has color #888DBD on white background.



Black color preview on #888DBD background

This text has black color on #888DBD background.


White color preview on #888DBD background

This text has white color on #888DBD background.