COLOR #DC93EE

HEX: #DC93EE
RGB: (220,147,238)

Color info

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

RGB color model

#DC93EE color RGB value is (220,147,238).

  • red value is 220;
  • green value is 147;
  • blue value is 238.
RGB:
(220,147,238)
(86%,58%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 238 of 255 = 93%

220
147
238

R + G + B ~ 79%. #DC93EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 238 = 605 (100%)
R 220 of 605 ~ 36.36%
G 147 of 605 ~ 24.3%
B 238 of 605 ~ 39.34%

%36.36
%24.3
%39.34

CMYK color model

#DC93EE color CMYK value is (8,38,0,7).

  • cyan value is 7.56%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,38,0,7)
C8M38Y0K7 
(8%,38%,0%,7%)
(0.08/0.38/0.00/0.07)	

CMYK percentages

%7.56
%38.24
%0
%6.67

Codes

Color #DC93EE in popluar color models

DC93EE
RGB220147238
HSL288°72.80%75.49%
HSB/HSV288°38.24%93.33%
CMYK7.56%38.24%0.00%
6.67%

Color #DC93EE in popluar number systems.

HEXDC93EE
Decimal220147238
Binary110111001001001111101110
Octal334223356

Shades and tints

Shades of #DC93EE

#DC93EE
(220,147,238)
#C886D9
(200,134,217)
#B479C4
(180,121,196)
#A06CAF
(160,108,175)
#8C5F9A
(140,95,154)
#785285
(120,82,133)
#644570
(100,69,112)
#50385B
(80,56,91)
#3C2B46
(60,43,70)
#281E31
(40,30,49)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #DC93EE

#DC93EE
(220,147,238)
#DF9CEF
(223,156,239)
#E2A5F0
(226,165,240)
#E5AEF1
(229,174,241)
#E8B7F2
(232,183,242)
#EBC0F3
(235,192,243)
#EEC9F4
(238,201,244)
#F1D2F5
(241,210,245)
#F4DBF6
(244,219,246)
#F7E4F7
(247,228,247)
#FAEDF8
(250,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC93EE color. Also use rgb(220,147,238) instead hex code.

Text Font Color

.myTextColor { color: #DC93EE; }

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

This text font color is #DC93EE.


Background Color

.myBgColor { background-color: #DC93EE; }

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

This div background color is #DC93EE.


Border color

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

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

This div border color is #DC93EE.


Opacity

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

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

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

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

This text has shadow with #DC93EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC93EE on black background.


Color preview on white background

This text has color #DC93EE on white background.



Black color preview on #DC93EE background

This text has black color on #DC93EE background.


White color preview on #DC93EE background

This text has white color on #DC93EE background.