COLOR #C86DAF

HEX: #C86DAF
RGB: (200,109,175)

Color info

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

RGB color model

#C86DAF color RGB value is (200,109,175).

  • red value is 200;
  • green value is 109;
  • blue value is 175.
RGB:
(200,109,175)
(78%,43%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 109 of 255 = 43%
B 175 of 255 = 69%

200
109
175

R + G + B ~ 63%. #C86DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 109 + 175 = 484 (100%)
R 200 of 484 ~ 41.32%
G 109 of 484 ~ 22.52%
B 175 of 484 ~ 36.16%

%41.32
%22.52
%36.16

CMYK color model

#C86DAF color CMYK value is (0,46,13,22).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK:
(0,46,13,22)
C0M46Y13K22 
(0%,46%,13%,22%)
(0.00/0.46/0.13/0.22)	

CMYK percentages

%0
%45.5
%12.5
%21.57

Codes

Color #C86DAF in popluar color models

C86DAF
RGB200109175
HSL316°45.27%60.59%
HSB/HSV316°45.50%78.43%
CMYK0.00%45.50%12.50%
21.57%

Color #C86DAF in popluar number systems.

HEXC86DAF
Decimal200109175
Binary11001000110110110101111
Octal310155257

Shades and tints

Shades of #C86DAF

#C86DAF
(200,109,175)
#B664A0
(182,100,160)
#A45B91
(164,91,145)
#925282
(146,82,130)
#804973
(128,73,115)
#6E4064
(110,64,100)
#5C3755
(92,55,85)
#4A2E46
(74,46,70)
#382537
(56,37,55)
#261C28
(38,28,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #C86DAF

#C86DAF
(200,109,175)
#CD7AB6
(205,122,182)
#D287BD
(210,135,189)
#D794C4
(215,148,196)
#DCA1CB
(220,161,203)
#E1AED2
(225,174,210)
#E6BBD9
(230,187,217)
#EBC8E0
(235,200,224)
#F0D5E7
(240,213,231)
#F5E2EE
(245,226,238)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86DAF color. Also use rgb(200,109,175) instead hex code.

Text Font Color

.myTextColor { color: #C86DAF; }

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

This text font color is #C86DAF.


Background Color

.myBgColor { background-color: #C86DAF; }

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

This div background color is #C86DAF.


Border color

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

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

This div border color is #C86DAF.


Opacity

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

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

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

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

This text has shadow with #C86DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86DAF on black background.


Color preview on white background

This text has color #C86DAF on white background.



Black color preview on #C86DAF background

This text has black color on #C86DAF background.


White color preview on #C86DAF background

This text has white color on #C86DAF background.