COLOR #D07F7E

HEX: #D07F7E
RGB: (208,127,126)

Color info

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

RGB color model

#D07F7E color RGB value is (208,127,126).

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

RGB channels and saturation

R 208 of 255 = 82%
G 127 of 255 = 50%
B 126 of 255 = 49%

208
127
126

R + G + B ~ 60%. #D07F7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 127 + 126 = 461 (100%)
R 208 of 461 ~ 45.12%
G 127 of 461 ~ 27.55%
B 126 of 461 ~ 27.33%

%45.12
%27.55
%27.33

CMYK color model

#D07F7E color CMYK value is (0,39,39,18).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 39.42%
  • key color value is 18.43%
CMYK:
(0,39,39,18)
C0M39Y39K18 
(0%,39%,39%,18%)
(0.00/0.39/0.39/0.18)	

CMYK percentages

%0
%38.94
%39.42
%18.43

Codes

Color #D07F7E in popluar color models

D07F7E
RGB208127126
HSL46.59%65.49%
HSB/HSV39.42%81.57%
CMYK0.00%38.94%39.42%
18.43%

Color #D07F7E in popluar number systems.

HEXD07F7E
Decimal208127126
Binary1101000011111111111110
Octal320177176

Shades and tints

Shades of #D07F7E

#D07F7E
(208,127,126)
#BE7473
(190,116,115)
#AC6968
(172,105,104)
#9A5E5D
(154,94,93)
#885352
(136,83,82)
#764847
(118,72,71)
#643D3C
(100,61,60)
#523231
(82,50,49)
#402726
(64,39,38)
#2E1C1B
(46,28,27)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #D07F7E

#D07F7E
(208,127,126)
#D48A89
(212,138,137)
#D89594
(216,149,148)
#DCA09F
(220,160,159)
#E0ABAA
(224,171,170)
#E4B6B5
(228,182,181)
#E8C1C0
(232,193,192)
#ECCCCB
(236,204,203)
#F0D7D6
(240,215,214)
#F4E2E1
(244,226,225)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07F7E; }

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

This text font color is #D07F7E.


Background Color

.myBgColor { background-color: #D07F7E; }

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

This div background color is #D07F7E.


Border color

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

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

This div border color is #D07F7E.


Opacity

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

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

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

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

This text has shadow with #D07F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07F7E on black background.


Color preview on white background

This text has color #D07F7E on white background.



Black color preview on #D07F7E background

This text has black color on #D07F7E background.


White color preview on #D07F7E background

This text has white color on #D07F7E background.