COLOR #DF9EE3

HEX: #DF9EE3
RGB: (223,158,227)

Color info

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

RGB color model

#DF9EE3 color RGB value is (223,158,227).

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

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 227 of 255 = 89%

223
158
227

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

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 227 = 608 (100%)
R 223 of 608 ~ 36.68%
G 158 of 608 ~ 25.99%
B 227 of 608 ~ 37.34%

%36.68
%25.99
%37.34

CMYK color model

#DF9EE3 color CMYK value is (2,30,0,11).

  • cyan value is 1.76%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,30,0,11)
C2M30Y0K11 
(2%,30%,0%,11%)
(0.02/0.30/0.00/0.11)	

CMYK percentages

%1.76
%30.4
%0
%10.98

Codes

Color #DF9EE3 in popluar color models

DF9EE3
RGB223158227
HSL297°55.20%75.49%
HSB/HSV297°30.40%89.02%
CMYK1.76%30.40%0.00%
10.98%

Color #DF9EE3 in popluar number systems.

HEXDF9EE3
Decimal223158227
Binary110111111001111011100011
Octal337236343

Shades and tints

Shades of #DF9EE3

#DF9EE3
(223,158,227)
#CB90CF
(203,144,207)
#B782BB
(183,130,187)
#A374A7
(163,116,167)
#8F6693
(143,102,147)
#7B587F
(123,88,127)
#674A6B
(103,74,107)
#533C57
(83,60,87)
#3F2E43
(63,46,67)
#2B202F
(43,32,47)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #DF9EE3

#DF9EE3
(223,158,227)
#E1A6E5
(225,166,229)
#E3AEE7
(227,174,231)
#E5B6E9
(229,182,233)
#E7BEEB
(231,190,235)
#E9C6ED
(233,198,237)
#EBCEEF
(235,206,239)
#EDD6F1
(237,214,241)
#EFDEF3
(239,222,243)
#F1E6F5
(241,230,245)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9EE3; }

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

This text font color is #DF9EE3.


Background Color

.myBgColor { background-color: #DF9EE3; }

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

This div background color is #DF9EE3.


Border color

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

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

This div border color is #DF9EE3.


Opacity

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

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

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

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

This text has shadow with #DF9EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9EE3 on black background.


Color preview on white background

This text has color #DF9EE3 on white background.



Black color preview on #DF9EE3 background

This text has black color on #DF9EE3 background.


White color preview on #DF9EE3 background

This text has white color on #DF9EE3 background.