COLOR #888AAD

HEX: #888AAD
RGB: (136,138,173)

Color info

#888AAD contains red, green and blue colors in about the same proportion. Web safe color of #888AAD is #999999 (or #999).

RGB color model

#888AAD color RGB value is (136,138,173).

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

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 173 of 255 = 68%

136
138
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 173 = 447 (100%)
R 136 of 447 ~ 30.43%
G 138 of 447 ~ 30.87%
B 173 of 447 ~ 38.7%

%30.43
%30.87
%38.7

CMYK color model

#888AAD color CMYK value is (21,20,0,32).

  • cyan value is 21.39%
  • magenta value is 20.23%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,20,0,32)
C21M20Y0K32 
(21%,20%,0%,32%)
(0.21/0.20/0.00/0.32)	

CMYK percentages

%21.39
%20.23
%0
%32.16

Codes

Color #888AAD in popluar color models

888AAD
RGB136138173
HSL237°18.41%60.59%
HSB/HSV237°21.39%67.84%
CMYK21.39%20.23%0.00%
32.16%

Color #888AAD in popluar number systems.

HEX888AAD
Decimal136138173
Binary100010001000101010101101
Octal210212255

Shades and tints

Shades of #888AAD

#888AAD
(136,138,173)
#7C7E9E
(124,126,158)
#70728F
(112,114,143)
#646680
(100,102,128)
#585A71
(88,90,113)
#4C4E62
(76,78,98)
#404253
(64,66,83)
#343644
(52,54,68)
#282A35
(40,42,53)
#1C1E26
(28,30,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #888AAD

#888AAD
(136,138,173)
#9294B4
(146,148,180)
#9C9EBB
(156,158,187)
#A6A8C2
(166,168,194)
#B0B2C9
(176,178,201)
#BABCD0
(186,188,208)
#C4C6D7
(196,198,215)
#CED0DE
(206,208,222)
#D8DAE5
(216,218,229)
#E2E4EC
(226,228,236)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888AAD; }

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

This text font color is #888AAD.


Background Color

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

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

This div background color is #888AAD.


Border color

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

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

This div border color is #888AAD.


Opacity

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

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

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

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

This text has shadow with #888AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888AAD on black background.


Color preview on white background

This text has color #888AAD on white background.



Black color preview on #888AAD background

This text has black color on #888AAD background.


White color preview on #888AAD background

This text has white color on #888AAD background.