COLOR #D46D6F

HEX: #D46D6F
RGB: (212,109,111)

Color info

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

RGB color model

#D46D6F color RGB value is (212,109,111).

  • red value is 212;
  • green value is 109;
  • blue value is 111.
RGB:
(212,109,111)
(83%,43%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 109 of 255 = 43%
B 111 of 255 = 44%

212
109
111

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

Portions of RGB colors in percentages

R + G + B =
212 + 109 + 111 = 432 (100%)
R 212 of 432 ~ 49.07%
G 109 of 432 ~ 25.23%
B 111 of 432 ~ 25.69%

%49.07
%25.23
%25.69

CMYK color model

#D46D6F color CMYK value is (0,49,48,17).

  • cyan value is 0.00%
  • magenta value is 48.58%
  • yellow value is 47.64%
  • key color value is 16.86%
CMYK:
(0,49,48,17)
C0M49Y48K17 
(0%,49%,48%,17%)
(0.00/0.49/0.48/0.17)	

CMYK percentages

%0
%48.58
%47.64
%16.86

Codes

Color #D46D6F in popluar color models

D46D6F
RGB212109111
HSL359°54.50%62.94%
HSB/HSV359°48.58%83.14%
CMYK0.00%48.58%47.64%
16.86%

Color #D46D6F in popluar number systems.

HEXD46D6F
Decimal212109111
Binary1101010011011011101111
Octal324155157

Shades and tints

Shades of #D46D6F

#D46D6F
(212,109,111)
#C16465
(193,100,101)
#AE5B5B
(174,91,91)
#9B5251
(155,82,81)
#884947
(136,73,71)
#75403D
(117,64,61)
#623733
(98,55,51)
#4F2E29
(79,46,41)
#3C251F
(60,37,31)
#291C15
(41,28,21)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #D46D6F

#D46D6F
(212,109,111)
#D77A7C
(215,122,124)
#DA8789
(218,135,137)
#DD9496
(221,148,150)
#E0A1A3
(224,161,163)
#E3AEB0
(227,174,176)
#E6BBBD
(230,187,189)
#E9C8CA
(233,200,202)
#ECD5D7
(236,213,215)
#EFE2E4
(239,226,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46D6F color. Also use rgb(212,109,111) instead hex code.

Text Font Color

.myTextColor { color: #D46D6F; }

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

This text font color is #D46D6F.


Background Color

.myBgColor { background-color: #D46D6F; }

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

This div background color is #D46D6F.


Border color

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

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

This div border color is #D46D6F.


Opacity

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

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

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

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

This text has shadow with #D46D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46D6F on black background.


Color preview on white background

This text has color #D46D6F on white background.



Black color preview on #D46D6F background

This text has black color on #D46D6F background.


White color preview on #D46D6F background

This text has white color on #D46D6F background.