COLOR #D8BFDC

HEX: #D8BFDC
RGB: (216,191,220)

Color info

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

RGB color model

#D8BFDC color RGB value is (216,191,220).

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

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 220 of 255 = 86%

216
191
220

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

Portions of RGB colors in percentages

R + G + B =
216 + 191 + 220 = 627 (100%)
R 216 of 627 ~ 34.45%
G 191 of 627 ~ 30.46%
B 220 of 627 ~ 35.09%

%34.45
%30.46
%35.09

CMYK color model

#D8BFDC color CMYK value is (2,13,0,14).

  • cyan value is 1.82%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,13,0,14)
C2M13Y0K14 
(2%,13%,0%,14%)
(0.02/0.13/0.00/0.14)	

CMYK percentages

%1.82
%13.18
%0
%13.73

Codes

Color #D8BFDC in popluar color models

D8BFDC
RGB216191220
HSL292°29.29%80.59%
HSB/HSV292°13.18%86.27%
CMYK1.82%13.18%0.00%
13.73%

Color #D8BFDC in popluar number systems.

HEXD8BFDC
Decimal216191220
Binary110110001011111111011100
Octal330277334

Shades and tints

Shades of #D8BFDC

#D8BFDC
(216,191,220)
#C5AEC8
(197,174,200)
#B29DB4
(178,157,180)
#9F8CA0
(159,140,160)
#8C7B8C
(140,123,140)
#796A78
(121,106,120)
#665964
(102,89,100)
#534850
(83,72,80)
#40373C
(64,55,60)
#2D2628
(45,38,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #D8BFDC

#D8BFDC
(216,191,220)
#DBC4DF
(219,196,223)
#DEC9E2
(222,201,226)
#E1CEE5
(225,206,229)
#E4D3E8
(228,211,232)
#E7D8EB
(231,216,235)
#EADDEE
(234,221,238)
#EDE2F1
(237,226,241)
#F0E7F4
(240,231,244)
#F3ECF7
(243,236,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BFDC; }

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

This text font color is #D8BFDC.


Background Color

.myBgColor { background-color: #D8BFDC; }

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

This div background color is #D8BFDC.


Border color

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

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

This div border color is #D8BFDC.


Opacity

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

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

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

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

This text has shadow with #D8BFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BFDC on black background.


Color preview on white background

This text has color #D8BFDC on white background.



Black color preview on #D8BFDC background

This text has black color on #D8BFDC background.


White color preview on #D8BFDC background

This text has white color on #D8BFDC background.