COLOR #D8B8DF

HEX: #D8B8DF
RGB: (216,184,223)

Color info

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

RGB color model

#D8B8DF color RGB value is (216,184,223).

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

RGB channels and saturation

R 216 of 255 = 85%
G 184 of 255 = 72%
B 223 of 255 = 87%

216
184
223

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

Portions of RGB colors in percentages

R + G + B =
216 + 184 + 223 = 623 (100%)
R 216 of 623 ~ 34.67%
G 184 of 623 ~ 29.53%
B 223 of 623 ~ 35.79%

%34.67
%29.53
%35.79

CMYK color model

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

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

CMYK percentages

%3.14
%17.49
%0
%12.55

Codes

Color #D8B8DF in popluar color models

D8B8DF
RGB216184223
HSL289°37.86%79.80%
HSB/HSV289°17.49%87.45%
CMYK3.14%17.49%0.00%
12.55%

Color #D8B8DF in popluar number systems.

HEXD8B8DF
Decimal216184223
Binary110110001011100011011111
Octal330270337

Shades and tints

Shades of #D8B8DF

#D8B8DF
(216,184,223)
#C5A8CB
(197,168,203)
#B298B7
(178,152,183)
#9F88A3
(159,136,163)
#8C788F
(140,120,143)
#79687B
(121,104,123)
#665867
(102,88,103)
#534853
(83,72,83)
#40383F
(64,56,63)
#2D282B
(45,40,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8B8DF

#D8B8DF
(216,184,223)
#DBBEE1
(219,190,225)
#DEC4E3
(222,196,227)
#E1CAE5
(225,202,229)
#E4D0E7
(228,208,231)
#E7D6E9
(231,214,233)
#EADCEB
(234,220,235)
#EDE2ED
(237,226,237)
#F0E8EF
(240,232,239)
#F3EEF1
(243,238,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B8DF; }

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

This text font color is #D8B8DF.


Background Color

.myBgColor { background-color: #D8B8DF; }

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

This div background color is #D8B8DF.


Border color

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

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

This div border color is #D8B8DF.


Opacity

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

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

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

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

This text has shadow with #D8B8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B8DF on black background.


Color preview on white background

This text has color #D8B8DF on white background.



Black color preview on #D8B8DF background

This text has black color on #D8B8DF background.


White color preview on #D8B8DF background

This text has white color on #D8B8DF background.