COLOR #C87FB4

HEX: #C87FB4
RGB: (200,127,180)

Color info

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

RGB color model

#C87FB4 color RGB value is (200,127,180).

  • red value is 200;
  • green value is 127;
  • blue value is 180.
RGB:
(200,127,180)
(78%,50%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 180 of 255 = 71%

200
127
180

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

Portions of RGB colors in percentages

R + G + B =
200 + 127 + 180 = 507 (100%)
R 200 of 507 ~ 39.45%
G 127 of 507 ~ 25.05%
B 180 of 507 ~ 35.5%

%39.45
%25.05
%35.5

CMYK color model

#C87FB4 color CMYK value is (0,37,10,22).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 10.00%
  • key color value is 21.57%
CMYK:
(0,37,10,22)
C0M37Y10K22 
(0%,37%,10%,22%)
(0.00/0.37/0.10/0.22)	

CMYK percentages

%0
%36.5
%10
%21.57

Codes

Color #C87FB4 in popluar color models

C87FB4
RGB200127180
HSL316°39.89%64.12%
HSB/HSV316°36.50%78.43%
CMYK0.00%36.50%10.00%
21.57%

Color #C87FB4 in popluar number systems.

HEXC87FB4
Decimal200127180
Binary11001000111111110110100
Octal310177264

Shades and tints

Shades of #C87FB4

#C87FB4
(200,127,180)
#B674A4
(182,116,164)
#A46994
(164,105,148)
#925E84
(146,94,132)
#805374
(128,83,116)
#6E4864
(110,72,100)
#5C3D54
(92,61,84)
#4A3244
(74,50,68)
#382734
(56,39,52)
#261C24
(38,28,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C87FB4

#C87FB4
(200,127,180)
#CD8ABA
(205,138,186)
#D295C0
(210,149,192)
#D7A0C6
(215,160,198)
#DCABCC
(220,171,204)
#E1B6D2
(225,182,210)
#E6C1D8
(230,193,216)
#EBCCDE
(235,204,222)
#F0D7E4
(240,215,228)
#F5E2EA
(245,226,234)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87FB4 color. Also use rgb(200,127,180) instead hex code.

Text Font Color

.myTextColor { color: #C87FB4; }

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

This text font color is #C87FB4.


Background Color

.myBgColor { background-color: #C87FB4; }

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

This div background color is #C87FB4.


Border color

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

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

This div border color is #C87FB4.


Opacity

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

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

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

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

This text has shadow with #C87FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87FB4 on black background.


Color preview on white background

This text has color #C87FB4 on white background.



Black color preview on #C87FB4 background

This text has black color on #C87FB4 background.


White color preview on #C87FB4 background

This text has white color on #C87FB4 background.