COLOR #888ABD

HEX: #888ABD
RGB: (136,138,189)

Color info

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

RGB color model

#888ABD color RGB value is (136,138,189).

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

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 189 of 255 = 74%

136
138
189

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 189 = 463 (100%)
R 136 of 463 ~ 29.37%
G 138 of 463 ~ 29.81%
B 189 of 463 ~ 40.82%

%29.37
%29.81
%40.82

CMYK color model

#888ABD color CMYK value is (28,27,0,26).

  • cyan value is 28.04%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,27,0,26)
C28M27Y0K26 
(28%,27%,0%,26%)
(0.28/0.27/0.00/0.26)	

CMYK percentages

%28.04
%26.98
%0
%25.88

Codes

Color #888ABD in popluar color models

888ABD
RGB136138189
HSL238°28.65%63.73%
HSB/HSV238°28.04%74.12%
CMYK28.04%26.98%0.00%
25.88%

Color #888ABD in popluar number systems.

HEX888ABD
Decimal136138189
Binary100010001000101010111101
Octal210212275

Shades and tints

Shades of #888ABD

#888ABD
(136,138,189)
#7C7EAC
(124,126,172)
#70729B
(112,114,155)
#64668A
(100,102,138)
#585A79
(88,90,121)
#4C4E68
(76,78,104)
#404257
(64,66,87)
#343646
(52,54,70)
#282A35
(40,42,53)
#1C1E24
(28,30,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #888ABD

#888ABD
(136,138,189)
#9294C3
(146,148,195)
#9C9EC9
(156,158,201)
#A6A8CF
(166,168,207)
#B0B2D5
(176,178,213)
#BABCDB
(186,188,219)
#C4C6E1
(196,198,225)
#CED0E7
(206,208,231)
#D8DAED
(216,218,237)
#E2E4F3
(226,228,243)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888ABD; }

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

This text font color is #888ABD.


Background Color

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

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

This div background color is #888ABD.


Border color

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

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

This div border color is #888ABD.


Opacity

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

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

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

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

This text has shadow with #888ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888ABD on black background.


Color preview on white background

This text has color #888ABD on white background.



Black color preview on #888ABD background

This text has black color on #888ABD background.


White color preview on #888ABD background

This text has white color on #888ABD background.