COLOR #D8BBFF

HEX: #D8BBFF
RGB: (216,187,255)

Color info

#D8BBFF contains mainly red and blue colors. Web safe color of #D8BBFF is #CCCCFF (or #CCF).

RGB color model

#D8BBFF color RGB value is (216,187,255).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 255 of 255 = 100%

216
187
255

R + G + B ~ 86%. #D8BBFF is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 255 = 658 (100%)
R 216 of 658 ~ 32.83%
G 187 of 658 ~ 28.42%
B 255 of 658 ~ 38.75%

%32.83
%28.42
%38.75

CMYK color model

#D8BBFF color CMYK value is (15,27,0,0).

  • cyan value is 15.29%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,27,0,0)
C15M27Y0K0 
(15%,27%,0%,0%)
(0.15/0.27/0.00/0.00)	

CMYK percentages

%15.29
%26.67
%0
%0

Codes

Color #D8BBFF in popluar color models

D8BBFF
RGB216187255
HSL266°100.00%86.67%
HSB/HSV266°26.67%100.00%
CMYK15.29%26.67%0.00%
0.00%

Color #D8BBFF in popluar number systems.

HEXD8BBFF
Decimal216187255
Binary110110001011101111111111
Octal330273377

Shades and tints

Shades of #D8BBFF

#D8BBFF
(216,187,255)
#C5AAE8
(197,170,232)
#B299D1
(178,153,209)
#9F88BA
(159,136,186)
#8C77A3
(140,119,163)
#79668C
(121,102,140)
#665575
(102,85,117)
#53445E
(83,68,94)
#403347
(64,51,71)
#2D2230
(45,34,48)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #D8BBFF

#D8BBFF
(216,187,255)
#DBC1FF
(219,193,255)
#DEC7FF
(222,199,255)
#E1CDFF
(225,205,255)
#E4D3FF
(228,211,255)
#E7D9FF
(231,217,255)
#EADFFF
(234,223,255)
#EDE5FF
(237,229,255)
#F0EBFF
(240,235,255)
#F3F1FF
(243,241,255)
#F6F7FF
(246,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBFF; }

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

This text font color is #D8BBFF.


Background Color

.myBgColor { background-color: #D8BBFF; }

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

This div background color is #D8BBFF.


Border color

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

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

This div border color is #D8BBFF.


Opacity

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

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

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

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

This text has shadow with #D8BBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBFF on black background.


Color preview on white background

This text has color #D8BBFF on white background.



Black color preview on #D8BBFF background

This text has black color on #D8BBFF background.


White color preview on #D8BBFF background

This text has white color on #D8BBFF background.