COLOR #D67C6C

HEX: #D67C6C
RGB: (214,124,108)

Color info

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

RGB color model

#D67C6C color RGB value is (214,124,108).

  • red value is 214;
  • green value is 124;
  • blue value is 108.
RGB:
(214,124,108)
(84%,49%,42%)

RGB channels and saturation

R 214 of 255 = 84%
G 124 of 255 = 49%
B 108 of 255 = 42%

214
124
108

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

Portions of RGB colors in percentages

R + G + B =
214 + 124 + 108 = 446 (100%)
R 214 of 446 ~ 47.98%
G 124 of 446 ~ 27.8%
B 108 of 446 ~ 24.22%

%47.98
%27.8
%24.22

CMYK color model

#D67C6C color CMYK value is (0,42,50,16).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 49.53%
  • key color value is 16.08%
CMYK:
(0,42,50,16)
C0M42Y50K16 
(0%,42%,50%,16%)
(0.00/0.42/0.50/0.16)	

CMYK percentages

%0
%42.06
%49.53
%16.08

Codes

Color #D67C6C in popluar color models

D67C6C
RGB214124108
HSL56.38%63.14%
HSB/HSV49.53%83.92%
CMYK0.00%42.06%49.53%
16.08%

Color #D67C6C in popluar number systems.

HEXD67C6C
Decimal214124108
Binary1101011011111001101100
Octal326174154

Shades and tints

Shades of #D67C6C

#D67C6C
(214,124,108)
#C37163
(195,113,99)
#B0665A
(176,102,90)
#9D5B51
(157,91,81)
#8A5048
(138,80,72)
#77453F
(119,69,63)
#643A36
(100,58,54)
#512F2D
(81,47,45)
#3E2424
(62,36,36)
#2B191B
(43,25,27)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #D67C6C

#D67C6C
(214,124,108)
#D98779
(217,135,121)
#DC9286
(220,146,134)
#DF9D93
(223,157,147)
#E2A8A0
(226,168,160)
#E5B3AD
(229,179,173)
#E8BEBA
(232,190,186)
#EBC9C7
(235,201,199)
#EED4D4
(238,212,212)
#F1DFE1
(241,223,225)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67C6C color. Also use rgb(214,124,108) instead hex code.

Text Font Color

.myTextColor { color: #D67C6C; }

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

This text font color is #D67C6C.


Background Color

.myBgColor { background-color: #D67C6C; }

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

This div background color is #D67C6C.


Border color

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

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

This div border color is #D67C6C.


Opacity

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

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

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

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

This text has shadow with #D67C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67C6C on black background.


Color preview on white background

This text has color #D67C6C on white background.



Black color preview on #D67C6C background

This text has black color on #D67C6C background.


White color preview on #D67C6C background

This text has white color on #D67C6C background.