COLOR #D47EA5

HEX: #D47EA5
RGB: (212,126,165)

Color info

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

RGB color model

#D47EA5 color RGB value is (212,126,165).

  • red value is 212;
  • green value is 126;
  • blue value is 165.
RGB:
(212,126,165)
(83%,49%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 126 of 255 = 49%
B 165 of 255 = 65%

212
126
165

R + G + B ~ 66%. #D47EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 126 + 165 = 503 (100%)
R 212 of 503 ~ 42.15%
G 126 of 503 ~ 25.05%
B 165 of 503 ~ 32.8%

%42.15
%25.05
%32.8

CMYK color model

#D47EA5 color CMYK value is (0,41,22,17).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(0,41,22,17)
C0M41Y22K17 
(0%,41%,22%,17%)
(0.00/0.41/0.22/0.17)	

CMYK percentages

%0
%40.57
%22.17
%16.86

Codes

Color #D47EA5 in popluar color models

D47EA5
RGB212126165
HSL333°50.00%66.27%
HSB/HSV333°40.57%83.14%
CMYK0.00%40.57%22.17%
16.86%

Color #D47EA5 in popluar number systems.

HEXD47EA5
Decimal212126165
Binary11010100111111010100101
Octal324176245

Shades and tints

Shades of #D47EA5

#D47EA5
(212,126,165)
#C17396
(193,115,150)
#AE6887
(174,104,135)
#9B5D78
(155,93,120)
#885269
(136,82,105)
#75475A
(117,71,90)
#623C4B
(98,60,75)
#4F313C
(79,49,60)
#3C262D
(60,38,45)
#291B1E
(41,27,30)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #D47EA5

#D47EA5
(212,126,165)
#D789AD
(215,137,173)
#DA94B5
(218,148,181)
#DD9FBD
(221,159,189)
#E0AAC5
(224,170,197)
#E3B5CD
(227,181,205)
#E6C0D5
(230,192,213)
#E9CBDD
(233,203,221)
#ECD6E5
(236,214,229)
#EFE1ED
(239,225,237)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47EA5 color. Also use rgb(212,126,165) instead hex code.

Text Font Color

.myTextColor { color: #D47EA5; }

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

This text font color is #D47EA5.


Background Color

.myBgColor { background-color: #D47EA5; }

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

This div background color is #D47EA5.


Border color

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

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

This div border color is #D47EA5.


Opacity

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

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

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

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

This text has shadow with #D47EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47EA5 on black background.


Color preview on white background

This text has color #D47EA5 on white background.



Black color preview on #D47EA5 background

This text has black color on #D47EA5 background.


White color preview on #D47EA5 background

This text has white color on #D47EA5 background.