COLOR #D9D1FB

HEX: #D9D1FB
RGB: (217,209,251)

Color info

#D9D1FB contains red, green and blue colors in about the same proportion. Web safe color of #D9D1FB is #CCCCFF (or #CCF).

RGB color model

#D9D1FB color RGB value is (217,209,251).

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

RGB channels and saturation

R 217 of 255 = 85%
G 209 of 255 = 82%
B 251 of 255 = 98%

217
209
251

R + G + B ~ 88%. #D9D1FB is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 209 + 251 = 677 (100%)
R 217 of 677 ~ 32.05%
G 209 of 677 ~ 30.87%
B 251 of 677 ~ 37.08%

%32.05
%30.87
%37.08

CMYK color model

#D9D1FB color CMYK value is (14,17,0,2).

  • cyan value is 13.55%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(14,17,0,2)
C14M17Y0K2 
(14%,17%,0%,2%)
(0.14/0.17/0.00/0.02)	

CMYK percentages

%13.55
%16.73
%0
%1.57

Codes

Color #D9D1FB in popluar color models

D9D1FB
RGB217209251
HSL251°84.00%90.20%
HSB/HSV251°16.73%98.43%
CMYK13.55%16.73%0.00%
1.57%

Color #D9D1FB in popluar number systems.

HEXD9D1FB
Decimal217209251
Binary110110011101000111111011
Octal331321373

Shades and tints

Shades of #D9D1FB

#D9D1FB
(217,209,251)
#C6BEE5
(198,190,229)
#B3ABCF
(179,171,207)
#A098B9
(160,152,185)
#8D85A3
(141,133,163)
#7A728D
(122,114,141)
#675F77
(103,95,119)
#544C61
(84,76,97)
#41394B
(65,57,75)
#2E2635
(46,38,53)
#1B131F
(27,19,31)
#000000
(0,0,0)

Tints of #D9D1FB

#D9D1FB
(217,209,251)
#DCD5FB
(220,213,251)
#DFD9FB
(223,217,251)
#E2DDFB
(226,221,251)
#E5E1FB
(229,225,251)
#E8E5FB
(232,229,251)
#EBE9FB
(235,233,251)
#EEEDFB
(238,237,251)
#F1F1FB
(241,241,251)
#F4F5FB
(244,245,251)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D1FB; }

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

This text font color is #D9D1FB.


Background Color

.myBgColor { background-color: #D9D1FB; }

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

This div background color is #D9D1FB.


Border color

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

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

This div border color is #D9D1FB.


Opacity

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

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

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

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

This text has shadow with #D9D1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D1FB on black background.


Color preview on white background

This text has color #D9D1FB on white background.



Black color preview on #D9D1FB background

This text has black color on #D9D1FB background.


White color preview on #D9D1FB background

This text has white color on #D9D1FB background.