COLOR #DF857F

HEX: #DF857F
RGB: (223,133,127)

Color info

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

RGB color model

#DF857F color RGB value is (223,133,127).

  • red value is 223;
  • green value is 133;
  • blue value is 127.
RGB:
(223,133,127)
(87%,52%,50%)

RGB channels and saturation

R 223 of 255 = 87%
G 133 of 255 = 52%
B 127 of 255 = 50%

223
133
127

R + G + B ~ 63%. #DF857F is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 133 + 127 = 483 (100%)
R 223 of 483 ~ 46.17%
G 133 of 483 ~ 27.54%
B 127 of 483 ~ 26.29%

%46.17
%27.54
%26.29

CMYK color model

#DF857F color CMYK value is (0,40,43,13).

  • cyan value is 0.00%
  • magenta value is 40.36%
  • yellow value is 43.05%
  • key color value is 12.55%
CMYK:
(0,40,43,13)
C0M40Y43K13 
(0%,40%,43%,13%)
(0.00/0.40/0.43/0.13)	

CMYK percentages

%0
%40.36
%43.05
%12.55

Codes

Color #DF857F in popluar color models

DF857F
RGB223133127
HSL60.00%68.63%
HSB/HSV43.05%87.45%
CMYK0.00%40.36%43.05%
12.55%

Color #DF857F in popluar number systems.

HEXDF857F
Decimal223133127
Binary11011111100001011111111
Octal337205177

Shades and tints

Shades of #DF857F

#DF857F
(223,133,127)
#CB7974
(203,121,116)
#B76D69
(183,109,105)
#A3615E
(163,97,94)
#8F5553
(143,85,83)
#7B4948
(123,73,72)
#673D3D
(103,61,61)
#533132
(83,49,50)
#3F2527
(63,37,39)
#2B191C
(43,25,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #DF857F

#DF857F
(223,133,127)
#E1908A
(225,144,138)
#E39B95
(227,155,149)
#E5A6A0
(229,166,160)
#E7B1AB
(231,177,171)
#E9BCB6
(233,188,182)
#EBC7C1
(235,199,193)
#EDD2CC
(237,210,204)
#EFDDD7
(239,221,215)
#F1E8E2
(241,232,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF857F color. Also use rgb(223,133,127) instead hex code.

Text Font Color

.myTextColor { color: #DF857F; }

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

This text font color is #DF857F.


Background Color

.myBgColor { background-color: #DF857F; }

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

This div background color is #DF857F.


Border color

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

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

This div border color is #DF857F.


Opacity

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

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

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

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

This text has shadow with #DF857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF857F on black background.


Color preview on white background

This text has color #DF857F on white background.



Black color preview on #DF857F background

This text has black color on #DF857F background.


White color preview on #DF857F background

This text has white color on #DF857F background.