COLOR #D47CBF

HEX: #D47CBF
RGB: (212,124,191)

Color info

#D47CBF contains mainly red and blue colors. Web safe color of #D47CBF is #CC66CC (or #C6C).

RGB color model

#D47CBF color RGB value is (212,124,191).

  • red value is 212;
  • green value is 124;
  • blue value is 191.
RGB:
(212,124,191)
(83%,49%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 124 of 255 = 49%
B 191 of 255 = 75%

212
124
191

R + G + B ~ 69%. #D47CBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 124 + 191 = 527 (100%)
R 212 of 527 ~ 40.23%
G 124 of 527 ~ 23.53%
B 191 of 527 ~ 36.24%

%40.23
%23.53
%36.24

CMYK color model

#D47CBF color CMYK value is (0,42,10,17).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(0,42,10,17)
C0M42Y10K17 
(0%,42%,10%,17%)
(0.00/0.42/0.10/0.17)	

CMYK percentages

%0
%41.51
%9.91
%16.86

Codes

Color #D47CBF in popluar color models

D47CBF
RGB212124191
HSL314°50.57%65.88%
HSB/HSV314°41.51%83.14%
CMYK0.00%41.51%9.91%
16.86%

Color #D47CBF in popluar number systems.

HEXD47CBF
Decimal212124191
Binary11010100111110010111111
Octal324174277

Shades and tints

Shades of #D47CBF

#D47CBF
(212,124,191)
#C171AE
(193,113,174)
#AE669D
(174,102,157)
#9B5B8C
(155,91,140)
#88507B
(136,80,123)
#75456A
(117,69,106)
#623A59
(98,58,89)
#4F2F48
(79,47,72)
#3C2437
(60,36,55)
#291926
(41,25,38)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #D47CBF

#D47CBF
(212,124,191)
#D787C4
(215,135,196)
#DA92C9
(218,146,201)
#DD9DCE
(221,157,206)
#E0A8D3
(224,168,211)
#E3B3D8
(227,179,216)
#E6BEDD
(230,190,221)
#E9C9E2
(233,201,226)
#ECD4E7
(236,212,231)
#EFDFEC
(239,223,236)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47CBF; }

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

This text font color is #D47CBF.


Background Color

.myBgColor { background-color: #D47CBF; }

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

This div background color is #D47CBF.


Border color

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

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

This div border color is #D47CBF.


Opacity

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

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

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

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

This text has shadow with #D47CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47CBF on black background.


Color preview on white background

This text has color #D47CBF on white background.



Black color preview on #D47CBF background

This text has black color on #D47CBF background.


White color preview on #D47CBF background

This text has white color on #D47CBF background.