COLOR #CF87E7

HEX: #CF87E7
RGB: (207,135,231)

Color info

#CF87E7 contains mainly red and blue colors. Web safe color of #CF87E7 is #CC99FF (or #C9F).

RGB color model

#CF87E7 color RGB value is (207,135,231).

  • red value is 207;
  • green value is 135;
  • blue value is 231.
RGB:
(207,135,231)
(81%,53%,91%)

RGB channels and saturation

R 207 of 255 = 81%
G 135 of 255 = 53%
B 231 of 255 = 91%

207
135
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 135 + 231 = 573 (100%)
R 207 of 573 ~ 36.13%
G 135 of 573 ~ 23.56%
B 231 of 573 ~ 40.31%

%36.13
%23.56
%40.31

CMYK color model

#CF87E7 color CMYK value is (10,42,0,9).

  • cyan value is 10.39%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,42,0,9)
C10M42Y0K9 
(10%,42%,0%,9%)
(0.10/0.42/0.00/0.09)	

CMYK percentages

%10.39
%41.56
%0
%9.41

Codes

Color #CF87E7 in popluar color models

CF87E7
RGB207135231
HSL285°66.67%71.76%
HSB/HSV285°41.56%90.59%
CMYK10.39%41.56%0.00%
9.41%

Color #CF87E7 in popluar number systems.

HEXCF87E7
Decimal207135231
Binary110011111000011111100111
Octal317207347

Shades and tints

Shades of #CF87E7

#CF87E7
(207,135,231)
#BD7BD2
(189,123,210)
#AB6FBD
(171,111,189)
#9963A8
(153,99,168)
#875793
(135,87,147)
#754B7E
(117,75,126)
#633F69
(99,63,105)
#513354
(81,51,84)
#3F273F
(63,39,63)
#2D1B2A
(45,27,42)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #CF87E7

#CF87E7
(207,135,231)
#D391E9
(211,145,233)
#D79BEB
(215,155,235)
#DBA5ED
(219,165,237)
#DFAFEF
(223,175,239)
#E3B9F1
(227,185,241)
#E7C3F3
(231,195,243)
#EBCDF5
(235,205,245)
#EFD7F7
(239,215,247)
#F3E1F9
(243,225,249)
#F7EBFB
(247,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF87E7 color. Also use rgb(207,135,231) instead hex code.

Text Font Color

.myTextColor { color: #CF87E7; }

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

This text font color is #CF87E7.


Background Color

.myBgColor { background-color: #CF87E7; }

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

This div background color is #CF87E7.


Border color

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

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

This div border color is #CF87E7.


Opacity

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

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

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

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

This text has shadow with #CF87E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF87E7 on black background.


Color preview on white background

This text has color #CF87E7 on white background.



Black color preview on #CF87E7 background

This text has black color on #CF87E7 background.


White color preview on #CF87E7 background

This text has white color on #CF87E7 background.