COLOR #D47BA3

HEX: #D47BA3
RGB: (212,123,163)

Color info

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

RGB color model

#D47BA3 color RGB value is (212,123,163).

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

RGB channels and saturation

R 212 of 255 = 83%
G 123 of 255 = 48%
B 163 of 255 = 64%

212
123
163

R + G + B ~ 65%. #D47BA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 123 + 163 = 498 (100%)
R 212 of 498 ~ 42.57%
G 123 of 498 ~ 24.7%
B 163 of 498 ~ 32.73%

%42.57
%24.7
%32.73

CMYK color model

#D47BA3 color CMYK value is (0,42,23,17).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 23.11%
  • key color value is 16.86%
CMYK:
(0,42,23,17)
C0M42Y23K17 
(0%,42%,23%,17%)
(0.00/0.42/0.23/0.17)	

CMYK percentages

%0
%41.98
%23.11
%16.86

Codes

Color #D47BA3 in popluar color models

D47BA3
RGB212123163
HSL333°50.86%65.69%
HSB/HSV333°41.98%83.14%
CMYK0.00%41.98%23.11%
16.86%

Color #D47BA3 in popluar number systems.

HEXD47BA3
Decimal212123163
Binary11010100111101110100011
Octal324173243

Shades and tints

Shades of #D47BA3

#D47BA3
(212,123,163)
#C17095
(193,112,149)
#AE6587
(174,101,135)
#9B5A79
(155,90,121)
#884F6B
(136,79,107)
#75445D
(117,68,93)
#62394F
(98,57,79)
#4F2E41
(79,46,65)
#3C2333
(60,35,51)
#291825
(41,24,37)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #D47BA3

#D47BA3
(212,123,163)
#D787AB
(215,135,171)
#DA93B3
(218,147,179)
#DD9FBB
(221,159,187)
#E0ABC3
(224,171,195)
#E3B7CB
(227,183,203)
#E6C3D3
(230,195,211)
#E9CFDB
(233,207,219)
#ECDBE3
(236,219,227)
#EFE7EB
(239,231,235)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47BA3; }

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

This text font color is #D47BA3.


Background Color

.myBgColor { background-color: #D47BA3; }

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

This div background color is #D47BA3.


Border color

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

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

This div border color is #D47BA3.


Opacity

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

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

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

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

This text has shadow with #D47BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47BA3 on black background.


Color preview on white background

This text has color #D47BA3 on white background.



Black color preview on #D47BA3 background

This text has black color on #D47BA3 background.


White color preview on #D47BA3 background

This text has white color on #D47BA3 background.