COLOR #D8B8FC

HEX: #D8B8FC
RGB: (216,184,252)

Color info

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

RGB color model

#D8B8FC color RGB value is (216,184,252).

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

RGB channels and saturation

R 216 of 255 = 85%
G 184 of 255 = 72%
B 252 of 255 = 99%

216
184
252

R + G + B ~ 85%. #D8B8FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 184 + 252 = 652 (100%)
R 216 of 652 ~ 33.13%
G 184 of 652 ~ 28.22%
B 252 of 652 ~ 38.65%

%33.13
%28.22
%38.65

CMYK color model

#D8B8FC color CMYK value is (14,27,0,1).

  • cyan value is 14.29%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(14,27,0,1)
C14M27Y0K1 
(14%,27%,0%,1%)
(0.14/0.27/0.00/0.01)	

CMYK percentages

%14.29
%26.98
%0
%1.18

Codes

Color #D8B8FC in popluar color models

D8B8FC
RGB216184252
HSL268°91.89%85.49%
HSB/HSV268°26.98%98.82%
CMYK14.29%26.98%0.00%
1.18%

Color #D8B8FC in popluar number systems.

HEXD8B8FC
Decimal216184252
Binary110110001011100011111100
Octal330270374

Shades and tints

Shades of #D8B8FC

#D8B8FC
(216,184,252)
#C5A8E6
(197,168,230)
#B298D0
(178,152,208)
#9F88BA
(159,136,186)
#8C78A4
(140,120,164)
#79688E
(121,104,142)
#665878
(102,88,120)
#534862
(83,72,98)
#40384C
(64,56,76)
#2D2836
(45,40,54)
#1A1820
(26,24,32)
#000000
(0,0,0)

Tints of #D8B8FC

#D8B8FC
(216,184,252)
#DBBEFC
(219,190,252)
#DEC4FC
(222,196,252)
#E1CAFC
(225,202,252)
#E4D0FC
(228,208,252)
#E7D6FC
(231,214,252)
#EADCFC
(234,220,252)
#EDE2FC
(237,226,252)
#F0E8FC
(240,232,252)
#F3EEFC
(243,238,252)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B8FC; }

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

This text font color is #D8B8FC.


Background Color

.myBgColor { background-color: #D8B8FC; }

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

This div background color is #D8B8FC.


Border color

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

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

This div border color is #D8B8FC.


Opacity

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

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

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

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

This text has shadow with #D8B8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B8FC on black background.


Color preview on white background

This text has color #D8B8FC on white background.



Black color preview on #D8B8FC background

This text has black color on #D8B8FC background.


White color preview on #D8B8FC background

This text has white color on #D8B8FC background.