COLOR #DC94EE

HEX: #DC94EE
RGB: (220,148,238)

Color info

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

RGB color model

#DC94EE color RGB value is (220,148,238).

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

RGB channels and saturation

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

220
148
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 148 + 238 = 606 (100%)
R 220 of 606 ~ 36.3%
G 148 of 606 ~ 24.42%
B 238 of 606 ~ 39.27%

%36.3
%24.42
%39.27

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 37.82%
  • 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
%37.82
%0
%6.67

Codes

Color #DC94EE in popluar color models

DC94EE
RGB220148238
HSL288°72.58%75.69%
HSB/HSV288°37.82%93.33%
CMYK7.56%37.82%0.00%
6.67%

Color #DC94EE in popluar number systems.

HEXDC94EE
Decimal220148238
Binary110111001001010011101110
Octal334224356

Shades and tints

Shades of #DC94EE

#DC94EE
(220,148,238)
#C887D9
(200,135,217)
#B47AC4
(180,122,196)
#A06DAF
(160,109,175)
#8C609A
(140,96,154)
#785385
(120,83,133)
#644670
(100,70,112)
#50395B
(80,57,91)
#3C2C46
(60,44,70)
#281F31
(40,31,49)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #DC94EE

#DC94EE
(220,148,238)
#DF9DEF
(223,157,239)
#E2A6F0
(226,166,240)
#E5AFF1
(229,175,241)
#E8B8F2
(232,184,242)
#EBC1F3
(235,193,243)
#EECAF4
(238,202,244)
#F1D3F5
(241,211,245)
#F4DCF6
(244,220,246)
#F7E5F7
(247,229,247)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC94EE; }

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

This text font color is #DC94EE.


Background Color

.myBgColor { background-color: #DC94EE; }

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

This div background color is #DC94EE.


Border color

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

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

This div border color is #DC94EE.


Opacity

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

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

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

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

This text has shadow with #DC94EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC94EE on black background.


Color preview on white background

This text has color #DC94EE on white background.



Black color preview on #DC94EE background

This text has black color on #DC94EE background.


White color preview on #DC94EE background

This text has white color on #DC94EE background.