COLOR #D46D8C

HEX: #D46D8C
RGB: (212,109,140)

Color info

#D46D8C contains mainly red color. Web safe color of #D46D8C is #CC6699 (or #C69).

RGB color model

#D46D8C color RGB value is (212,109,140).

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

RGB channels and saturation

R 212 of 255 = 83%
G 109 of 255 = 43%
B 140 of 255 = 55%

212
109
140

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

Portions of RGB colors in percentages

R + G + B =
212 + 109 + 140 = 461 (100%)
R 212 of 461 ~ 45.99%
G 109 of 461 ~ 23.64%
B 140 of 461 ~ 30.37%

%45.99
%23.64
%30.37

CMYK color model

#D46D8C color CMYK value is (0,49,34,17).

  • cyan value is 0.00%
  • magenta value is 48.58%
  • yellow value is 33.96%
  • key color value is 16.86%
CMYK:
(0,49,34,17)
C0M49Y34K17 
(0%,49%,34%,17%)
(0.00/0.49/0.34/0.17)	

CMYK percentages

%0
%48.58
%33.96
%16.86

Codes

Color #D46D8C in popluar color models

D46D8C
RGB212109140
HSL342°54.50%62.94%
HSB/HSV342°48.58%83.14%
CMYK0.00%48.58%33.96%
16.86%

Color #D46D8C in popluar number systems.

HEXD46D8C
Decimal212109140
Binary11010100110110110001100
Octal324155214

Shades and tints

Shades of #D46D8C

#D46D8C
(212,109,140)
#C16480
(193,100,128)
#AE5B74
(174,91,116)
#9B5268
(155,82,104)
#88495C
(136,73,92)
#754050
(117,64,80)
#623744
(98,55,68)
#4F2E38
(79,46,56)
#3C252C
(60,37,44)
#291C20
(41,28,32)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D46D8C

#D46D8C
(212,109,140)
#D77A96
(215,122,150)
#DA87A0
(218,135,160)
#DD94AA
(221,148,170)
#E0A1B4
(224,161,180)
#E3AEBE
(227,174,190)
#E6BBC8
(230,187,200)
#E9C8D2
(233,200,210)
#ECD5DC
(236,213,220)
#EFE2E6
(239,226,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D46D8C; }

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

This text font color is #D46D8C.


Background Color

.myBgColor { background-color: #D46D8C; }

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

This div background color is #D46D8C.


Border color

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

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

This div border color is #D46D8C.


Opacity

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

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

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

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

This text has shadow with #D46D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46D8C on black background.


Color preview on white background

This text has color #D46D8C on white background.



Black color preview on #D46D8C background

This text has black color on #D46D8C background.


White color preview on #D46D8C background

This text has white color on #D46D8C background.