COLOR #C87EB4

HEX: #C87EB4
RGB: (200,126,180)

Color info

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

RGB color model

#C87EB4 color RGB value is (200,126,180).

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

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 180 of 255 = 71%

200
126
180

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

Portions of RGB colors in percentages

R + G + B =
200 + 126 + 180 = 506 (100%)
R 200 of 506 ~ 39.53%
G 126 of 506 ~ 24.9%
B 180 of 506 ~ 35.57%

%39.53
%24.9
%35.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.00%
  • 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
%37
%10
%21.57

Codes

Color #C87EB4 in popluar color models

C87EB4
RGB200126180
HSL316°40.22%63.92%
HSB/HSV316°37.00%78.43%
CMYK0.00%37.00%10.00%
21.57%

Color #C87EB4 in popluar number systems.

HEXC87EB4
Decimal200126180
Binary11001000111111010110100
Octal310176264

Shades and tints

Shades of #C87EB4

#C87EB4
(200,126,180)
#B673A4
(182,115,164)
#A46894
(164,104,148)
#925D84
(146,93,132)
#805274
(128,82,116)
#6E4764
(110,71,100)
#5C3C54
(92,60,84)
#4A3144
(74,49,68)
#382634
(56,38,52)
#261B24
(38,27,36)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #C87EB4

#C87EB4
(200,126,180)
#CD89BA
(205,137,186)
#D294C0
(210,148,192)
#D79FC6
(215,159,198)
#DCAACC
(220,170,204)
#E1B5D2
(225,181,210)
#E6C0D8
(230,192,216)
#EBCBDE
(235,203,222)
#F0D6E4
(240,214,228)
#F5E1EA
(245,225,234)
#FAECF0
(250,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87EB4; }

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

This text font color is #C87EB4.


Background Color

.myBgColor { background-color: #C87EB4; }

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

This div background color is #C87EB4.


Border color

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

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

This div border color is #C87EB4.


Opacity

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

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

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

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

This text has shadow with #C87EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87EB4 on black background.


Color preview on white background

This text has color #C87EB4 on white background.



Black color preview on #C87EB4 background

This text has black color on #C87EB4 background.


White color preview on #C87EB4 background

This text has white color on #C87EB4 background.