COLOR #D887BE

HEX: #D887BE
RGB: (216,135,190)

Color info

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

RGB color model

#D887BE color RGB value is (216,135,190).

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

RGB channels and saturation

R 216 of 255 = 85%
G 135 of 255 = 53%
B 190 of 255 = 75%

216
135
190

R + G + B ~ 71%. #D887BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 135 + 190 = 541 (100%)
R 216 of 541 ~ 39.93%
G 135 of 541 ~ 24.95%
B 190 of 541 ~ 35.12%

%39.93
%24.95
%35.12

CMYK color model

#D887BE color CMYK value is (0,38,12,15).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,38,12,15)
C0M38Y12K15 
(0%,38%,12%,15%)
(0.00/0.38/0.12/0.15)	

CMYK percentages

%0
%37.5
%12.04
%15.29

Codes

Color #D887BE in popluar color models

D887BE
RGB216135190
HSL319°50.94%68.82%
HSB/HSV319°37.50%84.71%
CMYK0.00%37.50%12.04%
15.29%

Color #D887BE in popluar number systems.

HEXD887BE
Decimal216135190
Binary110110001000011110111110
Octal330207276

Shades and tints

Shades of #D887BE

#D887BE
(216,135,190)
#C57BAD
(197,123,173)
#B26F9C
(178,111,156)
#9F638B
(159,99,139)
#8C577A
(140,87,122)
#794B69
(121,75,105)
#663F58
(102,63,88)
#533347
(83,51,71)
#402736
(64,39,54)
#2D1B25
(45,27,37)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #D887BE

#D887BE
(216,135,190)
#DB91C3
(219,145,195)
#DE9BC8
(222,155,200)
#E1A5CD
(225,165,205)
#E4AFD2
(228,175,210)
#E7B9D7
(231,185,215)
#EAC3DC
(234,195,220)
#EDCDE1
(237,205,225)
#F0D7E6
(240,215,230)
#F3E1EB
(243,225,235)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D887BE; }

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

This text font color is #D887BE.


Background Color

.myBgColor { background-color: #D887BE; }

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

This div background color is #D887BE.


Border color

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

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

This div border color is #D887BE.


Opacity

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

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

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

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

This text has shadow with #D887BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D887BE on black background.


Color preview on white background

This text has color #D887BE on white background.



Black color preview on #D887BE background

This text has black color on #D887BE background.


White color preview on #D887BE background

This text has white color on #D887BE background.