COLOR #DF93CE

HEX: #DF93CE
RGB: (223,147,206)

Color info

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

RGB color model

#DF93CE color RGB value is (223,147,206).

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

RGB channels and saturation

R 223 of 255 = 87%
G 147 of 255 = 58%
B 206 of 255 = 81%

223
147
206

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

Portions of RGB colors in percentages

R + G + B =
223 + 147 + 206 = 576 (100%)
R 223 of 576 ~ 38.72%
G 147 of 576 ~ 25.52%
B 206 of 576 ~ 35.76%

%38.72
%25.52
%35.76

CMYK color model

#DF93CE color CMYK value is (0,34,8,13).

  • cyan value is 0.00%
  • magenta value is 34.08%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK:
(0,34,8,13)
C0M34Y8K13 
(0%,34%,8%,13%)
(0.00/0.34/0.08/0.13)	

CMYK percentages

%0
%34.08
%7.62
%12.55

Codes

Color #DF93CE in popluar color models

DF93CE
RGB223147206
HSL313°54.29%72.55%
HSB/HSV313°34.08%87.45%
CMYK0.00%34.08%7.62%
12.55%

Color #DF93CE in popluar number systems.

HEXDF93CE
Decimal223147206
Binary110111111001001111001110
Octal337223316

Shades and tints

Shades of #DF93CE

#DF93CE
(223,147,206)
#CB86BC
(203,134,188)
#B779AA
(183,121,170)
#A36C98
(163,108,152)
#8F5F86
(143,95,134)
#7B5274
(123,82,116)
#674562
(103,69,98)
#533850
(83,56,80)
#3F2B3E
(63,43,62)
#2B1E2C
(43,30,44)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #DF93CE

#DF93CE
(223,147,206)
#E19CD2
(225,156,210)
#E3A5D6
(227,165,214)
#E5AEDA
(229,174,218)
#E7B7DE
(231,183,222)
#E9C0E2
(233,192,226)
#EBC9E6
(235,201,230)
#EDD2EA
(237,210,234)
#EFDBEE
(239,219,238)
#F1E4F2
(241,228,242)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF93CE; }

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

This text font color is #DF93CE.


Background Color

.myBgColor { background-color: #DF93CE; }

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

This div background color is #DF93CE.


Border color

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

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

This div border color is #DF93CE.


Opacity

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

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

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

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

This text has shadow with #DF93CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF93CE on black background.


Color preview on white background

This text has color #DF93CE on white background.



Black color preview on #DF93CE background

This text has black color on #DF93CE background.


White color preview on #DF93CE background

This text has white color on #DF93CE background.