COLOR #DF7F7D

HEX: #DF7F7D
RGB: (223,127,125)

Color info

#DF7F7D contains mainly red color. Web safe color of #DF7F7D is #CC6666 (or #C66).

RGB color model

#DF7F7D color RGB value is (223,127,125).

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

RGB channels and saturation

R 223 of 255 = 87%
G 127 of 255 = 50%
B 125 of 255 = 49%

223
127
125

R + G + B ~ 62%. #DF7F7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 127 + 125 = 475 (100%)
R 223 of 475 ~ 46.95%
G 127 of 475 ~ 26.74%
B 125 of 475 ~ 26.32%

%46.95
%26.74
%26.32

CMYK color model

#DF7F7D color CMYK value is (0,43,44,13).

  • cyan value is 0.00%
  • magenta value is 43.05%
  • yellow value is 43.95%
  • key color value is 12.55%
CMYK:
(0,43,44,13)
C0M43Y44K13 
(0%,43%,44%,13%)
(0.00/0.43/0.44/0.13)	

CMYK percentages

%0
%43.05
%43.95
%12.55

Codes

Color #DF7F7D in popluar color models

DF7F7D
RGB223127125
HSL60.49%68.24%
HSB/HSV43.95%87.45%
CMYK0.00%43.05%43.95%
12.55%

Color #DF7F7D in popluar number systems.

HEXDF7F7D
Decimal223127125
Binary1101111111111111111101
Octal337177175

Shades and tints

Shades of #DF7F7D

#DF7F7D
(223,127,125)
#CB7472
(203,116,114)
#B76967
(183,105,103)
#A35E5C
(163,94,92)
#8F5351
(143,83,81)
#7B4846
(123,72,70)
#673D3B
(103,61,59)
#533230
(83,50,48)
#3F2725
(63,39,37)
#2B1C1A
(43,28,26)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #DF7F7D

#DF7F7D
(223,127,125)
#E18A88
(225,138,136)
#E39593
(227,149,147)
#E5A09E
(229,160,158)
#E7ABA9
(231,171,169)
#E9B6B4
(233,182,180)
#EBC1BF
(235,193,191)
#EDCCCA
(237,204,202)
#EFD7D5
(239,215,213)
#F1E2E0
(241,226,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7F7D; }

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

This text font color is #DF7F7D.


Background Color

.myBgColor { background-color: #DF7F7D; }

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

This div background color is #DF7F7D.


Border color

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

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

This div border color is #DF7F7D.


Opacity

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

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

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

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

This text has shadow with #DF7F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7F7D on black background.


Color preview on white background

This text has color #DF7F7D on white background.



Black color preview on #DF7F7D background

This text has black color on #DF7F7D background.


White color preview on #DF7F7D background

This text has white color on #DF7F7D background.