COLOR #D67F78

HEX: #D67F78
RGB: (214,127,120)

Color info

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

RGB color model

#D67F78 color RGB value is (214,127,120).

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

RGB channels and saturation

R 214 of 255 = 84%
G 127 of 255 = 50%
B 120 of 255 = 47%

214
127
120

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

Portions of RGB colors in percentages

R + G + B =
214 + 127 + 120 = 461 (100%)
R 214 of 461 ~ 46.42%
G 127 of 461 ~ 27.55%
B 120 of 461 ~ 26.03%

%46.42
%27.55
%26.03

CMYK color model

#D67F78 color CMYK value is (0,41,44,16).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 43.93%
  • key color value is 16.08%
CMYK:
(0,41,44,16)
C0M41Y44K16 
(0%,41%,44%,16%)
(0.00/0.41/0.44/0.16)	

CMYK percentages

%0
%40.65
%43.93
%16.08

Codes

Color #D67F78 in popluar color models

D67F78
RGB214127120
HSL53.41%65.49%
HSB/HSV43.93%83.92%
CMYK0.00%40.65%43.93%
16.08%

Color #D67F78 in popluar number systems.

HEXD67F78
Decimal214127120
Binary1101011011111111111000
Octal326177170

Shades and tints

Shades of #D67F78

#D67F78
(214,127,120)
#C3746E
(195,116,110)
#B06964
(176,105,100)
#9D5E5A
(157,94,90)
#8A5350
(138,83,80)
#774846
(119,72,70)
#643D3C
(100,61,60)
#513232
(81,50,50)
#3E2728
(62,39,40)
#2B1C1E
(43,28,30)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #D67F78

#D67F78
(214,127,120)
#D98A84
(217,138,132)
#DC9590
(220,149,144)
#DFA09C
(223,160,156)
#E2ABA8
(226,171,168)
#E5B6B4
(229,182,180)
#E8C1C0
(232,193,192)
#EBCCCC
(235,204,204)
#EED7D8
(238,215,216)
#F1E2E4
(241,226,228)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D67F78; }

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

This text font color is #D67F78.


Background Color

.myBgColor { background-color: #D67F78; }

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

This div background color is #D67F78.


Border color

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

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

This div border color is #D67F78.


Opacity

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

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

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

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

This text has shadow with #D67F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67F78 on black background.


Color preview on white background

This text has color #D67F78 on white background.



Black color preview on #D67F78 background

This text has black color on #D67F78 background.


White color preview on #D67F78 background

This text has white color on #D67F78 background.