COLOR #CEA5EE

HEX: #CEA5EE
RGB: (206,165,238)

Color info

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

RGB color model

#CEA5EE color RGB value is (206,165,238).

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

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 238 of 255 = 93%

206
165
238

R + G + B ~ 80%. #CEA5EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 165 + 238 = 609 (100%)
R 206 of 609 ~ 33.83%
G 165 of 609 ~ 27.09%
B 238 of 609 ~ 39.08%

%33.83
%27.09
%39.08

CMYK color model

#CEA5EE color CMYK value is (13,31,0,7).

  • cyan value is 13.45%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,31,0,7)
C13M31Y0K7 
(13%,31%,0%,7%)
(0.13/0.31/0.00/0.07)	

CMYK percentages

%13.45
%30.67
%0
%6.67

Codes

Color #CEA5EE in popluar color models

CEA5EE
RGB206165238
HSL274°68.22%79.02%
HSB/HSV274°30.67%93.33%
CMYK13.45%30.67%0.00%
6.67%

Color #CEA5EE in popluar number systems.

HEXCEA5EE
Decimal206165238
Binary110011101010010111101110
Octal316245356

Shades and tints

Shades of #CEA5EE

#CEA5EE
(206,165,238)
#BC96D9
(188,150,217)
#AA87C4
(170,135,196)
#9878AF
(152,120,175)
#86699A
(134,105,154)
#745A85
(116,90,133)
#624B70
(98,75,112)
#503C5B
(80,60,91)
#3E2D46
(62,45,70)
#2C1E31
(44,30,49)
#1A0F1C
(26,15,28)
#000000
(0,0,0)

Tints of #CEA5EE

#CEA5EE
(206,165,238)
#D2ADEF
(210,173,239)
#D6B5F0
(214,181,240)
#DABDF1
(218,189,241)
#DEC5F2
(222,197,242)
#E2CDF3
(226,205,243)
#E6D5F4
(230,213,244)
#EADDF5
(234,221,245)
#EEE5F6
(238,229,246)
#F2EDF7
(242,237,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA5EE; }

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

This text font color is #CEA5EE.


Background Color

.myBgColor { background-color: #CEA5EE; }

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

This div background color is #CEA5EE.


Border color

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

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

This div border color is #CEA5EE.


Opacity

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

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

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

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

This text has shadow with #CEA5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA5EE on black background.


Color preview on white background

This text has color #CEA5EE on white background.



Black color preview on #CEA5EE background

This text has black color on #CEA5EE background.


White color preview on #CEA5EE background

This text has white color on #CEA5EE background.