COLOR #D47CAD

HEX: #D47CAD RGB: (212,124,173)

Color info

#D47CAD contains mainly red and blue colors. Web safe color of #D47CAD is #CC6699 (or #C69).

RGB color model

#D47CAD color RGB value is (212,124,173).

RGB: (212,124,173) (83%, 49%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 124 of 255 = 49%
B 173 of 255 = 68%

212
124
173

R + G + B ~ 67%. #D47CAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 124 + 173 = 509 (100%)
R 212 of 509 ~ 41.65%
G 124 of 509 ~ 24.36%
B 173 of 509 ~ 33.99'%

%41.65
%24.36
%33.99

CMYK color model

#D47CAD color CMYK value is (0,42,18,17).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK: (0,42,18,17) C0M42Y18K17 (0%,42%,18%,17%) (0.00/0.42/0.18/0.17) 

CMYK percentages

%0
%41.51
%18.4
%16.86

Codes

Color #D47CAD in popluar color models

D4 7C AD
RGB 212 124 173
HSL 327° 50.57% 65.88%
HSB/HSV 327° 41.51% 83.14%
CMYK 0.00% 41.51% 18.40%
16.86%

Color #D47CAD in popluar number systems.

HEX D4 7C AD
Decimal 212 124 173
Binary 11010100 1111100 10101101
Octal 324 174 255

Shades and tints

Shades of #D47CAD

#D47CAD
(212,124,173)
#C1719E
(193,113,158)
#AE668F
(174,102,143)
#9B5B80
(155,91,128)
#885071
(136,80,113)
#754562
(117,69,98)
#623A53
(98,58,83)
#4F2F44
(79,47,68)
#3C2435
(60,36,53)
#291926
(41,25,38)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #D47CAD

#D47CAD
(212,124,173)
#D787B4
(215,135,180)
#DA92BB
(218,146,187)
#DD9DC2
(221,157,194)
#E0A8C9
(224,168,201)
#E3B3D0
(227,179,208)
#E6BED7
(230,190,215)
#E9C9DE
(233,201,222)
#ECD4E5
(236,212,229)
#EFDFEC
(239,223,236)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47CAD color. Also use rgb(212,124,173) instead hex code.

Text Font Color

.myTextColor { color: #D47CAD; }

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

This text font color is #D47CAD.

Background Color

.myBgColor { background-color: #D47CAD; }

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

This div background color is #D47CAD.

Border color

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

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

This div border color is #D47CAD.

Opacity

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

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

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

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

This text has shadow with #D47CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47CAD.

Preview

Color preview on black background

This text has color #D47CAD on black background.


Color preview on white background

This text has color #D47CAD on white background.


Black color preview on #D47CAD background

This text has black color on #D47CAD background.


White color preview on #D47CAD background

This text has white color on #D47CAD background.


Related colors

Complementary color

Complementary color for #hex is #2B8352.


I love getcolorcode.com

Triadic colors

1 #ADD47C and #7CADD4 with #D47CAD are triadic colors.

2 #AD7CD4 and #7CD4AD with #D47CAD are triadic colors.