COLOR #D888B6

HEX: #D888B6
RGB: (216,136,182)

Color info

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

RGB color model

#D888B6 color RGB value is (216,136,182).

  • red value is 216;
  • green value is 136;
  • blue value is 182.
RGB:
(216,136,182)
(85%,53%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 136 of 255 = 53%
B 182 of 255 = 71%

216
136
182

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

Portions of RGB colors in percentages

R + G + B =
216 + 136 + 182 = 534 (100%)
R 216 of 534 ~ 40.45%
G 136 of 534 ~ 25.47%
B 182 of 534 ~ 34.08%

%40.45
%25.47
%34.08

CMYK color model

#D888B6 color CMYK value is (0,37,16,15).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(0,37,16,15)
C0M37Y16K15 
(0%,37%,16%,15%)
(0.00/0.37/0.16/0.15)	

CMYK percentages

%0
%37.04
%15.74
%15.29

Codes

Color #D888B6 in popluar color models

D888B6
RGB216136182
HSL326°50.63%69.02%
HSB/HSV326°37.04%84.71%
CMYK0.00%37.04%15.74%
15.29%

Color #D888B6 in popluar number systems.

HEXD888B6
Decimal216136182
Binary110110001000100010110110
Octal330210266

Shades and tints

Shades of #D888B6

#D888B6
(216,136,182)
#C57CA6
(197,124,166)
#B27096
(178,112,150)
#9F6486
(159,100,134)
#8C5876
(140,88,118)
#794C66
(121,76,102)
#664056
(102,64,86)
#533446
(83,52,70)
#402836
(64,40,54)
#2D1C26
(45,28,38)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #D888B6

#D888B6
(216,136,182)
#DB92BC
(219,146,188)
#DE9CC2
(222,156,194)
#E1A6C8
(225,166,200)
#E4B0CE
(228,176,206)
#E7BAD4
(231,186,212)
#EAC4DA
(234,196,218)
#EDCEE0
(237,206,224)
#F0D8E6
(240,216,230)
#F3E2EC
(243,226,236)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D888B6 color. Also use rgb(216,136,182) instead hex code.

Text Font Color

.myTextColor { color: #D888B6; }

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

This text font color is #D888B6.


Background Color

.myBgColor { background-color: #D888B6; }

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

This div background color is #D888B6.


Border color

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

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

This div border color is #D888B6.


Opacity

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

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

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

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

This text has shadow with #D888B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D888B6 on black background.


Color preview on white background

This text has color #D888B6 on white background.



Black color preview on #D888B6 background

This text has black color on #D888B6 background.


White color preview on #D888B6 background

This text has white color on #D888B6 background.