COLOR #CE93D5

HEX: #CE93D5
RGB: (206,147,213)

Color info

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

RGB color model

#CE93D5 color RGB value is (206,147,213).

  • red value is 206;
  • green value is 147;
  • blue value is 213.
RGB:
(206,147,213)
(81%,58%,84%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 213 of 255 = 84%

206
147
213

R + G + B ~ 74%. #CE93D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 147 + 213 = 566 (100%)
R 206 of 566 ~ 36.4%
G 147 of 566 ~ 25.97%
B 213 of 566 ~ 37.63%

%36.4
%25.97
%37.63

CMYK color model

#CE93D5 color CMYK value is (3,31,0,16).

  • cyan value is 3.29%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(3,31,0,16)
C3M31Y0K16 
(3%,31%,0%,16%)
(0.03/0.31/0.00/0.16)	

CMYK percentages

%3.29
%30.99
%0
%16.47

Codes

Color #CE93D5 in popluar color models

CE93D5
RGB206147213
HSL294°44.00%70.59%
HSB/HSV294°30.99%83.53%
CMYK3.29%30.99%0.00%
16.47%

Color #CE93D5 in popluar number systems.

HEXCE93D5
Decimal206147213
Binary110011101001001111010101
Octal316223325

Shades and tints

Shades of #CE93D5

#CE93D5
(206,147,213)
#BC86C2
(188,134,194)
#AA79AF
(170,121,175)
#986C9C
(152,108,156)
#865F89
(134,95,137)
#745276
(116,82,118)
#624563
(98,69,99)
#503850
(80,56,80)
#3E2B3D
(62,43,61)
#2C1E2A
(44,30,42)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #CE93D5

#CE93D5
(206,147,213)
#D29CD8
(210,156,216)
#D6A5DB
(214,165,219)
#DAAEDE
(218,174,222)
#DEB7E1
(222,183,225)
#E2C0E4
(226,192,228)
#E6C9E7
(230,201,231)
#EAD2EA
(234,210,234)
#EEDBED
(238,219,237)
#F2E4F0
(242,228,240)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE93D5 color. Also use rgb(206,147,213) instead hex code.

Text Font Color

.myTextColor { color: #CE93D5; }

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

This text font color is #CE93D5.


Background Color

.myBgColor { background-color: #CE93D5; }

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

This div background color is #CE93D5.


Border color

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

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

This div border color is #CE93D5.


Opacity

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

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

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

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

This text has shadow with #CE93D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE93D5 on black background.


Color preview on white background

This text has color #CE93D5 on white background.



Black color preview on #CE93D5 background

This text has black color on #CE93D5 background.


White color preview on #CE93D5 background

This text has white color on #CE93D5 background.