COLOR #D1C9F8

HEX: #D1C9F8
RGB: (209,201,248)

Color info

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

RGB color model

#D1C9F8 color RGB value is (209,201,248).

  • red value is 209;
  • green value is 201;
  • blue value is 248.
RGB:
(209,201,248)
(82%,79%,97%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 248 of 255 = 97%

209
201
248

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

Portions of RGB colors in percentages

R + G + B =
209 + 201 + 248 = 658 (100%)
R 209 of 658 ~ 31.76%
G 201 of 658 ~ 30.55%
B 248 of 658 ~ 37.69%

%31.76
%30.55
%37.69

CMYK color model

#D1C9F8 color CMYK value is (16,19,0,3).

  • cyan value is 15.73%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(16,19,0,3)
C16M19Y0K3 
(16%,19%,0%,3%)
(0.16/0.19/0.00/0.03)	

CMYK percentages

%15.73
%18.95
%0
%2.75

Codes

Color #D1C9F8 in popluar color models

D1C9F8
RGB209201248
HSL250°77.05%88.04%
HSB/HSV250°18.95%97.25%
CMYK15.73%18.95%0.00%
2.75%

Color #D1C9F8 in popluar number systems.

HEXD1C9F8
Decimal209201248
Binary110100011100100111111000
Octal321311370

Shades and tints

Shades of #D1C9F8

#D1C9F8
(209,201,248)
#BEB7E2
(190,183,226)
#ABA5CC
(171,165,204)
#9893B6
(152,147,182)
#8581A0
(133,129,160)
#726F8A
(114,111,138)
#5F5D74
(95,93,116)
#4C4B5E
(76,75,94)
#393948
(57,57,72)
#262732
(38,39,50)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1C9F8

#D1C9F8
(209,201,248)
#D5CDF8
(213,205,248)
#D9D1F8
(217,209,248)
#DDD5F8
(221,213,248)
#E1D9F8
(225,217,248)
#E5DDF8
(229,221,248)
#E9E1F8
(233,225,248)
#EDE5F8
(237,229,248)
#F1E9F8
(241,233,248)
#F5EDF8
(245,237,248)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C9F8 color. Also use rgb(209,201,248) instead hex code.

Text Font Color

.myTextColor { color: #D1C9F8; }

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

This text font color is #D1C9F8.


Background Color

.myBgColor { background-color: #D1C9F8; }

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

This div background color is #D1C9F8.


Border color

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

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

This div border color is #D1C9F8.


Opacity

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

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

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

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

This text has shadow with #D1C9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C9F8 on black background.


Color preview on white background

This text has color #D1C9F8 on white background.



Black color preview on #D1C9F8 background

This text has black color on #D1C9F8 background.


White color preview on #D1C9F8 background

This text has white color on #D1C9F8 background.