COLOR #D46E7F

HEX: #D46E7F
RGB: (212,110,127)

Color info

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

RGB color model

#D46E7F color RGB value is (212,110,127).

  • red value is 212;
  • green value is 110;
  • blue value is 127.
RGB:
(212,110,127)
(83%,43%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 110 of 255 = 43%
B 127 of 255 = 50%

212
110
127

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

Portions of RGB colors in percentages

R + G + B =
212 + 110 + 127 = 449 (100%)
R 212 of 449 ~ 47.22%
G 110 of 449 ~ 24.5%
B 127 of 449 ~ 28.29%

%47.22
%24.5
%28.29

CMYK color model

#D46E7F color CMYK value is (0,48,40,17).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(0,48,40,17)
C0M48Y40K17 
(0%,48%,40%,17%)
(0.00/0.48/0.40/0.17)	

CMYK percentages

%0
%48.11
%40.09
%16.86

Codes

Color #D46E7F in popluar color models

D46E7F
RGB212110127
HSL350°54.26%63.14%
HSB/HSV350°48.11%83.14%
CMYK0.00%48.11%40.09%
16.86%

Color #D46E7F in popluar number systems.

HEXD46E7F
Decimal212110127
Binary1101010011011101111111
Octal324156177

Shades and tints

Shades of #D46E7F

#D46E7F
(212,110,127)
#C16474
(193,100,116)
#AE5A69
(174,90,105)
#9B505E
(155,80,94)
#884653
(136,70,83)
#753C48
(117,60,72)
#62323D
(98,50,61)
#4F2832
(79,40,50)
#3C1E27
(60,30,39)
#29141C
(41,20,28)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #D46E7F

#D46E7F
(212,110,127)
#D77B8A
(215,123,138)
#DA8895
(218,136,149)
#DD95A0
(221,149,160)
#E0A2AB
(224,162,171)
#E3AFB6
(227,175,182)
#E6BCC1
(230,188,193)
#E9C9CC
(233,201,204)
#ECD6D7
(236,214,215)
#EFE3E2
(239,227,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46E7F color. Also use rgb(212,110,127) instead hex code.

Text Font Color

.myTextColor { color: #D46E7F; }

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

This text font color is #D46E7F.


Background Color

.myBgColor { background-color: #D46E7F; }

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

This div background color is #D46E7F.


Border color

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

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

This div border color is #D46E7F.


Opacity

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

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

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

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

This text has shadow with #D46E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46E7F on black background.


Color preview on white background

This text has color #D46E7F on white background.



Black color preview on #D46E7F background

This text has black color on #D46E7F background.


White color preview on #D46E7F background

This text has white color on #D46E7F background.