COLOR #CE96F2

HEX: #CE96F2
RGB: (206,150,242)

Color info

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

RGB color model

#CE96F2 color RGB value is (206,150,242).

  • red value is 206;
  • green value is 150;
  • blue value is 242.
RGB:
(206,150,242)
(81%,59%,95%)

RGB channels and saturation

R 206 of 255 = 81%
G 150 of 255 = 59%
B 242 of 255 = 95%

206
150
242

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

Portions of RGB colors in percentages

R + G + B =
206 + 150 + 242 = 598 (100%)
R 206 of 598 ~ 34.45%
G 150 of 598 ~ 25.08%
B 242 of 598 ~ 40.47%

%34.45
%25.08
%40.47

CMYK color model

#CE96F2 color CMYK value is (15,38,0,5).

  • cyan value is 14.88%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(15,38,0,5)
C15M38Y0K5 
(15%,38%,0%,5%)
(0.15/0.38/0.00/0.05)	

CMYK percentages

%14.88
%38.02
%0
%5.1

Codes

Color #CE96F2 in popluar color models

CE96F2
RGB206150242
HSL277°77.97%76.86%
HSB/HSV277°38.02%94.90%
CMYK14.88%38.02%0.00%
5.10%

Color #CE96F2 in popluar number systems.

HEXCE96F2
Decimal206150242
Binary110011101001011011110010
Octal316226362

Shades and tints

Shades of #CE96F2

#CE96F2
(206,150,242)
#BC89DC
(188,137,220)
#AA7CC6
(170,124,198)
#986FB0
(152,111,176)
#86629A
(134,98,154)
#745584
(116,85,132)
#62486E
(98,72,110)
#503B58
(80,59,88)
#3E2E42
(62,46,66)
#2C212C
(44,33,44)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #CE96F2

#CE96F2
(206,150,242)
#D29FF3
(210,159,243)
#D6A8F4
(214,168,244)
#DAB1F5
(218,177,245)
#DEBAF6
(222,186,246)
#E2C3F7
(226,195,247)
#E6CCF8
(230,204,248)
#EAD5F9
(234,213,249)
#EEDEFA
(238,222,250)
#F2E7FB
(242,231,251)
#F6F0FC
(246,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE96F2 color. Also use rgb(206,150,242) instead hex code.

Text Font Color

.myTextColor { color: #CE96F2; }

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

This text font color is #CE96F2.


Background Color

.myBgColor { background-color: #CE96F2; }

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

This div background color is #CE96F2.


Border color

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

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

This div border color is #CE96F2.


Opacity

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

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

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

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

This text has shadow with #CE96F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE96F2 on black background.


Color preview on white background

This text has color #CE96F2 on white background.



Black color preview on #CE96F2 background

This text has black color on #CE96F2 background.


White color preview on #CE96F2 background

This text has white color on #CE96F2 background.