COLOR #D887A6

HEX: #D887A6
RGB: (216,135,166)

Color info

#D887A6 contains mainly red and blue colors. Web safe color of #D887A6 is #CC9999 (or #C99).

RGB color model

#D887A6 color RGB value is (216,135,166).

  • red value is 216;
  • green value is 135;
  • blue value is 166.
RGB:
(216,135,166)
(85%,53%,65%)

RGB channels and saturation

R 216 of 255 = 85%
G 135 of 255 = 53%
B 166 of 255 = 65%

216
135
166

R + G + B ~ 68%. #D887A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 135 + 166 = 517 (100%)
R 216 of 517 ~ 41.78%
G 135 of 517 ~ 26.11%
B 166 of 517 ~ 32.11%

%41.78
%26.11
%32.11

CMYK color model

#D887A6 color CMYK value is (0,38,23,15).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 23.15%
  • key color value is 15.29%
CMYK:
(0,38,23,15)
C0M38Y23K15 
(0%,38%,23%,15%)
(0.00/0.38/0.23/0.15)	

CMYK percentages

%0
%37.5
%23.15
%15.29

Codes

Color #D887A6 in popluar color models

D887A6
RGB216135166
HSL337°50.94%68.82%
HSB/HSV337°37.50%84.71%
CMYK0.00%37.50%23.15%
15.29%

Color #D887A6 in popluar number systems.

HEXD887A6
Decimal216135166
Binary110110001000011110100110
Octal330207246

Shades and tints

Shades of #D887A6

#D887A6
(216,135,166)
#C57B97
(197,123,151)
#B26F88
(178,111,136)
#9F6379
(159,99,121)
#8C576A
(140,87,106)
#794B5B
(121,75,91)
#663F4C
(102,63,76)
#53333D
(83,51,61)
#40272E
(64,39,46)
#2D1B1F
(45,27,31)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #D887A6

#D887A6
(216,135,166)
#DB91AE
(219,145,174)
#DE9BB6
(222,155,182)
#E1A5BE
(225,165,190)
#E4AFC6
(228,175,198)
#E7B9CE
(231,185,206)
#EAC3D6
(234,195,214)
#EDCDDE
(237,205,222)
#F0D7E6
(240,215,230)
#F3E1EE
(243,225,238)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D887A6 color. Also use rgb(216,135,166) instead hex code.

Text Font Color

.myTextColor { color: #D887A6; }

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

This text font color is #D887A6.


Background Color

.myBgColor { background-color: #D887A6; }

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

This div background color is #D887A6.


Border color

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

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

This div border color is #D887A6.


Opacity

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

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

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

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

This text has shadow with #D887A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D887A6 on black background.


Color preview on white background

This text has color #D887A6 on white background.



Black color preview on #D887A6 background

This text has black color on #D887A6 background.


White color preview on #D887A6 background

This text has white color on #D887A6 background.