COLOR #888ADA

HEX: #888ADA RGB: (136,138,218)

Color info

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

RGB color model

#888ADA color RGB value is (136,138,218).

RGB: (136,138,218) (53%, 54%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 218 of 255 = 85%

136
138
218

R + G + B ~ 64%. #888ADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 218 = 492 (100%)
R 136 of 492 ~ 27.64%
G 138 of 492 ~ 28.05%
B 218 of 492 ~ 44.31'%

%27.64
%28.05
%44.31

CMYK color model

#888ADA color CMYK value is (38,37,0,15).

  • cyan value is 37.61%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (38,37,0,15) C38M37Y0K15 (38%,37%,0%,15%) (0.38/0.37/0.00/0.15) 

CMYK percentages

%37.61
%36.7
%0
%14.51

Codes

Color #888ADA in popluar color models

88 8A DA
RGB 136 138 218
HSL 239° 52.56% 69.41%
HSB/HSV 239° 37.61% 85.49%
CMYK 37.61% 36.70% 0.00%
14.51%

Color #888ADA in popluar number systems.

HEX 88 8A DA
Decimal 136 138 218
Binary 10001000 10001010 11011010
Octal 210 212 332

Shades and tints

Shades of #888ADA

#888ADA
(136,138,218)
#7C7EC7
(124,126,199)
#7072B4
(112,114,180)
#6466A1
(100,102,161)
#585A8E
(88,90,142)
#4C4E7B
(76,78,123)
#404268
(64,66,104)
#343655
(52,54,85)
#282A42
(40,42,66)
#1C1E2F
(28,30,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #888ADA

#888ADA
(136,138,218)
#9294DD
(146,148,221)
#9C9EE0
(156,158,224)
#A6A8E3
(166,168,227)
#B0B2E6
(176,178,230)
#BABCE9
(186,188,233)
#C4C6EC
(196,198,236)
#CED0EF
(206,208,239)
#D8DAF2
(216,218,242)
#E2E4F5
(226,228,245)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888ADA; }

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

This text font color is #888ADA.

Background Color

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

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

This div background color is #888ADA.

Border color

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

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

This div border color is #888ADA.

Opacity

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

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

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

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

This text has shadow with #888ADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888ADA.

Preview

Color preview on black background

This text has color #888ADA on black background.


Color preview on white background

This text has color #888ADA on white background.


Black color preview on #888ADA background

This text has black color on #888ADA background.


White color preview on #888ADA background

This text has white color on #888ADA background.


Related colors

Complementary color

Complementary color for #hex is #777525.


I love getcolorcode.com

Triadic colors

1 #DA888A and #8ADA88 with #888ADA are triadic colors.

2 #DA8A88 and #8A88DA with #888ADA are triadic colors.