COLOR #8888C3

HEX: #8888C3 RGB: (136,136,195)

Color info

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

RGB color model

#8888C3 color RGB value is (136,136,195).

RGB: (136,136,195) (53%, 53%, 76%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 195 of 255 = 76%

136
136
195

R + G + B ~ 61%. #8888C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 195 = 467 (100%)
R 136 of 467 ~ 29.12%
G 136 of 467 ~ 29.12%
B 195 of 467 ~ 41.76'%

%29.12
%29.12
%41.76

CMYK color model

#8888C3 color CMYK value is (30,30,0,24).

  • cyan value is 30.26%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (30,30,0,24)
C30M30Y0K24 (30%, 30%, 0%, 24%)
(0.30 / 0.30 / 0.00 / 0.24)

CMYK percentages

%30.26
%30.26
%0
%23.53

Codes

Color #8888C3 in popluar color models

88 88 C3
RGB 136 136 195
HSL 240° 32.96% 64.90%
HSB/HSV 240° 30.26% 76.47%
CMYK 30.26% 30.26% 0.00%
23.53%

Color #8888C3 in popluar number systems.

HEX 88 88 C3
Decimal 136 136 195
Binary 10001000 10001000 11000011
Octal 210 210 303

Shades and tints

Shades of #8888C3

#8888C3
(136,136,195)
#7C7CB2
(124,124,178)
#7070A1
(112,112,161)
#646490
(100,100,144)
#58587F
(88,88,127)
#4C4C6E
(76,76,110)
#40405D
(64,64,93)
#34344C
(52,52,76)
#28283B
(40,40,59)
#1C1C2A
(28,28,42)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #8888C3

#8888C3
(136,136,195)
#9292C8
(146,146,200)
#9C9CCD
(156,156,205)
#A6A6D2
(166,166,210)
#B0B0D7
(176,176,215)
#BABADC
(186,186,220)
#C4C4E1
(196,196,225)
#CECEE6
(206,206,230)
#D8D8EB
(216,216,235)
#E2E2F0
(226,226,240)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8888C3 color. Also use rgb(136,136,195) instead hex code.

Text Font Color

.myTextColor { color: #8888C3; }

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

This text font color is #8888C3.

Background Color

.myBgColor { background-color: #8888C3; }

<div style="background-color:#8888C3">Inner text</div>

This div background color is #8888C3.

Border color

.myBorderColor { border: 1px solid #8888C3; }

<div style="border:3px solid #8888C3">Div</div>

This div border color is #8888C3.

Opacity

.myOpacity80 { color: #8888C3; opacity: 0.8; }

<p style="color:#8888C3;opacity:0.8;">80%</p>

Text with #8888C3 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 #8888C3;}

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

This text has shadow with #8888C3 color.


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

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

This text has shadow with #8888C3 primary color and red secondary color.


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

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

This text has shadow with #8888C3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8888C3.

Preview

Color preview on black background

This text has color #8888C3 on black background.


Color preview on white background

This text has color #8888C3 on white background.


Black color preview on #8888C3 background

This text has black color on #8888C3 background.


White color preview on #8888C3 background

This text has white color on #8888C3 background.


Related colors

Complementary color

Complementary color for #hex is #77773C.


I love getcolorcode.com