COLOR #D9DAFC

HEX: #D9DAFC
RGB: (217,218,252)

Color info

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

RGB color model

#D9DAFC color RGB value is (217,218,252).

  • red value is 217;
  • green value is 218;
  • blue value is 252.
RGB:
(217,218,252)
(85%,85%,99%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 252 of 255 = 99%

217
218
252

R + G + B ~ 90%. #D9DAFC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 252 = 687 (100%)
R 217 of 687 ~ 31.59%
G 218 of 687 ~ 31.73%
B 252 of 687 ~ 36.68%

%31.59
%31.73
%36.68

CMYK color model

#D9DAFC color CMYK value is (14,13,0,1).

  • cyan value is 13.89%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(14,13,0,1)
C14M13Y0K1 
(14%,13%,0%,1%)
(0.14/0.13/0.00/0.01)	

CMYK percentages

%13.89
%13.49
%0
%1.18

Codes

Color #D9DAFC in popluar color models

D9DAFC
RGB217218252
HSL238°85.37%91.96%
HSB/HSV238°13.89%98.82%
CMYK13.89%13.49%0.00%
1.18%

Color #D9DAFC in popluar number systems.

HEXD9DAFC
Decimal217218252
Binary110110011101101011111100
Octal331332374

Shades and tints

Shades of #D9DAFC

#D9DAFC
(217,218,252)
#C6C7E6
(198,199,230)
#B3B4D0
(179,180,208)
#A0A1BA
(160,161,186)
#8D8EA4
(141,142,164)
#7A7B8E
(122,123,142)
#676878
(103,104,120)
#545562
(84,85,98)
#41424C
(65,66,76)
#2E2F36
(46,47,54)
#1B1C20
(27,28,32)
#000000
(0,0,0)

Tints of #D9DAFC

#D9DAFC
(217,218,252)
#DCDDFC
(220,221,252)
#DFE0FC
(223,224,252)
#E2E3FC
(226,227,252)
#E5E6FC
(229,230,252)
#E8E9FC
(232,233,252)
#EBECFC
(235,236,252)
#EEEFFC
(238,239,252)
#F1F2FC
(241,242,252)
#F4F5FC
(244,245,252)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DAFC color. Also use rgb(217,218,252) instead hex code.

Text Font Color

.myTextColor { color: #D9DAFC; }

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

This text font color is #D9DAFC.


Background Color

.myBgColor { background-color: #D9DAFC; }

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

This div background color is #D9DAFC.


Border color

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

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

This div border color is #D9DAFC.


Opacity

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

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

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

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

This text has shadow with #D9DAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DAFC on black background.


Color preview on white background

This text has color #D9DAFC on white background.



Black color preview on #D9DAFC background

This text has black color on #D9DAFC background.


White color preview on #D9DAFC background

This text has white color on #D9DAFC background.