COLOR #888CC1

HEX: #888CC1
RGB: (136,140,193)

Color info

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

RGB color model

#888CC1 color RGB value is (136,140,193).

  • red value is 136;
  • green value is 140;
  • blue value is 193.
RGB:
(136,140,193)
(53%,55%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 193 of 255 = 76%

136
140
193

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

Portions of RGB colors in percentages

R + G + B =
136 + 140 + 193 = 469 (100%)
R 136 of 469 ~ 29%
G 140 of 469 ~ 29.85%
B 193 of 469 ~ 41.15%

%29
%29.85
%41.15

CMYK color model

#888CC1 color CMYK value is (30,27,0,24).

  • cyan value is 29.53%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(30,27,0,24)
C30M27Y0K24 
(30%,27%,0%,24%)
(0.30/0.27/0.00/0.24)	

CMYK percentages

%29.53
%27.46
%0
%24.31

Codes

Color #888CC1 in popluar color models

888CC1
RGB136140193
HSL236°31.49%64.51%
HSB/HSV236°29.53%75.69%
CMYK29.53%27.46%0.00%
24.31%

Color #888CC1 in popluar number systems.

HEX888CC1
Decimal136140193
Binary100010001000110011000001
Octal210214301

Shades and tints

Shades of #888CC1

#888CC1
(136,140,193)
#7C80B0
(124,128,176)
#70749F
(112,116,159)
#64688E
(100,104,142)
#585C7D
(88,92,125)
#4C506C
(76,80,108)
#40445B
(64,68,91)
#34384A
(52,56,74)
#282C39
(40,44,57)
#1C2028
(28,32,40)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #888CC1

#888CC1
(136,140,193)
#9296C6
(146,150,198)
#9CA0CB
(156,160,203)
#A6AAD0
(166,170,208)
#B0B4D5
(176,180,213)
#BABEDA
(186,190,218)
#C4C8DF
(196,200,223)
#CED2E4
(206,210,228)
#D8DCE9
(216,220,233)
#E2E6EE
(226,230,238)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888CC1 color. Also use rgb(136,140,193) instead hex code.

Text Font Color

.myTextColor { color: #888CC1; }

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

This text font color is #888CC1.


Background Color

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

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

This div background color is #888CC1.


Border color

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

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

This div border color is #888CC1.


Opacity

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

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

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

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

This text has shadow with #888CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888CC1 on black background.


Color preview on white background

This text has color #888CC1 on white background.



Black color preview on #888CC1 background

This text has black color on #888CC1 background.


White color preview on #888CC1 background

This text has white color on #888CC1 background.