COLOR #DF9EC7

HEX: #DF9EC7
RGB: (223,158,199)

Color info

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

RGB color model

#DF9EC7 color RGB value is (223,158,199).

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

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 199 of 255 = 78%

223
158
199

R + G + B ~ 76%. #DF9EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 199 = 580 (100%)
R 223 of 580 ~ 38.45%
G 158 of 580 ~ 27.24%
B 199 of 580 ~ 34.31%

%38.45
%27.24
%34.31

CMYK color model

#DF9EC7 color CMYK value is (0,29,11,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(0,29,11,13)
C0M29Y11K13 
(0%,29%,11%,13%)
(0.00/0.29/0.11/0.13)	

CMYK percentages

%0
%29.15
%10.76
%12.55

Codes

Color #DF9EC7 in popluar color models

DF9EC7
RGB223158199
HSL322°50.39%74.71%
HSB/HSV322°29.15%87.45%
CMYK0.00%29.15%10.76%
12.55%

Color #DF9EC7 in popluar number systems.

HEXDF9EC7
Decimal223158199
Binary110111111001111011000111
Octal337236307

Shades and tints

Shades of #DF9EC7

#DF9EC7
(223,158,199)
#CB90B5
(203,144,181)
#B782A3
(183,130,163)
#A37491
(163,116,145)
#8F667F
(143,102,127)
#7B586D
(123,88,109)
#674A5B
(103,74,91)
#533C49
(83,60,73)
#3F2E37
(63,46,55)
#2B2025
(43,32,37)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #DF9EC7

#DF9EC7
(223,158,199)
#E1A6CC
(225,166,204)
#E3AED1
(227,174,209)
#E5B6D6
(229,182,214)
#E7BEDB
(231,190,219)
#E9C6E0
(233,198,224)
#EBCEE5
(235,206,229)
#EDD6EA
(237,214,234)
#EFDEEF
(239,222,239)
#F1E6F4
(241,230,244)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9EC7; }

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

This text font color is #DF9EC7.


Background Color

.myBgColor { background-color: #DF9EC7; }

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

This div background color is #DF9EC7.


Border color

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

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

This div border color is #DF9EC7.


Opacity

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

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

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

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

This text has shadow with #DF9EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9EC7 on black background.


Color preview on white background

This text has color #DF9EC7 on white background.



Black color preview on #DF9EC7 background

This text has black color on #DF9EC7 background.


White color preview on #DF9EC7 background

This text has white color on #DF9EC7 background.