COLOR #D8BBDF

HEX: #D8BBDF
RGB: (216,187,223)

Color info

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

RGB color model

#D8BBDF color RGB value is (216,187,223).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 223 of 255 = 87%

216
187
223

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

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 223 = 626 (100%)
R 216 of 626 ~ 34.5%
G 187 of 626 ~ 29.87%
B 223 of 626 ~ 35.62%

%34.5
%29.87
%35.62

CMYK color model

#D8BBDF color CMYK value is (3,16,0,13).

  • cyan value is 3.14%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(3,16,0,13)
C3M16Y0K13 
(3%,16%,0%,13%)
(0.03/0.16/0.00/0.13)	

CMYK percentages

%3.14
%16.14
%0
%12.55

Codes

Color #D8BBDF in popluar color models

D8BBDF
RGB216187223
HSL288°36.00%80.39%
HSB/HSV288°16.14%87.45%
CMYK3.14%16.14%0.00%
12.55%

Color #D8BBDF in popluar number systems.

HEXD8BBDF
Decimal216187223
Binary110110001011101111011111
Octal330273337

Shades and tints

Shades of #D8BBDF

#D8BBDF
(216,187,223)
#C5AACB
(197,170,203)
#B299B7
(178,153,183)
#9F88A3
(159,136,163)
#8C778F
(140,119,143)
#79667B
(121,102,123)
#665567
(102,85,103)
#534453
(83,68,83)
#40333F
(64,51,63)
#2D222B
(45,34,43)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #D8BBDF

#D8BBDF
(216,187,223)
#DBC1E1
(219,193,225)
#DEC7E3
(222,199,227)
#E1CDE5
(225,205,229)
#E4D3E7
(228,211,231)
#E7D9E9
(231,217,233)
#EADFEB
(234,223,235)
#EDE5ED
(237,229,237)
#F0EBEF
(240,235,239)
#F3F1F1
(243,241,241)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BBDF color. Also use rgb(216,187,223) instead hex code.

Text Font Color

.myTextColor { color: #D8BBDF; }

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

This text font color is #D8BBDF.


Background Color

.myBgColor { background-color: #D8BBDF; }

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

This div background color is #D8BBDF.


Border color

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

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

This div border color is #D8BBDF.


Opacity

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

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

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

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

This text has shadow with #D8BBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBDF on black background.


Color preview on white background

This text has color #D8BBDF on white background.



Black color preview on #D8BBDF background

This text has black color on #D8BBDF background.


White color preview on #D8BBDF background

This text has white color on #D8BBDF background.