COLOR #D67F67

HEX: #D67F67
RGB: (214,127,103)

Color info

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

RGB color model

#D67F67 color RGB value is (214,127,103).

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

RGB channels and saturation

R 214 of 255 = 84%
G 127 of 255 = 50%
B 103 of 255 = 40%

214
127
103

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

Portions of RGB colors in percentages

R + G + B =
214 + 127 + 103 = 444 (100%)
R 214 of 444 ~ 48.2%
G 127 of 444 ~ 28.6%
B 103 of 444 ~ 23.2%

%48.2
%28.6
%23.2

CMYK color model

#D67F67 color CMYK value is (0,41,52,16).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(0,41,52,16)
C0M41Y52K16 
(0%,41%,52%,16%)
(0.00/0.41/0.52/0.16)	

CMYK percentages

%0
%40.65
%51.87
%16.08

Codes

Color #D67F67 in popluar color models

D67F67
RGB214127103
HSL13°57.51%62.16%
HSB/HSV13°51.87%83.92%
CMYK0.00%40.65%51.87%
16.08%

Color #D67F67 in popluar number systems.

HEXD67F67
Decimal214127103
Binary1101011011111111100111
Octal326177147

Shades and tints

Shades of #D67F67

#D67F67
(214,127,103)
#C3745E
(195,116,94)
#B06955
(176,105,85)
#9D5E4C
(157,94,76)
#8A5343
(138,83,67)
#77483A
(119,72,58)
#643D31
(100,61,49)
#513228
(81,50,40)
#3E271F
(62,39,31)
#2B1C16
(43,28,22)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #D67F67

#D67F67
(214,127,103)
#D98A74
(217,138,116)
#DC9581
(220,149,129)
#DFA08E
(223,160,142)
#E2AB9B
(226,171,155)
#E5B6A8
(229,182,168)
#E8C1B5
(232,193,181)
#EBCCC2
(235,204,194)
#EED7CF
(238,215,207)
#F1E2DC
(241,226,220)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D67F67; }

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

This text font color is #D67F67.


Background Color

.myBgColor { background-color: #D67F67; }

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

This div background color is #D67F67.


Border color

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

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

This div border color is #D67F67.


Opacity

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

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

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

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

This text has shadow with #D67F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67F67 on black background.


Color preview on white background

This text has color #D67F67 on white background.



Black color preview on #D67F67 background

This text has black color on #D67F67 background.


White color preview on #D67F67 background

This text has white color on #D67F67 background.