COLOR #CE98EE

HEX: #CE98EE
RGB: (206,152,238)

Color info

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

RGB color model

#CE98EE color RGB value is (206,152,238).

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

RGB channels and saturation

R 206 of 255 = 81%
G 152 of 255 = 60%
B 238 of 255 = 93%

206
152
238

R + G + B ~ 78%. #CE98EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 152 + 238 = 596 (100%)
R 206 of 596 ~ 34.56%
G 152 of 596 ~ 25.5%
B 238 of 596 ~ 39.93%

%34.56
%25.5
%39.93

CMYK color model

#CE98EE color CMYK value is (13,36,0,7).

  • cyan value is 13.45%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,36,0,7)
C13M36Y0K7 
(13%,36%,0%,7%)
(0.13/0.36/0.00/0.07)	

CMYK percentages

%13.45
%36.13
%0
%6.67

Codes

Color #CE98EE in popluar color models

CE98EE
RGB206152238
HSL278°71.67%76.47%
HSB/HSV278°36.13%93.33%
CMYK13.45%36.13%0.00%
6.67%

Color #CE98EE in popluar number systems.

HEXCE98EE
Decimal206152238
Binary110011101001100011101110
Octal316230356

Shades and tints

Shades of #CE98EE

#CE98EE
(206,152,238)
#BC8BD9
(188,139,217)
#AA7EC4
(170,126,196)
#9871AF
(152,113,175)
#86649A
(134,100,154)
#745785
(116,87,133)
#624A70
(98,74,112)
#503D5B
(80,61,91)
#3E3046
(62,48,70)
#2C2331
(44,35,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #CE98EE

#CE98EE
(206,152,238)
#D2A1EF
(210,161,239)
#D6AAF0
(214,170,240)
#DAB3F1
(218,179,241)
#DEBCF2
(222,188,242)
#E2C5F3
(226,197,243)
#E6CEF4
(230,206,244)
#EAD7F5
(234,215,245)
#EEE0F6
(238,224,246)
#F2E9F7
(242,233,247)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE98EE; }

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

This text font color is #CE98EE.


Background Color

.myBgColor { background-color: #CE98EE; }

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

This div background color is #CE98EE.


Border color

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

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

This div border color is #CE98EE.


Opacity

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

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

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

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

This text has shadow with #CE98EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE98EE on black background.


Color preview on white background

This text has color #CE98EE on white background.



Black color preview on #CE98EE background

This text has black color on #CE98EE background.


White color preview on #CE98EE background

This text has white color on #CE98EE background.