COLOR #D887B9

HEX: #D887B9
RGB: (216,135,185)

Color info

#D887B9 contains mainly red and blue colors. Web safe color of #D887B9 is #CC99CC (or #C9C).

RGB color model

#D887B9 color RGB value is (216,135,185).

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

RGB channels and saturation

R 216 of 255 = 85%
G 135 of 255 = 53%
B 185 of 255 = 73%

216
135
185

R + G + B ~ 70%. #D887B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 135 + 185 = 536 (100%)
R 216 of 536 ~ 40.3%
G 135 of 536 ~ 25.19%
B 185 of 536 ~ 34.51%

%40.3
%25.19
%34.51

CMYK color model

#D887B9 color CMYK value is (0,38,14,15).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(0,38,14,15)
C0M38Y14K15 
(0%,38%,14%,15%)
(0.00/0.38/0.14/0.15)	

CMYK percentages

%0
%37.5
%14.35
%15.29

Codes

Color #D887B9 in popluar color models

D887B9
RGB216135185
HSL323°50.94%68.82%
HSB/HSV323°37.50%84.71%
CMYK0.00%37.50%14.35%
15.29%

Color #D887B9 in popluar number systems.

HEXD887B9
Decimal216135185
Binary110110001000011110111001
Octal330207271

Shades and tints

Shades of #D887B9

#D887B9
(216,135,185)
#C57BA9
(197,123,169)
#B26F99
(178,111,153)
#9F6389
(159,99,137)
#8C5779
(140,87,121)
#794B69
(121,75,105)
#663F59
(102,63,89)
#533349
(83,51,73)
#402739
(64,39,57)
#2D1B29
(45,27,41)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #D887B9

#D887B9
(216,135,185)
#DB91BF
(219,145,191)
#DE9BC5
(222,155,197)
#E1A5CB
(225,165,203)
#E4AFD1
(228,175,209)
#E7B9D7
(231,185,215)
#EAC3DD
(234,195,221)
#EDCDE3
(237,205,227)
#F0D7E9
(240,215,233)
#F3E1EF
(243,225,239)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D887B9; }

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

This text font color is #D887B9.


Background Color

.myBgColor { background-color: #D887B9; }

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

This div background color is #D887B9.


Border color

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

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

This div border color is #D887B9.


Opacity

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

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

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

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

This text has shadow with #D887B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D887B9 on black background.


Color preview on white background

This text has color #D887B9 on white background.



Black color preview on #D887B9 background

This text has black color on #D887B9 background.


White color preview on #D887B9 background

This text has white color on #D887B9 background.