COLOR #888ADF

HEX: #888ADF
RGB: (136,138,223)

Color info

#888ADF contains mainly blue color. Web safe color of #888ADF is #9999CC (or #99C).

RGB color model

#888ADF color RGB value is (136,138,223).

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

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 223 of 255 = 87%

136
138
223

R + G + B ~ 65%. #888ADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 223 = 497 (100%)
R 136 of 497 ~ 27.36%
G 138 of 497 ~ 27.77%
B 223 of 497 ~ 44.87%

%27.36
%27.77
%44.87

CMYK color model

#888ADF color CMYK value is (39,38,0,13).

  • cyan value is 39.01%
  • magenta value is 38.12%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(39,38,0,13)
C39M38Y0K13 
(39%,38%,0%,13%)
(0.39/0.38/0.00/0.13)	

CMYK percentages

%39.01
%38.12
%0
%12.55

Codes

Color #888ADF in popluar color models

888ADF
RGB136138223
HSL239°57.62%70.39%
HSB/HSV239°39.01%87.45%
CMYK39.01%38.12%0.00%
12.55%

Color #888ADF in popluar number systems.

HEX888ADF
Decimal136138223
Binary100010001000101011011111
Octal210212337

Shades and tints

Shades of #888ADF

#888ADF
(136,138,223)
#7C7ECB
(124,126,203)
#7072B7
(112,114,183)
#6466A3
(100,102,163)
#585A8F
(88,90,143)
#4C4E7B
(76,78,123)
#404267
(64,66,103)
#343653
(52,54,83)
#282A3F
(40,42,63)
#1C1E2B
(28,30,43)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #888ADF

#888ADF
(136,138,223)
#9294E1
(146,148,225)
#9C9EE3
(156,158,227)
#A6A8E5
(166,168,229)
#B0B2E7
(176,178,231)
#BABCE9
(186,188,233)
#C4C6EB
(196,198,235)
#CED0ED
(206,208,237)
#D8DAEF
(216,218,239)
#E2E4F1
(226,228,241)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888ADF; }

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

This text font color is #888ADF.


Background Color

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

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

This div background color is #888ADF.


Border color

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

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

This div border color is #888ADF.


Opacity

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

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

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

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

This text has shadow with #888ADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888ADF on black background.


Color preview on white background

This text has color #888ADF on white background.



Black color preview on #888ADF background

This text has black color on #888ADF background.


White color preview on #888ADF background

This text has white color on #888ADF background.