COLOR #D9DAFF

HEX: #D9DAFF
RGB: (217,218,255)

Color info

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

RGB color model

#D9DAFF color RGB value is (217,218,255).

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

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 255 of 255 = 100%

217
218
255

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

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 255 = 690 (100%)
R 217 of 690 ~ 31.45%
G 218 of 690 ~ 31.59%
B 255 of 690 ~ 36.96%

%31.45
%31.59
%36.96

CMYK color model

#D9DAFF color CMYK value is (15,15,0,0).

  • cyan value is 14.90%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,15,0,0)
C15M15Y0K0 
(15%,15%,0%,0%)
(0.15/0.15/0.00/0.00)	

CMYK percentages

%14.9
%14.51
%0
%0

Codes

Color #D9DAFF in popluar color models

D9DAFF
RGB217218255
HSL238°100.00%92.55%
HSB/HSV238°14.90%100.00%
CMYK14.90%14.51%0.00%
0.00%

Color #D9DAFF in popluar number systems.

HEXD9DAFF
Decimal217218255
Binary110110011101101011111111
Octal331332377

Shades and tints

Shades of #D9DAFF

#D9DAFF
(217,218,255)
#C6C7E8
(198,199,232)
#B3B4D1
(179,180,209)
#A0A1BA
(160,161,186)
#8D8EA3
(141,142,163)
#7A7B8C
(122,123,140)
#676875
(103,104,117)
#54555E
(84,85,94)
#414247
(65,66,71)
#2E2F30
(46,47,48)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #D9DAFF

#D9DAFF
(217,218,255)
#DCDDFF
(220,221,255)
#DFE0FF
(223,224,255)
#E2E3FF
(226,227,255)
#E5E6FF
(229,230,255)
#E8E9FF
(232,233,255)
#EBECFF
(235,236,255)
#EEEFFF
(238,239,255)
#F1F2FF
(241,242,255)
#F4F5FF
(244,245,255)
#F7F8FF
(247,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DAFF; }

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

This text font color is #D9DAFF.


Background Color

.myBgColor { background-color: #D9DAFF; }

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

This div background color is #D9DAFF.


Border color

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

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

This div border color is #D9DAFF.


Opacity

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

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

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

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

This text has shadow with #D9DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DAFF on black background.


Color preview on white background

This text has color #D9DAFF on white background.



Black color preview on #D9DAFF background

This text has black color on #D9DAFF background.


White color preview on #D9DAFF background

This text has white color on #D9DAFF background.