COLOR #D8D1F9

HEX: #D8D1F9
RGB: (216,209,249)

Color info

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

RGB color model

#D8D1F9 color RGB value is (216,209,249).

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

RGB channels and saturation

R 216 of 255 = 85%
G 209 of 255 = 82%
B 249 of 255 = 98%

216
209
249

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

Portions of RGB colors in percentages

R + G + B =
216 + 209 + 249 = 674 (100%)
R 216 of 674 ~ 32.05%
G 209 of 674 ~ 31.01%
B 249 of 674 ~ 36.94%

%32.05
%31.01
%36.94

CMYK color model

#D8D1F9 color CMYK value is (13,16,0,2).

  • cyan value is 13.25%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(13,16,0,2)
C13M16Y0K2 
(13%,16%,0%,2%)
(0.13/0.16/0.00/0.02)	

CMYK percentages

%13.25
%16.06
%0
%2.35

Codes

Color #D8D1F9 in popluar color models

D8D1F9
RGB216209249
HSL251°76.92%89.80%
HSB/HSV251°16.06%97.65%
CMYK13.25%16.06%0.00%
2.35%

Color #D8D1F9 in popluar number systems.

HEXD8D1F9
Decimal216209249
Binary110110001101000111111001
Octal330321371

Shades and tints

Shades of #D8D1F9

#D8D1F9
(216,209,249)
#C5BEE3
(197,190,227)
#B2ABCD
(178,171,205)
#9F98B7
(159,152,183)
#8C85A1
(140,133,161)
#79728B
(121,114,139)
#665F75
(102,95,117)
#534C5F
(83,76,95)
#403949
(64,57,73)
#2D2633
(45,38,51)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #D8D1F9

#D8D1F9
(216,209,249)
#DBD5F9
(219,213,249)
#DED9F9
(222,217,249)
#E1DDF9
(225,221,249)
#E4E1F9
(228,225,249)
#E7E5F9
(231,229,249)
#EAE9F9
(234,233,249)
#EDEDF9
(237,237,249)
#F0F1F9
(240,241,249)
#F3F5F9
(243,245,249)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D1F9 color. Also use rgb(216,209,249) instead hex code.

Text Font Color

.myTextColor { color: #D8D1F9; }

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

This text font color is #D8D1F9.


Background Color

.myBgColor { background-color: #D8D1F9; }

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

This div background color is #D8D1F9.


Border color

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

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

This div border color is #D8D1F9.


Opacity

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

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

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

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

This text has shadow with #D8D1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D1F9 on black background.


Color preview on white background

This text has color #D8D1F9 on white background.



Black color preview on #D8D1F9 background

This text has black color on #D8D1F9 background.


White color preview on #D8D1F9 background

This text has white color on #D8D1F9 background.