COLOR #DF8EB9

HEX: #DF8EB9
RGB: (223,142,185)

Color info

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

RGB color model

#DF8EB9 color RGB value is (223,142,185).

  • red value is 223;
  • green value is 142;
  • blue value is 185.
RGB:
(223,142,185)
(87%,56%,73%)

RGB channels and saturation

R 223 of 255 = 87%
G 142 of 255 = 56%
B 185 of 255 = 73%

223
142
185

R + G + B ~ 72%. #DF8EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 142 + 185 = 550 (100%)
R 223 of 550 ~ 40.55%
G 142 of 550 ~ 25.82%
B 185 of 550 ~ 33.64%

%40.55
%25.82
%33.64

CMYK color model

#DF8EB9 color CMYK value is (0,36,17,13).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(0,36,17,13)
C0M36Y17K13 
(0%,36%,17%,13%)
(0.00/0.36/0.17/0.13)	

CMYK percentages

%0
%36.32
%17.04
%12.55

Codes

Color #DF8EB9 in popluar color models

DF8EB9
RGB223142185
HSL328°55.86%71.57%
HSB/HSV328°36.32%87.45%
CMYK0.00%36.32%17.04%
12.55%

Color #DF8EB9 in popluar number systems.

HEXDF8EB9
Decimal223142185
Binary110111111000111010111001
Octal337216271

Shades and tints

Shades of #DF8EB9

#DF8EB9
(223,142,185)
#CB82A9
(203,130,169)
#B77699
(183,118,153)
#A36A89
(163,106,137)
#8F5E79
(143,94,121)
#7B5269
(123,82,105)
#674659
(103,70,89)
#533A49
(83,58,73)
#3F2E39
(63,46,57)
#2B2229
(43,34,41)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DF8EB9

#DF8EB9
(223,142,185)
#E198BF
(225,152,191)
#E3A2C5
(227,162,197)
#E5ACCB
(229,172,203)
#E7B6D1
(231,182,209)
#E9C0D7
(233,192,215)
#EBCADD
(235,202,221)
#EDD4E3
(237,212,227)
#EFDEE9
(239,222,233)
#F1E8EF
(241,232,239)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8EB9 color. Also use rgb(223,142,185) instead hex code.

Text Font Color

.myTextColor { color: #DF8EB9; }

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

This text font color is #DF8EB9.


Background Color

.myBgColor { background-color: #DF8EB9; }

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

This div background color is #DF8EB9.


Border color

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

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

This div border color is #DF8EB9.


Opacity

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

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

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

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

This text has shadow with #DF8EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8EB9 on black background.


Color preview on white background

This text has color #DF8EB9 on white background.



Black color preview on #DF8EB9 background

This text has black color on #DF8EB9 background.


White color preview on #DF8EB9 background

This text has white color on #DF8EB9 background.