COLOR #DF9EDA

HEX: #DF9EDA
RGB: (223,158,218)

Color info

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

RGB color model

#DF9EDA color RGB value is (223,158,218).

  • red value is 223;
  • green value is 158;
  • blue value is 218.
RGB:
(223,158,218)
(87%,62%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 218 of 255 = 85%

223
158
218

R + G + B ~ 78%. #DF9EDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 218 = 599 (100%)
R 223 of 599 ~ 37.23%
G 158 of 599 ~ 26.38%
B 218 of 599 ~ 36.39%

%37.23
%26.38
%36.39

CMYK color model

#DF9EDA color CMYK value is (0,29,2,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK:
(0,29,2,13)
C0M29Y2K13 
(0%,29%,2%,13%)
(0.00/0.29/0.02/0.13)	

CMYK percentages

%0
%29.15
%2.24
%12.55

Codes

Color #DF9EDA in popluar color models

DF9EDA
RGB223158218
HSL305°50.39%74.71%
HSB/HSV305°29.15%87.45%
CMYK0.00%29.15%2.24%
12.55%

Color #DF9EDA in popluar number systems.

HEXDF9EDA
Decimal223158218
Binary110111111001111011011010
Octal337236332

Shades and tints

Shades of #DF9EDA

#DF9EDA
(223,158,218)
#CB90C7
(203,144,199)
#B782B4
(183,130,180)
#A374A1
(163,116,161)
#8F668E
(143,102,142)
#7B587B
(123,88,123)
#674A68
(103,74,104)
#533C55
(83,60,85)
#3F2E42
(63,46,66)
#2B202F
(43,32,47)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #DF9EDA

#DF9EDA
(223,158,218)
#E1A6DD
(225,166,221)
#E3AEE0
(227,174,224)
#E5B6E3
(229,182,227)
#E7BEE6
(231,190,230)
#E9C6E9
(233,198,233)
#EBCEEC
(235,206,236)
#EDD6EF
(237,214,239)
#EFDEF2
(239,222,242)
#F1E6F5
(241,230,245)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9EDA color. Also use rgb(223,158,218) instead hex code.

Text Font Color

.myTextColor { color: #DF9EDA; }

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

This text font color is #DF9EDA.


Background Color

.myBgColor { background-color: #DF9EDA; }

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

This div background color is #DF9EDA.


Border color

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

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

This div border color is #DF9EDA.


Opacity

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

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

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

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

This text has shadow with #DF9EDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9EDA on black background.


Color preview on white background

This text has color #DF9EDA on white background.



Black color preview on #DF9EDA background

This text has black color on #DF9EDA background.


White color preview on #DF9EDA background

This text has white color on #DF9EDA background.