COLOR #D8B6DE

HEX: #D8B6DE
RGB: (216,182,222)

Color info

#D8B6DE contains red, green and blue colors in about the same proportion. Web safe color of #D8B6DE is #CCCCCC (or #CCC).

RGB color model

#D8B6DE color RGB value is (216,182,222).

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

RGB channels and saturation

R 216 of 255 = 85%
G 182 of 255 = 71%
B 222 of 255 = 87%

216
182
222

R + G + B ~ 81%. #D8B6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 182 + 222 = 620 (100%)
R 216 of 620 ~ 34.84%
G 182 of 620 ~ 29.35%
B 222 of 620 ~ 35.81%

%34.84
%29.35
%35.81

CMYK color model

#D8B6DE color CMYK value is (3,18,0,13).

  • cyan value is 2.70%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(3,18,0,13)
C3M18Y0K13 
(3%,18%,0%,13%)
(0.03/0.18/0.00/0.13)	

CMYK percentages

%2.7
%18.02
%0
%12.94

Codes

Color #D8B6DE in popluar color models

D8B6DE
RGB216182222
HSL291°37.74%79.22%
HSB/HSV291°18.02%87.06%
CMYK2.70%18.02%0.00%
12.94%

Color #D8B6DE in popluar number systems.

HEXD8B6DE
Decimal216182222
Binary110110001011011011011110
Octal330266336

Shades and tints

Shades of #D8B6DE

#D8B6DE
(216,182,222)
#C5A6CA
(197,166,202)
#B296B6
(178,150,182)
#9F86A2
(159,134,162)
#8C768E
(140,118,142)
#79667A
(121,102,122)
#665666
(102,86,102)
#534652
(83,70,82)
#40363E
(64,54,62)
#2D262A
(45,38,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #D8B6DE

#D8B6DE
(216,182,222)
#DBBCE1
(219,188,225)
#DEC2E4
(222,194,228)
#E1C8E7
(225,200,231)
#E4CEEA
(228,206,234)
#E7D4ED
(231,212,237)
#EADAF0
(234,218,240)
#EDE0F3
(237,224,243)
#F0E6F6
(240,230,246)
#F3ECF9
(243,236,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B6DE; }

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

This text font color is #D8B6DE.


Background Color

.myBgColor { background-color: #D8B6DE; }

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

This div background color is #D8B6DE.


Border color

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

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

This div border color is #D8B6DE.


Opacity

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

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

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

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

This text has shadow with #D8B6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B6DE on black background.


Color preview on white background

This text has color #D8B6DE on white background.



Black color preview on #D8B6DE background

This text has black color on #D8B6DE background.


White color preview on #D8B6DE background

This text has white color on #D8B6DE background.