COLOR #DC7E7F

HEX: #DC7E7F
RGB: (220,126,127)

Color info

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

RGB color model

#DC7E7F color RGB value is (220,126,127).

  • red value is 220;
  • green value is 126;
  • blue value is 127.
RGB:
(220,126,127)
(86%,49%,50%)

RGB channels and saturation

R 220 of 255 = 86%
G 126 of 255 = 49%
B 127 of 255 = 50%

220
126
127

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

Portions of RGB colors in percentages

R + G + B =
220 + 126 + 127 = 473 (100%)
R 220 of 473 ~ 46.51%
G 126 of 473 ~ 26.64%
B 127 of 473 ~ 26.85%

%46.51
%26.64
%26.85

CMYK color model

#DC7E7F color CMYK value is (0,43,42,14).

  • cyan value is 0.00%
  • magenta value is 42.73%
  • yellow value is 42.27%
  • key color value is 13.73%
CMYK:
(0,43,42,14)
C0M43Y42K14 
(0%,43%,42%,14%)
(0.00/0.43/0.42/0.14)	

CMYK percentages

%0
%42.73
%42.27
%13.73

Codes

Color #DC7E7F in popluar color models

DC7E7F
RGB220126127
HSL359°57.32%67.84%
HSB/HSV359°42.73%86.27%
CMYK0.00%42.73%42.27%
13.73%

Color #DC7E7F in popluar number systems.

HEXDC7E7F
Decimal220126127
Binary1101110011111101111111
Octal334176177

Shades and tints

Shades of #DC7E7F

#DC7E7F
(220,126,127)
#C87374
(200,115,116)
#B46869
(180,104,105)
#A05D5E
(160,93,94)
#8C5253
(140,82,83)
#784748
(120,71,72)
#643C3D
(100,60,61)
#503132
(80,49,50)
#3C2627
(60,38,39)
#281B1C
(40,27,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #DC7E7F

#DC7E7F
(220,126,127)
#DF898A
(223,137,138)
#E29495
(226,148,149)
#E59FA0
(229,159,160)
#E8AAAB
(232,170,171)
#EBB5B6
(235,181,182)
#EEC0C1
(238,192,193)
#F1CBCC
(241,203,204)
#F4D6D7
(244,214,215)
#F7E1E2
(247,225,226)
#FAECED
(250,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7E7F color. Also use rgb(220,126,127) instead hex code.

Text Font Color

.myTextColor { color: #DC7E7F; }

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

This text font color is #DC7E7F.


Background Color

.myBgColor { background-color: #DC7E7F; }

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

This div background color is #DC7E7F.


Border color

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

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

This div border color is #DC7E7F.


Opacity

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

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

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

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

This text has shadow with #DC7E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7E7F on black background.


Color preview on white background

This text has color #DC7E7F on white background.



Black color preview on #DC7E7F background

This text has black color on #DC7E7F background.


White color preview on #DC7E7F background

This text has white color on #DC7E7F background.