COLOR #DF8C7C

HEX: #DF8C7C
RGB: (223,140,124)

Color info

#DF8C7C contains mainly red color. Web safe color of #DF8C7C is #CC9966 (or #C96).

RGB color model

#DF8C7C color RGB value is (223,140,124).

  • red value is 223;
  • green value is 140;
  • blue value is 124.
RGB:
(223,140,124)
(87%,55%,49%)

RGB channels and saturation

R 223 of 255 = 87%
G 140 of 255 = 55%
B 124 of 255 = 49%

223
140
124

R + G + B ~ 64%. #DF8C7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 140 + 124 = 487 (100%)
R 223 of 487 ~ 45.79%
G 140 of 487 ~ 28.75%
B 124 of 487 ~ 25.46%

%45.79
%28.75
%25.46

CMYK color model

#DF8C7C color CMYK value is (0,37,44,13).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 44.39%
  • key color value is 12.55%
CMYK:
(0,37,44,13)
C0M37Y44K13 
(0%,37%,44%,13%)
(0.00/0.37/0.44/0.13)	

CMYK percentages

%0
%37.22
%44.39
%12.55

Codes

Color #DF8C7C in popluar color models

DF8C7C
RGB223140124
HSL10°60.74%68.04%
HSB/HSV10°44.39%87.45%
CMYK0.00%37.22%44.39%
12.55%

Color #DF8C7C in popluar number systems.

HEXDF8C7C
Decimal223140124
Binary11011111100011001111100
Octal337214174

Shades and tints

Shades of #DF8C7C

#DF8C7C
(223,140,124)
#CB8071
(203,128,113)
#B77466
(183,116,102)
#A3685B
(163,104,91)
#8F5C50
(143,92,80)
#7B5045
(123,80,69)
#67443A
(103,68,58)
#53382F
(83,56,47)
#3F2C24
(63,44,36)
#2B2019
(43,32,25)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #DF8C7C

#DF8C7C
(223,140,124)
#E19687
(225,150,135)
#E3A092
(227,160,146)
#E5AA9D
(229,170,157)
#E7B4A8
(231,180,168)
#E9BEB3
(233,190,179)
#EBC8BE
(235,200,190)
#EDD2C9
(237,210,201)
#EFDCD4
(239,220,212)
#F1E6DF
(241,230,223)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8C7C color. Also use rgb(223,140,124) instead hex code.

Text Font Color

.myTextColor { color: #DF8C7C; }

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

This text font color is #DF8C7C.


Background Color

.myBgColor { background-color: #DF8C7C; }

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

This div background color is #DF8C7C.


Border color

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

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

This div border color is #DF8C7C.


Opacity

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

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

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

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

This text has shadow with #DF8C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8C7C on black background.


Color preview on white background

This text has color #DF8C7C on white background.



Black color preview on #DF8C7C background

This text has black color on #DF8C7C background.


White color preview on #DF8C7C background

This text has white color on #DF8C7C background.