COLOR #C87EF8

HEX: #C87EF8
RGB: (200,126,248)

Color info

#C87EF8 contains mainly red and blue colors. Web safe color of #C87EF8 is #CC66FF (or #C6F).

RGB color model

#C87EF8 color RGB value is (200,126,248).

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

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 248 of 255 = 97%

200
126
248

R + G + B ~ 75%. #C87EF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 126 + 248 = 574 (100%)
R 200 of 574 ~ 34.84%
G 126 of 574 ~ 21.95%
B 248 of 574 ~ 43.21%

%34.84
%21.95
%43.21

CMYK color model

#C87EF8 color CMYK value is (19,49,0,3).

  • cyan value is 19.35%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,49,0,3)
C19M49Y0K3 
(19%,49%,0%,3%)
(0.19/0.49/0.00/0.03)	

CMYK percentages

%19.35
%49.19
%0
%2.75

Codes

Color #C87EF8 in popluar color models

C87EF8
RGB200126248
HSL276°89.71%73.33%
HSB/HSV276°49.19%97.25%
CMYK19.35%49.19%0.00%
2.75%

Color #C87EF8 in popluar number systems.

HEXC87EF8
Decimal200126248
Binary11001000111111011111000
Octal310176370

Shades and tints

Shades of #C87EF8

#C87EF8
(200,126,248)
#B673E2
(182,115,226)
#A468CC
(164,104,204)
#925DB6
(146,93,182)
#8052A0
(128,82,160)
#6E478A
(110,71,138)
#5C3C74
(92,60,116)
#4A315E
(74,49,94)
#382648
(56,38,72)
#261B32
(38,27,50)
#14101C
(20,16,28)
#000000
(0,0,0)

Tints of #C87EF8

#C87EF8
(200,126,248)
#CD89F8
(205,137,248)
#D294F8
(210,148,248)
#D79FF8
(215,159,248)
#DCAAF8
(220,170,248)
#E1B5F8
(225,181,248)
#E6C0F8
(230,192,248)
#EBCBF8
(235,203,248)
#F0D6F8
(240,214,248)
#F5E1F8
(245,225,248)
#FAECF8
(250,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87EF8; }

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

This text font color is #C87EF8.


Background Color

.myBgColor { background-color: #C87EF8; }

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

This div background color is #C87EF8.


Border color

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

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

This div border color is #C87EF8.


Opacity

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

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

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

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

This text has shadow with #C87EF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87EF8 on black background.


Color preview on white background

This text has color #C87EF8 on white background.



Black color preview on #C87EF8 background

This text has black color on #C87EF8 background.


White color preview on #C87EF8 background

This text has white color on #C87EF8 background.