COLOR #C886DC

HEX: #C886DC
RGB: (200,134,220)

Color info

#C886DC contains mainly red and blue colors. Web safe color of #C886DC is #CC99CC (or #C9C).

RGB color model

#C886DC color RGB value is (200,134,220).

  • red value is 200;
  • green value is 134;
  • blue value is 220.
RGB:
(200,134,220)
(78%,53%,86%)

RGB channels and saturation

R 200 of 255 = 78%
G 134 of 255 = 53%
B 220 of 255 = 86%

200
134
220

R + G + B ~ 72%. #C886DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 134 + 220 = 554 (100%)
R 200 of 554 ~ 36.1%
G 134 of 554 ~ 24.19%
B 220 of 554 ~ 39.71%

%36.1
%24.19
%39.71

CMYK color model

#C886DC color CMYK value is (9,39,0,14).

  • cyan value is 9.09%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,39,0,14)
C9M39Y0K14 
(9%,39%,0%,14%)
(0.09/0.39/0.00/0.14)	

CMYK percentages

%9.09
%39.09
%0
%13.73

Codes

Color #C886DC in popluar color models

C886DC
RGB200134220
HSL286°55.13%69.41%
HSB/HSV286°39.09%86.27%
CMYK9.09%39.09%0.00%
13.73%

Color #C886DC in popluar number systems.

HEXC886DC
Decimal200134220
Binary110010001000011011011100
Octal310206334

Shades and tints

Shades of #C886DC

#C886DC
(200,134,220)
#B67AC8
(182,122,200)
#A46EB4
(164,110,180)
#9262A0
(146,98,160)
#80568C
(128,86,140)
#6E4A78
(110,74,120)
#5C3E64
(92,62,100)
#4A3250
(74,50,80)
#38263C
(56,38,60)
#261A28
(38,26,40)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #C886DC

#C886DC
(200,134,220)
#CD91DF
(205,145,223)
#D29CE2
(210,156,226)
#D7A7E5
(215,167,229)
#DCB2E8
(220,178,232)
#E1BDEB
(225,189,235)
#E6C8EE
(230,200,238)
#EBD3F1
(235,211,241)
#F0DEF4
(240,222,244)
#F5E9F7
(245,233,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C886DC color. Also use rgb(200,134,220) instead hex code.

Text Font Color

.myTextColor { color: #C886DC; }

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

This text font color is #C886DC.


Background Color

.myBgColor { background-color: #C886DC; }

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

This div background color is #C886DC.


Border color

.myBorderColor { border: 1px solid #C886DC; }

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

This div border color is #C886DC.


Opacity

.myOpacity80 { color: #C886DC; opacity: 0.8; }

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

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

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

This text has shadow with #C886DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C886DC on black background.


Color preview on white background

This text has color #C886DC on white background.



Black color preview on #C886DC background

This text has black color on #C886DC background.


White color preview on #C886DC background

This text has white color on #C886DC background.