COLOR #CE66E7

HEX: #CE66E7
RGB: (206,102,231)

Color info

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

RGB color model

#CE66E7 color RGB value is (206,102,231).

  • red value is 206;
  • green value is 102;
  • blue value is 231.
RGB:
(206,102,231)
(81%,40%,91%)

RGB channels and saturation

R 206 of 255 = 81%
G 102 of 255 = 40%
B 231 of 255 = 91%

206
102
231

R + G + B ~ 71%. #CE66E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 102 + 231 = 539 (100%)
R 206 of 539 ~ 38.22%
G 102 of 539 ~ 18.92%
B 231 of 539 ~ 42.86%

%38.22
%18.92
%42.86

CMYK color model

#CE66E7 color CMYK value is (11,56,0,9).

  • cyan value is 10.82%
  • magenta value is 55.84%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(11,56,0,9)
C11M56Y0K9 
(11%,56%,0%,9%)
(0.11/0.56/0.00/0.09)	

CMYK percentages

%10.82
%55.84
%0
%9.41

Codes

Color #CE66E7 in popluar color models

CE66E7
RGB206102231
HSL288°72.88%65.29%
HSB/HSV288°55.84%90.59%
CMYK10.82%55.84%0.00%
9.41%

Color #CE66E7 in popluar number systems.

HEXCE66E7
Decimal206102231
Binary11001110110011011100111
Octal316146347

Shades and tints

Shades of #CE66E7

#CE66E7
(206,102,231)
#BC5DD2
(188,93,210)
#AA54BD
(170,84,189)
#984BA8
(152,75,168)
#864293
(134,66,147)
#74397E
(116,57,126)
#623069
(98,48,105)
#502754
(80,39,84)
#3E1E3F
(62,30,63)
#2C152A
(44,21,42)
#1A0C15
(26,12,21)
#000000
(0,0,0)

Tints of #CE66E7

#CE66E7
(206,102,231)
#D273E9
(210,115,233)
#D680EB
(214,128,235)
#DA8DED
(218,141,237)
#DE9AEF
(222,154,239)
#E2A7F1
(226,167,241)
#E6B4F3
(230,180,243)
#EAC1F5
(234,193,245)
#EECEF7
(238,206,247)
#F2DBF9
(242,219,249)
#F6E8FB
(246,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE66E7 color. Also use rgb(206,102,231) instead hex code.

Text Font Color

.myTextColor { color: #CE66E7; }

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

This text font color is #CE66E7.


Background Color

.myBgColor { background-color: #CE66E7; }

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

This div background color is #CE66E7.


Border color

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

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

This div border color is #CE66E7.


Opacity

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

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

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

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

This text has shadow with #CE66E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE66E7 on black background.


Color preview on white background

This text has color #CE66E7 on white background.



Black color preview on #CE66E7 background

This text has black color on #CE66E7 background.


White color preview on #CE66E7 background

This text has white color on #CE66E7 background.