COLOR #C87EBC

HEX: #C87EBC
RGB: (200,126,188)

Color info

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

RGB color model

#C87EBC color RGB value is (200,126,188).

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

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 188 of 255 = 74%

200
126
188

R + G + B ~ 67%. #C87EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 126 + 188 = 514 (100%)
R 200 of 514 ~ 38.91%
G 126 of 514 ~ 24.51%
B 188 of 514 ~ 36.58%

%38.91
%24.51
%36.58

CMYK color model

#C87EBC color CMYK value is (0,37,6,22).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 6.00%
  • key color value is 21.57%
CMYK:
(0,37,6,22)
C0M37Y6K22 
(0%,37%,6%,22%)
(0.00/0.37/0.06/0.22)	

CMYK percentages

%0
%37
%6
%21.57

Codes

Color #C87EBC in popluar color models

C87EBC
RGB200126188
HSL310°40.22%63.92%
HSB/HSV310°37.00%78.43%
CMYK0.00%37.00%6.00%
21.57%

Color #C87EBC in popluar number systems.

HEXC87EBC
Decimal200126188
Binary11001000111111010111100
Octal310176274

Shades and tints

Shades of #C87EBC

#C87EBC
(200,126,188)
#B673AB
(182,115,171)
#A4689A
(164,104,154)
#925D89
(146,93,137)
#805278
(128,82,120)
#6E4767
(110,71,103)
#5C3C56
(92,60,86)
#4A3145
(74,49,69)
#382634
(56,38,52)
#261B23
(38,27,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #C87EBC

#C87EBC
(200,126,188)
#CD89C2
(205,137,194)
#D294C8
(210,148,200)
#D79FCE
(215,159,206)
#DCAAD4
(220,170,212)
#E1B5DA
(225,181,218)
#E6C0E0
(230,192,224)
#EBCBE6
(235,203,230)
#F0D6EC
(240,214,236)
#F5E1F2
(245,225,242)
#FAECF8
(250,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87EBC; }

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

This text font color is #C87EBC.


Background Color

.myBgColor { background-color: #C87EBC; }

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

This div background color is #C87EBC.


Border color

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

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

This div border color is #C87EBC.


Opacity

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

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

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

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

This text has shadow with #C87EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87EBC on black background.


Color preview on white background

This text has color #C87EBC on white background.



Black color preview on #C87EBC background

This text has black color on #C87EBC background.


White color preview on #C87EBC background

This text has white color on #C87EBC background.