COLOR #D6DAFF

HEX: #D6DAFF
RGB: (214,218,255)

Color info

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

RGB color model

#D6DAFF color RGB value is (214,218,255).

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

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 255 of 255 = 100%

214
218
255

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

Portions of RGB colors in percentages

R + G + B =
214 + 218 + 255 = 687 (100%)
R 214 of 687 ~ 31.15%
G 218 of 687 ~ 31.73%
B 255 of 687 ~ 37.12%

%31.15
%31.73
%37.12

CMYK color model

#D6DAFF color CMYK value is (16,15,0,0).

  • cyan value is 16.08%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,15,0,0)
C16M15Y0K0 
(16%,15%,0%,0%)
(0.16/0.15/0.00/0.00)	

CMYK percentages

%16.08
%14.51
%0
%0

Codes

Color #D6DAFF in popluar color models

D6DAFF
RGB214218255
HSL234°100.00%91.96%
HSB/HSV234°16.08%100.00%
CMYK16.08%14.51%0.00%
0.00%

Color #D6DAFF in popluar number systems.

HEXD6DAFF
Decimal214218255
Binary110101101101101011111111
Octal326332377

Shades and tints

Shades of #D6DAFF

#D6DAFF
(214,218,255)
#C3C7E8
(195,199,232)
#B0B4D1
(176,180,209)
#9DA1BA
(157,161,186)
#8A8EA3
(138,142,163)
#777B8C
(119,123,140)
#646875
(100,104,117)
#51555E
(81,85,94)
#3E4247
(62,66,71)
#2B2F30
(43,47,48)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #D6DAFF

#D6DAFF
(214,218,255)
#D9DDFF
(217,221,255)
#DCE0FF
(220,224,255)
#DFE3FF
(223,227,255)
#E2E6FF
(226,230,255)
#E5E9FF
(229,233,255)
#E8ECFF
(232,236,255)
#EBEFFF
(235,239,255)
#EEF2FF
(238,242,255)
#F1F5FF
(241,245,255)
#F4F8FF
(244,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAFF; }

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

This text font color is #D6DAFF.


Background Color

.myBgColor { background-color: #D6DAFF; }

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

This div background color is #D6DAFF.


Border color

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

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

This div border color is #D6DAFF.


Opacity

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

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

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

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

This text has shadow with #D6DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAFF on black background.


Color preview on white background

This text has color #D6DAFF on white background.



Black color preview on #D6DAFF background

This text has black color on #D6DAFF background.


White color preview on #D6DAFF background

This text has white color on #D6DAFF background.