COLOR #DF8EA4

HEX: #DF8EA4
RGB: (223,142,164)

Color info

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

RGB color model

#DF8EA4 color RGB value is (223,142,164).

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

RGB channels and saturation

R 223 of 255 = 87%
G 142 of 255 = 56%
B 164 of 255 = 64%

223
142
164

R + G + B ~ 69%. #DF8EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 142 + 164 = 529 (100%)
R 223 of 529 ~ 42.16%
G 142 of 529 ~ 26.84%
B 164 of 529 ~ 31%

%42.16
%26.84
%31

CMYK color model

#DF8EA4 color CMYK value is (0,36,26,13).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK: (0,36,26,13) C0M36Y26K13 (0%,36%,26%,13%) (0.00/0.36/0.26/0.13)

CMYK percentages

%0
%36.32
%26.46
%12.55

Codes

Color #DF8EA4 in popluar color models

DF8EA4
RGB223142164
HSL344°55.86%71.57%
HSB/HSV344°36.32%87.45%
CMYK0.00%36.32%26.46%
12.55%

Color #DF8EA4 in popluar number systems.

HEXDF8EA4
Decimal223142164
Binary110111111000111010100100
Octal337216244

Shades and tints

Shades of #DF8EA4

#DF8EA4
(223,142,164)
#CB8296
(203,130,150)
#B77688
(183,118,136)
#A36A7A
(163,106,122)
#8F5E6C
(143,94,108)
#7B525E
(123,82,94)
#674650
(103,70,80)
#533A42
(83,58,66)
#3F2E34
(63,46,52)
#2B2226
(43,34,38)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #DF8EA4

#DF8EA4
(223,142,164)
#E198AC
(225,152,172)
#E3A2B4
(227,162,180)
#E5ACBC
(229,172,188)
#E7B6C4
(231,182,196)
#E9C0CC
(233,192,204)
#EBCAD4
(235,202,212)
#EDD4DC
(237,212,220)
#EFDEE4
(239,222,228)
#F1E8EC
(241,232,236)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8EA4; }

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

This text font color is #DF8EA4.


Background Color

.myBgColor { background-color: #DF8EA4; }

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

This div background color is #DF8EA4.


Border color

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

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

This div border color is #DF8EA4.


Opacity

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

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

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

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

This text has shadow with #DF8EA4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DF8EA4 on black background.


Color preview on white background

This text has color #DF8EA4 on white background.



Black color preview on #DF8EA4 background

This text has black color on #DF8EA4 background.


White color preview on #DF8EA4 background

This text has white color on #DF8EA4 background.