COLOR #DF8EB0

HEX: #DF8EB0
RGB: (223,142,176)

Color info

#DF8EB0 contains mainly red and blue colors. Web safe color of #DF8EB0 is #CC9999 (or #C99).

RGB color model

#DF8EB0 color RGB value is (223,142,176).

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

RGB channels and saturation

R 223 of 255 = 87%
G 142 of 255 = 56%
B 176 of 255 = 69%

223
142
176

R + G + B ~ 71%. #DF8EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 142 + 176 = 541 (100%)
R 223 of 541 ~ 41.22%
G 142 of 541 ~ 26.25%
B 176 of 541 ~ 32.53%

%41.22
%26.25
%32.53

CMYK color model

#DF8EB0 color CMYK value is (0,36,21,13).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(0,36,21,13)
C0M36Y21K13 
(0%,36%,21%,13%)
(0.00/0.36/0.21/0.13)	

CMYK percentages

%0
%36.32
%21.08
%12.55

Codes

Color #DF8EB0 in popluar color models

DF8EB0
RGB223142176
HSL335°55.86%71.57%
HSB/HSV335°36.32%87.45%
CMYK0.00%36.32%21.08%
12.55%

Color #DF8EB0 in popluar number systems.

HEXDF8EB0
Decimal223142176
Binary110111111000111010110000
Octal337216260

Shades and tints

Shades of #DF8EB0

#DF8EB0
(223,142,176)
#CB82A0
(203,130,160)
#B77690
(183,118,144)
#A36A80
(163,106,128)
#8F5E70
(143,94,112)
#7B5260
(123,82,96)
#674650
(103,70,80)
#533A40
(83,58,64)
#3F2E30
(63,46,48)
#2B2220
(43,34,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #DF8EB0

#DF8EB0
(223,142,176)
#E198B7
(225,152,183)
#E3A2BE
(227,162,190)
#E5ACC5
(229,172,197)
#E7B6CC
(231,182,204)
#E9C0D3
(233,192,211)
#EBCADA
(235,202,218)
#EDD4E1
(237,212,225)
#EFDEE8
(239,222,232)
#F1E8EF
(241,232,239)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8EB0; }

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

This text font color is #DF8EB0.


Background Color

.myBgColor { background-color: #DF8EB0; }

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

This div background color is #DF8EB0.


Border color

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

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

This div border color is #DF8EB0.


Opacity

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

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

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

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

This text has shadow with #DF8EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8EB0 on black background.


Color preview on white background

This text has color #DF8EB0 on white background.



Black color preview on #DF8EB0 background

This text has black color on #DF8EB0 background.


White color preview on #DF8EB0 background

This text has white color on #DF8EB0 background.