COLOR #DF8494

HEX: #DF8494
RGB: (223,132,148)

Color info

#DF8494 contains mainly red color. Web safe color of #DF8494 is #CC9999 (or #C99).

RGB color model

#DF8494 color RGB value is (223,132,148).

  • red value is 223;
  • green value is 132;
  • blue value is 148.
RGB:
(223,132,148)
(87%,52%,58%)

RGB channels and saturation

R 223 of 255 = 87%
G 132 of 255 = 52%
B 148 of 255 = 58%

223
132
148

R + G + B ~ 66%. #DF8494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 132 + 148 = 503 (100%)
R 223 of 503 ~ 44.33%
G 132 of 503 ~ 26.24%
B 148 of 503 ~ 29.42%

%44.33
%26.24
%29.42

CMYK color model

#DF8494 color CMYK value is (0,41,34,13).

  • cyan value is 0.00%
  • magenta value is 40.81%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(0,41,34,13)
C0M41Y34K13 
(0%,41%,34%,13%)
(0.00/0.41/0.34/0.13)	

CMYK percentages

%0
%40.81
%33.63
%12.55

Codes

Color #DF8494 in popluar color models

DF8494
RGB223132148
HSL349°58.71%69.61%
HSB/HSV349°40.81%87.45%
CMYK0.00%40.81%33.63%
12.55%

Color #DF8494 in popluar number systems.

HEXDF8494
Decimal223132148
Binary110111111000010010010100
Octal337204224

Shades and tints

Shades of #DF8494

#DF8494
(223,132,148)
#CB7887
(203,120,135)
#B76C7A
(183,108,122)
#A3606D
(163,96,109)
#8F5460
(143,84,96)
#7B4853
(123,72,83)
#673C46
(103,60,70)
#533039
(83,48,57)
#3F242C
(63,36,44)
#2B181F
(43,24,31)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #DF8494

#DF8494
(223,132,148)
#E18F9D
(225,143,157)
#E39AA6
(227,154,166)
#E5A5AF
(229,165,175)
#E7B0B8
(231,176,184)
#E9BBC1
(233,187,193)
#EBC6CA
(235,198,202)
#EDD1D3
(237,209,211)
#EFDCDC
(239,220,220)
#F1E7E5
(241,231,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8494 color. Also use rgb(223,132,148) instead hex code.

Text Font Color

.myTextColor { color: #DF8494; }

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

This text font color is #DF8494.


Background Color

.myBgColor { background-color: #DF8494; }

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

This div background color is #DF8494.


Border color

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

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

This div border color is #DF8494.


Opacity

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

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

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

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

This text has shadow with #DF8494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8494 on black background.


Color preview on white background

This text has color #DF8494 on white background.



Black color preview on #DF8494 background

This text has black color on #DF8494 background.


White color preview on #DF8494 background

This text has white color on #DF8494 background.