COLOR #D8B9DE

HEX: #D8B9DE
RGB: (216,185,222)

Color info

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

RGB color model

#D8B9DE color RGB value is (216,185,222).

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

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 222 of 255 = 87%

216
185
222

R + G + B ~ 82%. #D8B9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 185 + 222 = 623 (100%)
R 216 of 623 ~ 34.67%
G 185 of 623 ~ 29.7%
B 222 of 623 ~ 35.63%

%34.67
%29.7
%35.63

CMYK color model

#D8B9DE color CMYK value is (3,17,0,13).

  • cyan value is 2.70%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(3,17,0,13)
C3M17Y0K13 
(3%,17%,0%,13%)
(0.03/0.17/0.00/0.13)	

CMYK percentages

%2.7
%16.67
%0
%12.94

Codes

Color #D8B9DE in popluar color models

D8B9DE
RGB216185222
HSL290°35.92%79.80%
HSB/HSV290°16.67%87.06%
CMYK2.70%16.67%0.00%
12.94%

Color #D8B9DE in popluar number systems.

HEXD8B9DE
Decimal216185222
Binary110110001011100111011110
Octal330271336

Shades and tints

Shades of #D8B9DE

#D8B9DE
(216,185,222)
#C5A9CA
(197,169,202)
#B299B6
(178,153,182)
#9F89A2
(159,137,162)
#8C798E
(140,121,142)
#79697A
(121,105,122)
#665966
(102,89,102)
#534952
(83,73,82)
#40393E
(64,57,62)
#2D292A
(45,41,42)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8B9DE

#D8B9DE
(216,185,222)
#DBBFE1
(219,191,225)
#DEC5E4
(222,197,228)
#E1CBE7
(225,203,231)
#E4D1EA
(228,209,234)
#E7D7ED
(231,215,237)
#EADDF0
(234,221,240)
#EDE3F3
(237,227,243)
#F0E9F6
(240,233,246)
#F3EFF9
(243,239,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B9DE; }

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

This text font color is #D8B9DE.


Background Color

.myBgColor { background-color: #D8B9DE; }

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

This div background color is #D8B9DE.


Border color

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

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

This div border color is #D8B9DE.


Opacity

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

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

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

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

This text has shadow with #D8B9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B9DE on black background.


Color preview on white background

This text has color #D8B9DE on white background.



Black color preview on #D8B9DE background

This text has black color on #D8B9DE background.


White color preview on #D8B9DE background

This text has white color on #D8B9DE background.