COLOR #888BCB

HEX: #888BCB RGB: (136,139,203)

Color info

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

RGB color model

#888BCB color RGB value is (136,139,203).

RGB: (136,139,203) (53%, 55%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 203 of 255 = 80%

136
139
203

R + G + B ~ 63%. #888BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 139 + 203 = 478 (100%)
R 136 of 478 ~ 28.45%
G 139 of 478 ~ 29.08%
B 203 of 478 ~ 42.47'%

%28.45
%29.08
%42.47

CMYK color model

#888BCB color CMYK value is (33,32,0,20).

  • cyan value is 33.00%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (33,32,0,20)
C33M32Y0K20 (33%, 32%, 0%, 20%)
(0.33 / 0.32 / 0.00 / 0.20)

CMYK percentages

%33
%31.53
%0
%20.39

Codes

Color #888BCB in popluar color models

88 8B CB
RGB 136 139 203
HSL 237° 39.18% 66.47%
HSB/HSV 237° 33.00% 79.61%
CMYK 33.00% 31.53% 0.00%
20.39%

Color #888BCB in popluar number systems.

HEX 88 8B CB
Decimal 136 139 203
Binary 10001000 10001011 11001011
Octal 210 213 313

Shades and tints

Shades of #888BCB

#888BCB
(136,139,203)
#7C7FB9
(124,127,185)
#7073A7
(112,115,167)
#646795
(100,103,149)
#585B83
(88,91,131)
#4C4F71
(76,79,113)
#40435F
(64,67,95)
#34374D
(52,55,77)
#282B3B
(40,43,59)
#1C1F29
(28,31,41)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #888BCB

#888BCB
(136,139,203)
#9295CF
(146,149,207)
#9C9FD3
(156,159,211)
#A6A9D7
(166,169,215)
#B0B3DB
(176,179,219)
#BABDDF
(186,189,223)
#C4C7E3
(196,199,227)
#CED1E7
(206,209,231)
#D8DBEB
(216,219,235)
#E2E5EF
(226,229,239)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888BCB color. Also use rgb(136,139,203) instead hex code.

Text Font Color

.myTextColor { color: #888BCB; }

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

This text font color is #888BCB.

Background Color

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

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

This div background color is #888BCB.

Border color

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

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

This div border color is #888BCB.

Opacity

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

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

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

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

This text has shadow with #888BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888BCB.

Preview

Color preview on black background

This text has color #888BCB on black background.


Color preview on white background

This text has color #888BCB on white background.


Black color preview on #888BCB background

This text has black color on #888BCB background.


White color preview on #888BCB background

This text has white color on #888BCB background.


Related colors

Complementary color

Complementary color for #hex is #777434.


I love getcolorcode.com

Triadic colors

1 #CB888B and #8BCB88 with #888BCB are triadic colors.

2 #CB8B88 and #8B88CB with #888BCB are triadic colors.