COLOR #DF8D8F

HEX: #DF8D8F
RGB: (223,141,143)

Color info

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

RGB color model

#DF8D8F color RGB value is (223,141,143).

  • red value is 223;
  • green value is 141;
  • blue value is 143.
RGB:
(223,141,143)
(87%,55%,56%)

RGB channels and saturation

R 223 of 255 = 87%
G 141 of 255 = 55%
B 143 of 255 = 56%

223
141
143

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

Portions of RGB colors in percentages

R + G + B =
223 + 141 + 143 = 507 (100%)
R 223 of 507 ~ 43.98%
G 141 of 507 ~ 27.81%
B 143 of 507 ~ 28.21%

%43.98
%27.81
%28.21

CMYK color model

#DF8D8F color CMYK value is (0,37,36,13).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 35.87%
  • key color value is 12.55%
CMYK:
(0,37,36,13)
C0M37Y36K13 
(0%,37%,36%,13%)
(0.00/0.37/0.36/0.13)	

CMYK percentages

%0
%36.77
%35.87
%12.55

Codes

Color #DF8D8F in popluar color models

DF8D8F
RGB223141143
HSL359°56.16%71.37%
HSB/HSV359°36.77%87.45%
CMYK0.00%36.77%35.87%
12.55%

Color #DF8D8F in popluar number systems.

HEXDF8D8F
Decimal223141143
Binary110111111000110110001111
Octal337215217

Shades and tints

Shades of #DF8D8F

#DF8D8F
(223,141,143)
#CB8182
(203,129,130)
#B77575
(183,117,117)
#A36968
(163,105,104)
#8F5D5B
(143,93,91)
#7B514E
(123,81,78)
#674541
(103,69,65)
#533934
(83,57,52)
#3F2D27
(63,45,39)
#2B211A
(43,33,26)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #DF8D8F

#DF8D8F
(223,141,143)
#E19799
(225,151,153)
#E3A1A3
(227,161,163)
#E5ABAD
(229,171,173)
#E7B5B7
(231,181,183)
#E9BFC1
(233,191,193)
#EBC9CB
(235,201,203)
#EDD3D5
(237,211,213)
#EFDDDF
(239,221,223)
#F1E7E9
(241,231,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8D8F color. Also use rgb(223,141,143) instead hex code.

Text Font Color

.myTextColor { color: #DF8D8F; }

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

This text font color is #DF8D8F.


Background Color

.myBgColor { background-color: #DF8D8F; }

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

This div background color is #DF8D8F.


Border color

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

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

This div border color is #DF8D8F.


Opacity

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

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

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

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

This text has shadow with #DF8D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8D8F on black background.


Color preview on white background

This text has color #DF8D8F on white background.



Black color preview on #DF8D8F background

This text has black color on #DF8D8F background.


White color preview on #DF8D8F background

This text has white color on #DF8D8F background.