COLOR #DF9793

HEX: #DF9793
RGB: (223,151,147)

Color info

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

RGB color model

#DF9793 color RGB value is (223,151,147).

  • red value is 223;
  • green value is 151;
  • blue value is 147.
RGB:
(223,151,147)
(87%,59%,58%)

RGB channels and saturation

R 223 of 255 = 87%
G 151 of 255 = 59%
B 147 of 255 = 58%

223
151
147

R + G + B ~ 68%. #DF9793 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 151 + 147 = 521 (100%)
R 223 of 521 ~ 42.8%
G 151 of 521 ~ 28.98%
B 147 of 521 ~ 28.21%

%42.8
%28.98
%28.21

CMYK color model

#DF9793 color CMYK value is (0,32,34,13).

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 34.08%
  • key color value is 12.55%
CMYK:
(0,32,34,13)
C0M32Y34K13 
(0%,32%,34%,13%)
(0.00/0.32/0.34/0.13)	

CMYK percentages

%0
%32.29
%34.08
%12.55

Codes

Color #DF9793 in popluar color models

DF9793
RGB223151147
HSL54.29%72.55%
HSB/HSV34.08%87.45%
CMYK0.00%32.29%34.08%
12.55%

Color #DF9793 in popluar number systems.

HEXDF9793
Decimal223151147
Binary110111111001011110010011
Octal337227223

Shades and tints

Shades of #DF9793

#DF9793
(223,151,147)
#CB8A86
(203,138,134)
#B77D79
(183,125,121)
#A3706C
(163,112,108)
#8F635F
(143,99,95)
#7B5652
(123,86,82)
#674945
(103,73,69)
#533C38
(83,60,56)
#3F2F2B
(63,47,43)
#2B221E
(43,34,30)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #DF9793

#DF9793
(223,151,147)
#E1A09C
(225,160,156)
#E3A9A5
(227,169,165)
#E5B2AE
(229,178,174)
#E7BBB7
(231,187,183)
#E9C4C0
(233,196,192)
#EBCDC9
(235,205,201)
#EDD6D2
(237,214,210)
#EFDFDB
(239,223,219)
#F1E8E4
(241,232,228)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9793 color. Also use rgb(223,151,147) instead hex code.

Text Font Color

.myTextColor { color: #DF9793; }

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

This text font color is #DF9793.


Background Color

.myBgColor { background-color: #DF9793; }

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

This div background color is #DF9793.


Border color

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

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

This div border color is #DF9793.


Opacity

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

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

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

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

This text has shadow with #DF9793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9793 on black background.


Color preview on white background

This text has color #DF9793 on white background.



Black color preview on #DF9793 background

This text has black color on #DF9793 background.


White color preview on #DF9793 background

This text has white color on #DF9793 background.