COLOR #D47BAD

HEX: #D47BAD
RGB: (212,123,173)

Color info

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

RGB color model

#D47BAD color RGB value is (212,123,173).

  • red value is 212;
  • green value is 123;
  • blue value is 173.
RGB:
(212,123,173)
(83%,48%,68%)

RGB channels and saturation

R 212 of 255 = 83%
G 123 of 255 = 48%
B 173 of 255 = 68%

212
123
173

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

Portions of RGB colors in percentages

R + G + B =
212 + 123 + 173 = 508 (100%)
R 212 of 508 ~ 41.73%
G 123 of 508 ~ 24.21%
B 173 of 508 ~ 34.06%

%41.73
%24.21
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.98%
  • 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.98
%18.4
%16.86

Codes

Color #D47BAD in popluar color models

D47BAD
RGB212123173
HSL326°50.86%65.69%
HSB/HSV326°41.98%83.14%
CMYK0.00%41.98%18.40%
16.86%

Color #D47BAD in popluar number systems.

HEXD47BAD
Decimal212123173
Binary11010100111101110101101
Octal324173255

Shades and tints

Shades of #D47BAD

#D47BAD
(212,123,173)
#C1709E
(193,112,158)
#AE658F
(174,101,143)
#9B5A80
(155,90,128)
#884F71
(136,79,113)
#754462
(117,68,98)
#623953
(98,57,83)
#4F2E44
(79,46,68)
#3C2335
(60,35,53)
#291826
(41,24,38)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #D47BAD

#D47BAD
(212,123,173)
#D787B4
(215,135,180)
#DA93BB
(218,147,187)
#DD9FC2
(221,159,194)
#E0ABC9
(224,171,201)
#E3B7D0
(227,183,208)
#E6C3D7
(230,195,215)
#E9CFDE
(233,207,222)
#ECDBE5
(236,219,229)
#EFE7EC
(239,231,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47BAD; }

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

This text font color is #D47BAD.


Background Color

.myBgColor { background-color: #D47BAD; }

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

This div background color is #D47BAD.


Border color

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

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

This div border color is #D47BAD.


Opacity

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

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

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

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

This text has shadow with #D47BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47BAD on black background.


Color preview on white background

This text has color #D47BAD on white background.



Black color preview on #D47BAD background

This text has black color on #D47BAD background.


White color preview on #D47BAD background

This text has white color on #D47BAD background.