COLOR #C886D8

HEX: #C886D8
RGB: (200,134,216)

Color info

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

RGB color model

#C886D8 color RGB value is (200,134,216).

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

RGB channels and saturation

R 200 of 255 = 78%
G 134 of 255 = 53%
B 216 of 255 = 85%

200
134
216

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

Portions of RGB colors in percentages

R + G + B =
200 + 134 + 216 = 550 (100%)
R 200 of 550 ~ 36.36%
G 134 of 550 ~ 24.36%
B 216 of 550 ~ 39.27%

%36.36
%24.36
%39.27

CMYK color model

#C886D8 color CMYK value is (7,38,0,15).

  • cyan value is 7.41%
  • magenta value is 37.96%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(7,38,0,15)
C7M38Y0K15 
(7%,38%,0%,15%)
(0.07/0.38/0.00/0.15)	

CMYK percentages

%7.41
%37.96
%0
%15.29

Codes

Color #C886D8 in popluar color models

C886D8
RGB200134216
HSL288°51.25%68.63%
HSB/HSV288°37.96%84.71%
CMYK7.41%37.96%0.00%
15.29%

Color #C886D8 in popluar number systems.

HEXC886D8
Decimal200134216
Binary110010001000011011011000
Octal310206330

Shades and tints

Shades of #C886D8

#C886D8
(200,134,216)
#B67AC5
(182,122,197)
#A46EB2
(164,110,178)
#92629F
(146,98,159)
#80568C
(128,86,140)
#6E4A79
(110,74,121)
#5C3E66
(92,62,102)
#4A3253
(74,50,83)
#382640
(56,38,64)
#261A2D
(38,26,45)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #C886D8

#C886D8
(200,134,216)
#CD91DB
(205,145,219)
#D29CDE
(210,156,222)
#D7A7E1
(215,167,225)
#DCB2E4
(220,178,228)
#E1BDE7
(225,189,231)
#E6C8EA
(230,200,234)
#EBD3ED
(235,211,237)
#F0DEF0
(240,222,240)
#F5E9F3
(245,233,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C886D8; }

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

This text font color is #C886D8.


Background Color

.myBgColor { background-color: #C886D8; }

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

This div background color is #C886D8.


Border color

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

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

This div border color is #C886D8.


Opacity

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

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

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

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

This text has shadow with #C886D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C886D8 on black background.


Color preview on white background

This text has color #C886D8 on white background.



Black color preview on #C886D8 background

This text has black color on #C886D8 background.


White color preview on #C886D8 background

This text has white color on #C886D8 background.