COLOR #C86FA7

HEX: #C86FA7
RGB: (200,111,167)

Color info

#C86FA7 contains mainly red and blue colors. Web safe color of #C86FA7 is #CC6699 (or #C69).

RGB color model

#C86FA7 color RGB value is (200,111,167).

  • red value is 200;
  • green value is 111;
  • blue value is 167.
RGB:
(200,111,167)
(78%,44%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 111 of 255 = 44%
B 167 of 255 = 65%

200
111
167

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

Portions of RGB colors in percentages

R + G + B =
200 + 111 + 167 = 478 (100%)
R 200 of 478 ~ 41.84%
G 111 of 478 ~ 23.22%
B 167 of 478 ~ 34.94%

%41.84
%23.22
%34.94

CMYK color model

#C86FA7 color CMYK value is (0,45,17,22).

  • cyan value is 0.00%
  • magenta value is 44.50%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(0,45,17,22)
C0M45Y17K22 
(0%,45%,17%,22%)
(0.00/0.45/0.17/0.22)	

CMYK percentages

%0
%44.5
%16.5
%21.57

Codes

Color #C86FA7 in popluar color models

C86FA7
RGB200111167
HSL322°44.72%60.98%
HSB/HSV322°44.50%78.43%
CMYK0.00%44.50%16.50%
21.57%

Color #C86FA7 in popluar number systems.

HEXC86FA7
Decimal200111167
Binary11001000110111110100111
Octal310157247

Shades and tints

Shades of #C86FA7

#C86FA7
(200,111,167)
#B66598
(182,101,152)
#A45B89
(164,91,137)
#92517A
(146,81,122)
#80476B
(128,71,107)
#6E3D5C
(110,61,92)
#5C334D
(92,51,77)
#4A293E
(74,41,62)
#381F2F
(56,31,47)
#261520
(38,21,32)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #C86FA7

#C86FA7
(200,111,167)
#CD7CAF
(205,124,175)
#D289B7
(210,137,183)
#D796BF
(215,150,191)
#DCA3C7
(220,163,199)
#E1B0CF
(225,176,207)
#E6BDD7
(230,189,215)
#EBCADF
(235,202,223)
#F0D7E7
(240,215,231)
#F5E4EF
(245,228,239)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86FA7 color. Also use rgb(200,111,167) instead hex code.

Text Font Color

.myTextColor { color: #C86FA7; }

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

This text font color is #C86FA7.


Background Color

.myBgColor { background-color: #C86FA7; }

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

This div background color is #C86FA7.


Border color

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

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

This div border color is #C86FA7.


Opacity

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

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

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

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

This text has shadow with #C86FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86FA7 on black background.


Color preview on white background

This text has color #C86FA7 on white background.



Black color preview on #C86FA7 background

This text has black color on #C86FA7 background.


White color preview on #C86FA7 background

This text has white color on #C86FA7 background.