COLOR #D9B8FB

HEX: #D9B8FB
RGB: (217,184,251)

Color info

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

RGB color model

#D9B8FB color RGB value is (217,184,251).

  • red value is 217;
  • green value is 184;
  • blue value is 251.
RGB:
(217,184,251)
(85%,72%,98%)

RGB channels and saturation

R 217 of 255 = 85%
G 184 of 255 = 72%
B 251 of 255 = 98%

217
184
251

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

Portions of RGB colors in percentages

R + G + B =
217 + 184 + 251 = 652 (100%)
R 217 of 652 ~ 33.28%
G 184 of 652 ~ 28.22%
B 251 of 652 ~ 38.5%

%33.28
%28.22
%38.5

CMYK color model

#D9B8FB color CMYK value is (14,27,0,2).

  • cyan value is 13.55%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(14,27,0,2)
C14M27Y0K2 
(14%,27%,0%,2%)
(0.14/0.27/0.00/0.02)	

CMYK percentages

%13.55
%26.69
%0
%1.57

Codes

Color #D9B8FB in popluar color models

D9B8FB
RGB217184251
HSL270°89.33%85.29%
HSB/HSV270°26.69%98.43%
CMYK13.55%26.69%0.00%
1.57%

Color #D9B8FB in popluar number systems.

HEXD9B8FB
Decimal217184251
Binary110110011011100011111011
Octal331270373

Shades and tints

Shades of #D9B8FB

#D9B8FB
(217,184,251)
#C6A8E5
(198,168,229)
#B398CF
(179,152,207)
#A088B9
(160,136,185)
#8D78A3
(141,120,163)
#7A688D
(122,104,141)
#675877
(103,88,119)
#544861
(84,72,97)
#41384B
(65,56,75)
#2E2835
(46,40,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #D9B8FB

#D9B8FB
(217,184,251)
#DCBEFB
(220,190,251)
#DFC4FB
(223,196,251)
#E2CAFB
(226,202,251)
#E5D0FB
(229,208,251)
#E8D6FB
(232,214,251)
#EBDCFB
(235,220,251)
#EEE2FB
(238,226,251)
#F1E8FB
(241,232,251)
#F4EEFB
(244,238,251)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B8FB color. Also use rgb(217,184,251) instead hex code.

Text Font Color

.myTextColor { color: #D9B8FB; }

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

This text font color is #D9B8FB.


Background Color

.myBgColor { background-color: #D9B8FB; }

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

This div background color is #D9B8FB.


Border color

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

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

This div border color is #D9B8FB.


Opacity

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

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

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

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

This text has shadow with #D9B8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B8FB on black background.


Color preview on white background

This text has color #D9B8FB on white background.



Black color preview on #D9B8FB background

This text has black color on #D9B8FB background.


White color preview on #D9B8FB background

This text has white color on #D9B8FB background.