COLOR #C87CB5

HEX: #C87CB5
RGB: (200,124,181)

Color info

#C87CB5 contains mainly red and blue colors. Web safe color of #C87CB5 is #CC66CC (or #C6C).

RGB color model

#C87CB5 color RGB value is (200,124,181).

  • red value is 200;
  • green value is 124;
  • blue value is 181.
RGB:
(200,124,181)
(78%,49%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 124 of 255 = 49%
B 181 of 255 = 71%

200
124
181

R + G + B ~ 66%. #C87CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 124 + 181 = 505 (100%)
R 200 of 505 ~ 39.6%
G 124 of 505 ~ 24.55%
B 181 of 505 ~ 35.84%

%39.6
%24.55
%35.84

CMYK color model

#C87CB5 color CMYK value is (0,38,10,22).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 9.50%
  • key color value is 21.57%
CMYK:
(0,38,10,22)
C0M38Y10K22 
(0%,38%,10%,22%)
(0.00/0.38/0.10/0.22)	

CMYK percentages

%0
%38
%9.5
%21.57

Codes

Color #C87CB5 in popluar color models

C87CB5
RGB200124181
HSL315°40.86%63.53%
HSB/HSV315°38.00%78.43%
CMYK0.00%38.00%9.50%
21.57%

Color #C87CB5 in popluar number systems.

HEXC87CB5
Decimal200124181
Binary11001000111110010110101
Octal310174265

Shades and tints

Shades of #C87CB5

#C87CB5
(200,124,181)
#B671A5
(182,113,165)
#A46695
(164,102,149)
#925B85
(146,91,133)
#805075
(128,80,117)
#6E4565
(110,69,101)
#5C3A55
(92,58,85)
#4A2F45
(74,47,69)
#382435
(56,36,53)
#261925
(38,25,37)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #C87CB5

#C87CB5
(200,124,181)
#CD87BB
(205,135,187)
#D292C1
(210,146,193)
#D79DC7
(215,157,199)
#DCA8CD
(220,168,205)
#E1B3D3
(225,179,211)
#E6BED9
(230,190,217)
#EBC9DF
(235,201,223)
#F0D4E5
(240,212,229)
#F5DFEB
(245,223,235)
#FAEAF1
(250,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87CB5 color. Also use rgb(200,124,181) instead hex code.

Text Font Color

.myTextColor { color: #C87CB5; }

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

This text font color is #C87CB5.


Background Color

.myBgColor { background-color: #C87CB5; }

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

This div background color is #C87CB5.


Border color

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

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

This div border color is #C87CB5.


Opacity

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

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

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

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

This text has shadow with #C87CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87CB5 on black background.


Color preview on white background

This text has color #C87CB5 on white background.



Black color preview on #C87CB5 background

This text has black color on #C87CB5 background.


White color preview on #C87CB5 background

This text has white color on #C87CB5 background.