COLOR #CE89EE

HEX: #CE89EE
RGB: (206,137,238)

Color info

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

RGB color model

#CE89EE color RGB value is (206,137,238).

  • red value is 206;
  • green value is 137;
  • blue value is 238.
RGB:
(206,137,238)
(81%,54%,93%)

RGB channels and saturation

R 206 of 255 = 81%
G 137 of 255 = 54%
B 238 of 255 = 93%

206
137
238

R + G + B ~ 76%. #CE89EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 137 + 238 = 581 (100%)
R 206 of 581 ~ 35.46%
G 137 of 581 ~ 23.58%
B 238 of 581 ~ 40.96%

%35.46
%23.58
%40.96

CMYK color model

#CE89EE color CMYK value is (13,42,0,7).

  • cyan value is 13.45%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,42,0,7)
C13M42Y0K7 
(13%,42%,0%,7%)
(0.13/0.42/0.00/0.07)	

CMYK percentages

%13.45
%42.44
%0
%6.67

Codes

Color #CE89EE in popluar color models

CE89EE
RGB206137238
HSL281°74.81%73.53%
HSB/HSV281°42.44%93.33%
CMYK13.45%42.44%0.00%
6.67%

Color #CE89EE in popluar number systems.

HEXCE89EE
Decimal206137238
Binary110011101000100111101110
Octal316211356

Shades and tints

Shades of #CE89EE

#CE89EE
(206,137,238)
#BC7DD9
(188,125,217)
#AA71C4
(170,113,196)
#9865AF
(152,101,175)
#86599A
(134,89,154)
#744D85
(116,77,133)
#624170
(98,65,112)
#50355B
(80,53,91)
#3E2946
(62,41,70)
#2C1D31
(44,29,49)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #CE89EE

#CE89EE
(206,137,238)
#D293EF
(210,147,239)
#D69DF0
(214,157,240)
#DAA7F1
(218,167,241)
#DEB1F2
(222,177,242)
#E2BBF3
(226,187,243)
#E6C5F4
(230,197,244)
#EACFF5
(234,207,245)
#EED9F6
(238,217,246)
#F2E3F7
(242,227,247)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE89EE color. Also use rgb(206,137,238) instead hex code.

Text Font Color

.myTextColor { color: #CE89EE; }

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

This text font color is #CE89EE.


Background Color

.myBgColor { background-color: #CE89EE; }

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

This div background color is #CE89EE.


Border color

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

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

This div border color is #CE89EE.


Opacity

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

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

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

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

This text has shadow with #CE89EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE89EE on black background.


Color preview on white background

This text has color #CE89EE on white background.



Black color preview on #CE89EE background

This text has black color on #CE89EE background.


White color preview on #CE89EE background

This text has white color on #CE89EE background.