COLOR #D67F6A

HEX: #D67F6A
RGB: (214,127,106)

Color info

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

RGB color model

#D67F6A color RGB value is (214,127,106).

  • red value is 214;
  • green value is 127;
  • blue value is 106.
RGB:
(214,127,106)
(84%,50%,42%)

RGB channels and saturation

R 214 of 255 = 84%
G 127 of 255 = 50%
B 106 of 255 = 42%

214
127
106

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

Portions of RGB colors in percentages

R + G + B =
214 + 127 + 106 = 447 (100%)
R 214 of 447 ~ 47.87%
G 127 of 447 ~ 28.41%
B 106 of 447 ~ 23.71%

%47.87
%28.41
%23.71

CMYK color model

#D67F6A color CMYK value is (0,41,50,16).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 50.47%
  • key color value is 16.08%
CMYK:
(0,41,50,16)
C0M41Y50K16 
(0%,41%,50%,16%)
(0.00/0.41/0.50/0.16)	

CMYK percentages

%0
%40.65
%50.47
%16.08

Codes

Color #D67F6A in popluar color models

D67F6A
RGB214127106
HSL12°56.84%62.75%
HSB/HSV12°50.47%83.92%
CMYK0.00%40.65%50.47%
16.08%

Color #D67F6A in popluar number systems.

HEXD67F6A
Decimal214127106
Binary1101011011111111101010
Octal326177152

Shades and tints

Shades of #D67F6A

#D67F6A
(214,127,106)
#C37461
(195,116,97)
#B06958
(176,105,88)
#9D5E4F
(157,94,79)
#8A5346
(138,83,70)
#77483D
(119,72,61)
#643D34
(100,61,52)
#51322B
(81,50,43)
#3E2722
(62,39,34)
#2B1C19
(43,28,25)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #D67F6A

#D67F6A
(214,127,106)
#D98A77
(217,138,119)
#DC9584
(220,149,132)
#DFA091
(223,160,145)
#E2AB9E
(226,171,158)
#E5B6AB
(229,182,171)
#E8C1B8
(232,193,184)
#EBCCC5
(235,204,197)
#EED7D2
(238,215,210)
#F1E2DF
(241,226,223)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67F6A color. Also use rgb(214,127,106) instead hex code.

Text Font Color

.myTextColor { color: #D67F6A; }

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

This text font color is #D67F6A.


Background Color

.myBgColor { background-color: #D67F6A; }

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

This div background color is #D67F6A.


Border color

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

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

This div border color is #D67F6A.


Opacity

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

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

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

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

This text has shadow with #D67F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67F6A on black background.


Color preview on white background

This text has color #D67F6A on white background.



Black color preview on #D67F6A background

This text has black color on #D67F6A background.


White color preview on #D67F6A background

This text has white color on #D67F6A background.