COLOR #CE87EB

HEX: #CE87EB
RGB: (206,135,235)

Color info

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

RGB color model

#CE87EB color RGB value is (206,135,235).

  • red value is 206;
  • green value is 135;
  • blue value is 235.
RGB:
(206,135,235)
(81%,53%,92%)

RGB channels and saturation

R 206 of 255 = 81%
G 135 of 255 = 53%
B 235 of 255 = 92%

206
135
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 135 + 235 = 576 (100%)
R 206 of 576 ~ 35.76%
G 135 of 576 ~ 23.44%
B 235 of 576 ~ 40.8%

%35.76
%23.44
%40.8

CMYK color model

#CE87EB color CMYK value is (12,43,0,8).

  • cyan value is 12.34%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,43,0,8)
C12M43Y0K8 
(12%,43%,0%,8%)
(0.12/0.43/0.00/0.08)	

CMYK percentages

%12.34
%42.55
%0
%7.84

Codes

Color #CE87EB in popluar color models

CE87EB
RGB206135235
HSL283°71.43%72.55%
HSB/HSV283°42.55%92.16%
CMYK12.34%42.55%0.00%
7.84%

Color #CE87EB in popluar number systems.

HEXCE87EB
Decimal206135235
Binary110011101000011111101011
Octal316207353

Shades and tints

Shades of #CE87EB

#CE87EB
(206,135,235)
#BC7BD6
(188,123,214)
#AA6FC1
(170,111,193)
#9863AC
(152,99,172)
#865797
(134,87,151)
#744B82
(116,75,130)
#623F6D
(98,63,109)
#503358
(80,51,88)
#3E2743
(62,39,67)
#2C1B2E
(44,27,46)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #CE87EB

#CE87EB
(206,135,235)
#D291EC
(210,145,236)
#D69BED
(214,155,237)
#DAA5EE
(218,165,238)
#DEAFEF
(222,175,239)
#E2B9F0
(226,185,240)
#E6C3F1
(230,195,241)
#EACDF2
(234,205,242)
#EED7F3
(238,215,243)
#F2E1F4
(242,225,244)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE87EB color. Also use rgb(206,135,235) instead hex code.

Text Font Color

.myTextColor { color: #CE87EB; }

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

This text font color is #CE87EB.


Background Color

.myBgColor { background-color: #CE87EB; }

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

This div background color is #CE87EB.


Border color

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

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

This div border color is #CE87EB.


Opacity

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

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

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

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

This text has shadow with #CE87EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE87EB on black background.


Color preview on white background

This text has color #CE87EB on white background.



Black color preview on #CE87EB background

This text has black color on #CE87EB background.


White color preview on #CE87EB background

This text has white color on #CE87EB background.