COLOR #D47BA8

HEX: #D47BA8
RGB: (212,123,168)

Color info

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

RGB color model

#D47BA8 color RGB value is (212,123,168).

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

RGB channels and saturation

R 212 of 255 = 83%
G 123 of 255 = 48%
B 168 of 255 = 66%

212
123
168

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

Portions of RGB colors in percentages

R + G + B =
212 + 123 + 168 = 503 (100%)
R 212 of 503 ~ 42.15%
G 123 of 503 ~ 24.45%
B 168 of 503 ~ 33.4%

%42.15
%24.45
%33.4

CMYK color model

#D47BA8 color CMYK value is (0,42,21,17).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK:
(0,42,21,17)
C0M42Y21K17 
(0%,42%,21%,17%)
(0.00/0.42/0.21/0.17)	

CMYK percentages

%0
%41.98
%20.75
%16.86

Codes

Color #D47BA8 in popluar color models

D47BA8
RGB212123168
HSL330°50.86%65.69%
HSB/HSV330°41.98%83.14%
CMYK0.00%41.98%20.75%
16.86%

Color #D47BA8 in popluar number systems.

HEXD47BA8
Decimal212123168
Binary11010100111101110101000
Octal324173250

Shades and tints

Shades of #D47BA8

#D47BA8
(212,123,168)
#C17099
(193,112,153)
#AE658A
(174,101,138)
#9B5A7B
(155,90,123)
#884F6C
(136,79,108)
#75445D
(117,68,93)
#62394E
(98,57,78)
#4F2E3F
(79,46,63)
#3C2330
(60,35,48)
#291821
(41,24,33)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #D47BA8

#D47BA8
(212,123,168)
#D787AF
(215,135,175)
#DA93B6
(218,147,182)
#DD9FBD
(221,159,189)
#E0ABC4
(224,171,196)
#E3B7CB
(227,183,203)
#E6C3D2
(230,195,210)
#E9CFD9
(233,207,217)
#ECDBE0
(236,219,224)
#EFE7E7
(239,231,231)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47BA8; }

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

This text font color is #D47BA8.


Background Color

.myBgColor { background-color: #D47BA8; }

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

This div background color is #D47BA8.


Border color

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

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

This div border color is #D47BA8.


Opacity

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

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

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

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

This text has shadow with #D47BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47BA8 on black background.


Color preview on white background

This text has color #D47BA8 on white background.



Black color preview on #D47BA8 background

This text has black color on #D47BA8 background.


White color preview on #D47BA8 background

This text has white color on #D47BA8 background.