COLOR #D8B0DB

HEX: #D8B0DB
RGB: (216,176,219)

Color info

#D8B0DB contains red, green and blue colors in about the same proportion. Web safe color of #D8B0DB is #CC99CC (or #C9C).

RGB color model

#D8B0DB color RGB value is (216,176,219).

  • red value is 216;
  • green value is 176;
  • blue value is 219.
RGB:
(216,176,219)
(85%,69%,86%)

RGB channels and saturation

R 216 of 255 = 85%
G 176 of 255 = 69%
B 219 of 255 = 86%

216
176
219

R + G + B ~ 80%. #D8B0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 176 + 219 = 611 (100%)
R 216 of 611 ~ 35.35%
G 176 of 611 ~ 28.81%
B 219 of 611 ~ 35.84%

%35.35
%28.81
%35.84

CMYK color model

#D8B0DB color CMYK value is (1,20,0,14).

  • cyan value is 1.37%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,20,0,14)
C1M20Y0K14 
(1%,20%,0%,14%)
(0.01/0.20/0.00/0.14)	

CMYK percentages

%1.37
%19.63
%0
%14.12

Codes

Color #D8B0DB in popluar color models

D8B0DB
RGB216176219
HSL296°37.39%77.45%
HSB/HSV296°19.63%85.88%
CMYK1.37%19.63%0.00%
14.12%

Color #D8B0DB in popluar number systems.

HEXD8B0DB
Decimal216176219
Binary110110001011000011011011
Octal330260333

Shades and tints

Shades of #D8B0DB

#D8B0DB
(216,176,219)
#C5A0C8
(197,160,200)
#B290B5
(178,144,181)
#9F80A2
(159,128,162)
#8C708F
(140,112,143)
#79607C
(121,96,124)
#665069
(102,80,105)
#534056
(83,64,86)
#403043
(64,48,67)
#2D2030
(45,32,48)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #D8B0DB

#D8B0DB
(216,176,219)
#DBB7DE
(219,183,222)
#DEBEE1
(222,190,225)
#E1C5E4
(225,197,228)
#E4CCE7
(228,204,231)
#E7D3EA
(231,211,234)
#EADAED
(234,218,237)
#EDE1F0
(237,225,240)
#F0E8F3
(240,232,243)
#F3EFF6
(243,239,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B0DB color. Also use rgb(216,176,219) instead hex code.

Text Font Color

.myTextColor { color: #D8B0DB; }

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

This text font color is #D8B0DB.


Background Color

.myBgColor { background-color: #D8B0DB; }

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

This div background color is #D8B0DB.


Border color

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

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

This div border color is #D8B0DB.


Opacity

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

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

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

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

This text has shadow with #D8B0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B0DB on black background.


Color preview on white background

This text has color #D8B0DB on white background.



Black color preview on #D8B0DB background

This text has black color on #D8B0DB background.


White color preview on #D8B0DB background

This text has white color on #D8B0DB background.