COLOR #8883C6

HEX: #8883C6
RGB: (136,131,198)

Color info

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

RGB color model

#8883C6 color RGB value is (136,131,198).

  • red value is 136;
  • green value is 131;
  • blue value is 198.
RGB:
(136,131,198)
(53%,51%,78%)

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 198 of 255 = 78%

136
131
198

R + G + B ~ 61%. #8883C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 198 = 465 (100%)
R 136 of 465 ~ 29.25%
G 131 of 465 ~ 28.17%
B 198 of 465 ~ 42.58%

%29.25
%28.17
%42.58

CMYK color model

#8883C6 color CMYK value is (31,34,0,22).

  • cyan value is 31.31%
  • magenta value is 33.84%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(31,34,0,22)
C31M34Y0K22 
(31%,34%,0%,22%)
(0.31/0.34/0.00/0.22)	

CMYK percentages

%31.31
%33.84
%0
%22.35

Codes

Color #8883C6 in popluar color models

8883C6
RGB136131198
HSL244°37.02%64.51%
HSB/HSV244°33.84%77.65%
CMYK31.31%33.84%0.00%
22.35%

Color #8883C6 in popluar number systems.

HEX8883C6
Decimal136131198
Binary100010001000001111000110
Octal210203306

Shades and tints

Shades of #8883C6

#8883C6
(136,131,198)
#7C78B4
(124,120,180)
#706DA2
(112,109,162)
#646290
(100,98,144)
#58577E
(88,87,126)
#4C4C6C
(76,76,108)
#40415A
(64,65,90)
#343648
(52,54,72)
#282B36
(40,43,54)
#1C2024
(28,32,36)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #8883C6

#8883C6
(136,131,198)
#928ECB
(146,142,203)
#9C99D0
(156,153,208)
#A6A4D5
(166,164,213)
#B0AFDA
(176,175,218)
#BABADF
(186,186,223)
#C4C5E4
(196,197,228)
#CED0E9
(206,208,233)
#D8DBEE
(216,219,238)
#E2E6F3
(226,230,243)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8883C6 color. Also use rgb(136,131,198) instead hex code.

Text Font Color

.myTextColor { color: #8883C6; }

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

This text font color is #8883C6.


Background Color

.myBgColor { background-color: #8883C6; }

<div style="background-color:#8883C6">Inner text</div>

This div background color is #8883C6.


Border color

.myBorderColor { border: 1px solid #8883C6; }

<div style="border:3px solid #8883C6">Div</div>

This div border color is #8883C6.


Opacity

.myOpacity80 { color: #8883C6; opacity: 0.8; }

<p style="color:#8883C6;opacity:0.8;">80%</p>

Text with #8883C6 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 #8883C6;}

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

This text has shadow with #8883C6 color.

.textShadow {text-shadow: 3px 3px 1px #8883C6, 3px 3px 1px red;}

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

This text has shadow with #8883C6 primary color and red secondary color.


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

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

This text has shadow with #8883C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8883C6 on black background.


Color preview on white background

This text has color #8883C6 on white background.



Black color preview on #8883C6 background

This text has black color on #8883C6 background.


White color preview on #8883C6 background

This text has white color on #8883C6 background.