COLOR #C86B8E

HEX: #C86B8E
RGB: (200,107,142)

Color info

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

RGB color model

#C86B8E color RGB value is (200,107,142).

  • red value is 200;
  • green value is 107;
  • blue value is 142.
RGB:
(200,107,142)
(78%,42%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 107 of 255 = 42%
B 142 of 255 = 56%

200
107
142

R + G + B ~ 59%. #C86B8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 107 + 142 = 449 (100%)
R 200 of 449 ~ 44.54%
G 107 of 449 ~ 23.83%
B 142 of 449 ~ 31.63%

%44.54
%23.83
%31.63

CMYK color model

#C86B8E color CMYK value is (0,47,29,22).

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(0,47,29,22)
C0M47Y29K22 
(0%,47%,29%,22%)
(0.00/0.47/0.29/0.22)	

CMYK percentages

%0
%46.5
%29
%21.57

Codes

Color #C86B8E in popluar color models

C86B8E
RGB200107142
HSL337°45.81%60.20%
HSB/HSV337°46.50%78.43%
CMYK0.00%46.50%29.00%
21.57%

Color #C86B8E in popluar number systems.

HEXC86B8E
Decimal200107142
Binary11001000110101110001110
Octal310153216

Shades and tints

Shades of #C86B8E

#C86B8E
(200,107,142)
#B66282
(182,98,130)
#A45976
(164,89,118)
#92506A
(146,80,106)
#80475E
(128,71,94)
#6E3E52
(110,62,82)
#5C3546
(92,53,70)
#4A2C3A
(74,44,58)
#38232E
(56,35,46)
#261A22
(38,26,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #C86B8E

#C86B8E
(200,107,142)
#CD7898
(205,120,152)
#D285A2
(210,133,162)
#D792AC
(215,146,172)
#DC9FB6
(220,159,182)
#E1ACC0
(225,172,192)
#E6B9CA
(230,185,202)
#EBC6D4
(235,198,212)
#F0D3DE
(240,211,222)
#F5E0E8
(245,224,232)
#FAEDF2
(250,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86B8E color. Also use rgb(200,107,142) instead hex code.

Text Font Color

.myTextColor { color: #C86B8E; }

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

This text font color is #C86B8E.


Background Color

.myBgColor { background-color: #C86B8E; }

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

This div background color is #C86B8E.


Border color

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

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

This div border color is #C86B8E.


Opacity

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

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

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

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

This text has shadow with #C86B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86B8E on black background.


Color preview on white background

This text has color #C86B8E on white background.



Black color preview on #C86B8E background

This text has black color on #C86B8E background.


White color preview on #C86B8E background

This text has white color on #C86B8E background.