COLOR #888BC4

HEX: #888BC4
RGB: (136,139,196)

Color info

#888BC4 contains mainly green and blue colors. Web safe color of #888BC4 is #9999CC (or #99C).

RGB color model

#888BC4 color RGB value is (136,139,196).

  • red value is 136;
  • green value is 139;
  • blue value is 196.
RGB:
(136,139,196)
(53%,55%,77%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 196 of 255 = 77%

136
139
196

R + G + B ~ 62%. #888BC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 139 + 196 = 471 (100%)
R 136 of 471 ~ 28.87%
G 139 of 471 ~ 29.51%
B 196 of 471 ~ 41.61%

%28.87
%29.51
%41.61

CMYK color model

#888BC4 color CMYK value is (31,29,0,23).

  • cyan value is 30.61%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(31,29,0,23)
C31M29Y0K23 
(31%,29%,0%,23%)
(0.31/0.29/0.00/0.23)	

CMYK percentages

%30.61
%29.08
%0
%23.14

Codes

Color #888BC4 in popluar color models

888BC4
RGB136139196
HSL237°33.71%65.10%
HSB/HSV237°30.61%76.86%
CMYK30.61%29.08%0.00%
23.14%

Color #888BC4 in popluar number systems.

HEX888BC4
Decimal136139196
Binary100010001000101111000100
Octal210213304

Shades and tints

Shades of #888BC4

#888BC4
(136,139,196)
#7C7FB3
(124,127,179)
#7073A2
(112,115,162)
#646791
(100,103,145)
#585B80
(88,91,128)
#4C4F6F
(76,79,111)
#40435E
(64,67,94)
#34374D
(52,55,77)
#282B3C
(40,43,60)
#1C1F2B
(28,31,43)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #888BC4

#888BC4
(136,139,196)
#9295C9
(146,149,201)
#9C9FCE
(156,159,206)
#A6A9D3
(166,169,211)
#B0B3D8
(176,179,216)
#BABDDD
(186,189,221)
#C4C7E2
(196,199,226)
#CED1E7
(206,209,231)
#D8DBEC
(216,219,236)
#E2E5F1
(226,229,241)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888BC4; }

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

This text font color is #888BC4.


Background Color

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

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

This div background color is #888BC4.


Border color

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

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

This div border color is #888BC4.


Opacity

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

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

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

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

This text has shadow with #888BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888BC4 on black background.


Color preview on white background

This text has color #888BC4 on white background.



Black color preview on #888BC4 background

This text has black color on #888BC4 background.


White color preview on #888BC4 background

This text has white color on #888BC4 background.