COLOR #CE90E1

HEX: #CE90E1
RGB: (206,144,225)

Color info

#CE90E1 contains mainly red and blue colors. Web safe color of #CE90E1 is #CC99CC (or #C9C).

RGB color model

#CE90E1 color RGB value is (206,144,225).

  • red value is 206;
  • green value is 144;
  • blue value is 225.
RGB:
(206,144,225)
(81%,56%,88%)

RGB channels and saturation

R 206 of 255 = 81%
G 144 of 255 = 56%
B 225 of 255 = 88%

206
144
225

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

Portions of RGB colors in percentages

R + G + B =
206 + 144 + 225 = 575 (100%)
R 206 of 575 ~ 35.83%
G 144 of 575 ~ 25.04%
B 225 of 575 ~ 39.13%

%35.83
%25.04
%39.13

CMYK color model

#CE90E1 color CMYK value is (8,36,0,12).

  • cyan value is 8.44%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,36,0,12)
C8M36Y0K12 
(8%,36%,0%,12%)
(0.08/0.36/0.00/0.12)	

CMYK percentages

%8.44
%36
%0
%11.76

Codes

Color #CE90E1 in popluar color models

CE90E1
RGB206144225
HSL286°57.45%72.35%
HSB/HSV286°36.00%88.24%
CMYK8.44%36.00%0.00%
11.76%

Color #CE90E1 in popluar number systems.

HEXCE90E1
Decimal206144225
Binary110011101001000011100001
Octal316220341

Shades and tints

Shades of #CE90E1

#CE90E1
(206,144,225)
#BC83CD
(188,131,205)
#AA76B9
(170,118,185)
#9869A5
(152,105,165)
#865C91
(134,92,145)
#744F7D
(116,79,125)
#624269
(98,66,105)
#503555
(80,53,85)
#3E2841
(62,40,65)
#2C1B2D
(44,27,45)
#1A0E19
(26,14,25)
#000000
(0,0,0)

Tints of #CE90E1

#CE90E1
(206,144,225)
#D29AE3
(210,154,227)
#D6A4E5
(214,164,229)
#DAAEE7
(218,174,231)
#DEB8E9
(222,184,233)
#E2C2EB
(226,194,235)
#E6CCED
(230,204,237)
#EAD6EF
(234,214,239)
#EEE0F1
(238,224,241)
#F2EAF3
(242,234,243)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE90E1 color. Also use rgb(206,144,225) instead hex code.

Text Font Color

.myTextColor { color: #CE90E1; }

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

This text font color is #CE90E1.


Background Color

.myBgColor { background-color: #CE90E1; }

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

This div background color is #CE90E1.


Border color

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

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

This div border color is #CE90E1.


Opacity

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

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

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

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

This text has shadow with #CE90E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE90E1 on black background.


Color preview on white background

This text has color #CE90E1 on white background.



Black color preview on #CE90E1 background

This text has black color on #CE90E1 background.


White color preview on #CE90E1 background

This text has white color on #CE90E1 background.