COLOR #DF8F8D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

223
143
141

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

Portions of RGB colors in percentages

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

%43.98
%28.21
%27.81

CMYK color model

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

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

CMYK percentages

%0
%35.87
%36.77
%12.55

Codes

Color #DF8F8D in popluar color models

DF8F8D
RGB223143141
HSL56.16%71.37%
HSB/HSV36.77%87.45%
CMYK0.00%35.87%36.77%
12.55%

Color #DF8F8D in popluar number systems.

HEXDF8F8D
Decimal223143141
Binary110111111000111110001101
Octal337217215

Shades and tints

Shades of #DF8F8D

#DF8F8D
(223,143,141)
#CB8281
(203,130,129)
#B77575
(183,117,117)
#A36869
(163,104,105)
#8F5B5D
(143,91,93)
#7B4E51
(123,78,81)
#674145
(103,65,69)
#533439
(83,52,57)
#3F272D
(63,39,45)
#2B1A21
(43,26,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #DF8F8D

#DF8F8D
(223,143,141)
#E19997
(225,153,151)
#E3A3A1
(227,163,161)
#E5ADAB
(229,173,171)
#E7B7B5
(231,183,181)
#E9C1BF
(233,193,191)
#EBCBC9
(235,203,201)
#EDD5D3
(237,213,211)
#EFDFDD
(239,223,221)
#F1E9E7
(241,233,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8F8D; }

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

This text font color is #DF8F8D.


Background Color

.myBgColor { background-color: #DF8F8D; }

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

This div background color is #DF8F8D.


Border color

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

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

This div border color is #DF8F8D.


Opacity

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

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

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

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

This text has shadow with #DF8F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8F8D on black background.


Color preview on white background

This text has color #DF8F8D on white background.



Black color preview on #DF8F8D background

This text has black color on #DF8F8D background.


White color preview on #DF8F8D background

This text has white color on #DF8F8D background.