COLOR #D8B0DC

HEX: #D8B0DC
RGB: (216,176,220)

Color info

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

RGB color model

#D8B0DC color RGB value is (216,176,220).

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

RGB channels and saturation

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

216
176
220

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

Portions of RGB colors in percentages

R + G + B =
216 + 176 + 220 = 612 (100%)
R 216 of 612 ~ 35.29%
G 176 of 612 ~ 28.76%
B 220 of 612 ~ 35.95%

%35.29
%28.76
%35.95

CMYK color model

#D8B0DC color CMYK value is (2,20,0,14).

  • cyan value is 1.82%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,20,0,14)
C2M20Y0K14 
(2%,20%,0%,14%)
(0.02/0.20/0.00/0.14)	

CMYK percentages

%1.82
%20
%0
%13.73

Codes

Color #D8B0DC in popluar color models

D8B0DC
RGB216176220
HSL295°38.60%77.65%
HSB/HSV295°20.00%86.27%
CMYK1.82%20.00%0.00%
13.73%

Color #D8B0DC in popluar number systems.

HEXD8B0DC
Decimal216176220
Binary110110001011000011011100
Octal330260334

Shades and tints

Shades of #D8B0DC

#D8B0DC
(216,176,220)
#C5A0C8
(197,160,200)
#B290B4
(178,144,180)
#9F80A0
(159,128,160)
#8C708C
(140,112,140)
#796078
(121,96,120)
#665064
(102,80,100)
#534050
(83,64,80)
#40303C
(64,48,60)
#2D2028
(45,32,40)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #D8B0DC

#D8B0DC
(216,176,220)
#DBB7DF
(219,183,223)
#DEBEE2
(222,190,226)
#E1C5E5
(225,197,229)
#E4CCE8
(228,204,232)
#E7D3EB
(231,211,235)
#EADAEE
(234,218,238)
#EDE1F1
(237,225,241)
#F0E8F4
(240,232,244)
#F3EFF7
(243,239,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B0DC; }

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

This text font color is #D8B0DC.


Background Color

.myBgColor { background-color: #D8B0DC; }

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

This div background color is #D8B0DC.


Border color

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

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

This div border color is #D8B0DC.


Opacity

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

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

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

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

This text has shadow with #D8B0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B0DC on black background.


Color preview on white background

This text has color #D8B0DC on white background.



Black color preview on #D8B0DC background

This text has black color on #D8B0DC background.


White color preview on #D8B0DC background

This text has white color on #D8B0DC background.