COLOR #DF8794

HEX: #DF8794
RGB: (223,135,148)

Color info

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

RGB color model

#DF8794 color RGB value is (223,135,148).

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

RGB channels and saturation

R 223 of 255 = 87%
G 135 of 255 = 53%
B 148 of 255 = 58%

223
135
148

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

Portions of RGB colors in percentages

R + G + B =
223 + 135 + 148 = 506 (100%)
R 223 of 506 ~ 44.07%
G 135 of 506 ~ 26.68%
B 148 of 506 ~ 29.25%

%44.07
%26.68
%29.25

CMYK color model

#DF8794 color CMYK value is (0,39,34,13).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(0,39,34,13)
C0M39Y34K13 
(0%,39%,34%,13%)
(0.00/0.39/0.34/0.13)	

CMYK percentages

%0
%39.46
%33.63
%12.55

Codes

Color #DF8794 in popluar color models

DF8794
RGB223135148
HSL351°57.89%70.20%
HSB/HSV351°39.46%87.45%
CMYK0.00%39.46%33.63%
12.55%

Color #DF8794 in popluar number systems.

HEXDF8794
Decimal223135148
Binary110111111000011110010100
Octal337207224

Shades and tints

Shades of #DF8794

#DF8794
(223,135,148)
#CB7B87
(203,123,135)
#B76F7A
(183,111,122)
#A3636D
(163,99,109)
#8F5760
(143,87,96)
#7B4B53
(123,75,83)
#673F46
(103,63,70)
#533339
(83,51,57)
#3F272C
(63,39,44)
#2B1B1F
(43,27,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #DF8794

#DF8794
(223,135,148)
#E1919D
(225,145,157)
#E39BA6
(227,155,166)
#E5A5AF
(229,165,175)
#E7AFB8
(231,175,184)
#E9B9C1
(233,185,193)
#EBC3CA
(235,195,202)
#EDCDD3
(237,205,211)
#EFD7DC
(239,215,220)
#F1E1E5
(241,225,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8794; }

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

This text font color is #DF8794.


Background Color

.myBgColor { background-color: #DF8794; }

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

This div background color is #DF8794.


Border color

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

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

This div border color is #DF8794.


Opacity

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

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

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

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

This text has shadow with #DF8794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8794 on black background.


Color preview on white background

This text has color #DF8794 on white background.



Black color preview on #DF8794 background

This text has black color on #DF8794 background.


White color preview on #DF8794 background

This text has white color on #DF8794 background.