COLOR #D47987

HEX: #D47987
RGB: (212,121,135)

Color info

#D47987 contains mainly red color. Web safe color of #D47987 is #CC6699 (or #C69).

RGB color model

#D47987 color RGB value is (212,121,135).

  • red value is 212;
  • green value is 121;
  • blue value is 135.
RGB:
(212,121,135)
(83%,47%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 121 of 255 = 47%
B 135 of 255 = 53%

212
121
135

R + G + B ~ 61%. #D47987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 121 + 135 = 468 (100%)
R 212 of 468 ~ 45.3%
G 121 of 468 ~ 25.85%
B 135 of 468 ~ 28.85%

%45.3
%25.85
%28.85

CMYK color model

#D47987 color CMYK value is (0,43,36,17).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 36.32%
  • key color value is 16.86%
CMYK:
(0,43,36,17)
C0M43Y36K17 
(0%,43%,36%,17%)
(0.00/0.43/0.36/0.17)	

CMYK percentages

%0
%42.92
%36.32
%16.86

Codes

Color #D47987 in popluar color models

D47987
RGB212121135
HSL351°51.41%65.29%
HSB/HSV351°42.92%83.14%
CMYK0.00%42.92%36.32%
16.86%

Color #D47987 in popluar number systems.

HEXD47987
Decimal212121135
Binary11010100111100110000111
Octal324171207

Shades and tints

Shades of #D47987

#D47987
(212,121,135)
#C16E7B
(193,110,123)
#AE636F
(174,99,111)
#9B5863
(155,88,99)
#884D57
(136,77,87)
#75424B
(117,66,75)
#62373F
(98,55,63)
#4F2C33
(79,44,51)
#3C2127
(60,33,39)
#29161B
(41,22,27)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #D47987

#D47987
(212,121,135)
#D78591
(215,133,145)
#DA919B
(218,145,155)
#DD9DA5
(221,157,165)
#E0A9AF
(224,169,175)
#E3B5B9
(227,181,185)
#E6C1C3
(230,193,195)
#E9CDCD
(233,205,205)
#ECD9D7
(236,217,215)
#EFE5E1
(239,229,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47987 color. Also use rgb(212,121,135) instead hex code.

Text Font Color

.myTextColor { color: #D47987; }

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

This text font color is #D47987.


Background Color

.myBgColor { background-color: #D47987; }

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

This div background color is #D47987.


Border color

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

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

This div border color is #D47987.


Opacity

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

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

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

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

This text has shadow with #D47987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47987 on black background.


Color preview on white background

This text has color #D47987 on white background.



Black color preview on #D47987 background

This text has black color on #D47987 background.


White color preview on #D47987 background

This text has white color on #D47987 background.