COLOR #D88DB7

HEX: #D88DB7
RGB: (216,141,183)

Color info

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

RGB color model

#D88DB7 color RGB value is (216,141,183).

  • red value is 216;
  • green value is 141;
  • blue value is 183.
RGB:
(216,141,183)
(85%,55%,72%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 183 of 255 = 72%

216
141
183

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

Portions of RGB colors in percentages

R + G + B =
216 + 141 + 183 = 540 (100%)
R 216 of 540 ~ 40%
G 141 of 540 ~ 26.11%
B 183 of 540 ~ 33.89%

%40
%26.11
%33.89

CMYK color model

#D88DB7 color CMYK value is (0,35,15,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 15.28%
  • key color value is 15.29%
CMYK:
(0,35,15,15)
C0M35Y15K15 
(0%,35%,15%,15%)
(0.00/0.35/0.15/0.15)	

CMYK percentages

%0
%34.72
%15.28
%15.29

Codes

Color #D88DB7 in popluar color models

D88DB7
RGB216141183
HSL326°49.02%70.00%
HSB/HSV326°34.72%84.71%
CMYK0.00%34.72%15.28%
15.29%

Color #D88DB7 in popluar number systems.

HEXD88DB7
Decimal216141183
Binary110110001000110110110111
Octal330215267

Shades and tints

Shades of #D88DB7

#D88DB7
(216,141,183)
#C581A7
(197,129,167)
#B27597
(178,117,151)
#9F6987
(159,105,135)
#8C5D77
(140,93,119)
#795167
(121,81,103)
#664557
(102,69,87)
#533947
(83,57,71)
#402D37
(64,45,55)
#2D2127
(45,33,39)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #D88DB7

#D88DB7
(216,141,183)
#DB97BD
(219,151,189)
#DEA1C3
(222,161,195)
#E1ABC9
(225,171,201)
#E4B5CF
(228,181,207)
#E7BFD5
(231,191,213)
#EAC9DB
(234,201,219)
#EDD3E1
(237,211,225)
#F0DDE7
(240,221,231)
#F3E7ED
(243,231,237)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88DB7 color. Also use rgb(216,141,183) instead hex code.

Text Font Color

.myTextColor { color: #D88DB7; }

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

This text font color is #D88DB7.


Background Color

.myBgColor { background-color: #D88DB7; }

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

This div background color is #D88DB7.


Border color

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

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

This div border color is #D88DB7.


Opacity

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

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

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

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

This text has shadow with #D88DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88DB7 on black background.


Color preview on white background

This text has color #D88DB7 on white background.



Black color preview on #D88DB7 background

This text has black color on #D88DB7 background.


White color preview on #D88DB7 background

This text has white color on #D88DB7 background.