COLOR #888FC8

HEX: #888FC8 RGB: (136,143,200)

Color info

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

RGB color model

#888FC8 color RGB value is (136,143,200).

RGB: (136,143,200) (53%, 56%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 200 of 255 = 78%

136
143
200

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

Portions of RGB colors in percentages

R + G + B = 136 + 143 + 200 = 479 (100%)
R 136 of 479 ~ 28.39%
G 143 of 479 ~ 29.85%
B 200 of 479 ~ 41.75'%

%28.39
%29.85
%41.75

CMYK color model

#888FC8 color CMYK value is (32,29,0,22).

  • cyan value is 32.00%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (32,29,0,22)
C32M29Y0K22 (32%, 29%, 0%, 22%)
(0.32 / 0.29 / 0.00 / 0.22)

CMYK percentages

%32
%28.5
%0
%21.57

Codes

Color #888FC8 in popluar color models

88 8F C8
RGB 136 143 200
HSL 233° 36.78% 65.88%
HSB/HSV 233° 32.00% 78.43%
CMYK 32.00% 28.50% 0.00%
21.57%

Color #888FC8 in popluar number systems.

HEX 88 8F C8
Decimal 136 143 200
Binary 10001000 10001111 11001000
Octal 210 217 310

Shades and tints

Shades of #888FC8

#888FC8
(136,143,200)
#7C82B6
(124,130,182)
#7075A4
(112,117,164)
#646892
(100,104,146)
#585B80
(88,91,128)
#4C4E6E
(76,78,110)
#40415C
(64,65,92)
#34344A
(52,52,74)
#282738
(40,39,56)
#1C1A26
(28,26,38)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #888FC8

#888FC8
(136,143,200)
#9299CD
(146,153,205)
#9CA3D2
(156,163,210)
#A6ADD7
(166,173,215)
#B0B7DC
(176,183,220)
#BAC1E1
(186,193,225)
#C4CBE6
(196,203,230)
#CED5EB
(206,213,235)
#D8DFF0
(216,223,240)
#E2E9F5
(226,233,245)
#ECF3FA
(236,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888FC8 color. Also use rgb(136,143,200) instead hex code.

Text Font Color

.myTextColor { color: #888FC8; }

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

This text font color is #888FC8.

Background Color

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

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

This div background color is #888FC8.

Border color

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

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

This div border color is #888FC8.

Opacity

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

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

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

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

This text has shadow with #888FC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888FC8.

Preview

Color preview on black background

This text has color #888FC8 on black background.


Color preview on white background

This text has color #888FC8 on white background.


Black color preview on #888FC8 background

This text has black color on #888FC8 background.


White color preview on #888FC8 background

This text has white color on #888FC8 background.


Related colors

Complementary color

Complementary color for #hex is #777037.


I love getcolorcode.com

Triadic colors

1 #C8888F and #8FC888 with #888FC8 are triadic colors.

2 #C88F88 and #8F88C8 with #888FC8 are triadic colors.