COLOR #D6DAF5

HEX: #D6DAF5 RGB: (214,218,245)

Color info

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

RGB color model

#D6DAF5 color RGB value is (214,218,245).

RGB: (214,218,245) (84%, 85%, 96%)

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 245 of 255 = 96%

214
218
245

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

Portions of RGB colors in percentages

R + G + B = 214 + 218 + 245 = 677 (100%)
R 214 of 677 ~ 31.61%
G 218 of 677 ~ 32.2%
B 245 of 677 ~ 36.19'%

%31.61
%32.2
%36.19

CMYK color model

#D6DAF5 color CMYK value is (13,11,0,4).

  • cyan value is 12.65%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (13,11,0,4) C13M11Y0K4 (13%,11%,0%,4%) (0.13/0.11/0.00/0.04) 

CMYK percentages

%12.65
%11.02
%0
%3.92

Codes

Color #D6DAF5 in popluar color models

D6 DA F5
RGB 214 218 245
HSL 232° 60.78% 90.00%
HSB/HSV 232° 12.65% 96.08%
CMYK 12.65% 11.02% 0.00%
3.92%

Color #D6DAF5 in popluar number systems.

HEX D6 DA F5
Decimal 214 218 245
Binary 11010110 11011010 11110101
Octal 326 332 365

Shades and tints

Shades of #D6DAF5

#D6DAF5
(214,218,245)
#C3C7DF
(195,199,223)
#B0B4C9
(176,180,201)
#9DA1B3
(157,161,179)
#8A8E9D
(138,142,157)
#777B87
(119,123,135)
#646871
(100,104,113)
#51555B
(81,85,91)
#3E4245
(62,66,69)
#2B2F2F
(43,47,47)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #D6DAF5

#D6DAF5
(214,218,245)
#D9DDF5
(217,221,245)
#DCE0F5
(220,224,245)
#DFE3F5
(223,227,245)
#E2E6F5
(226,230,245)
#E5E9F5
(229,233,245)
#E8ECF5
(232,236,245)
#EBEFF5
(235,239,245)
#EEF2F5
(238,242,245)
#F1F5F5
(241,245,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAF5; }

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

This text font color is #D6DAF5.

Background Color

.myBgColor { background-color: #D6DAF5; }

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

This div background color is #D6DAF5.

Border color

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

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

This div border color is #D6DAF5.

Opacity

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

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

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

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

This text has shadow with #D6DAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DAF5.

Preview

Color preview on black background

This text has color #D6DAF5 on black background.


Color preview on white background

This text has color #D6DAF5 on white background.


Black color preview on #D6DAF5 background

This text has black color on #D6DAF5 background.


White color preview on #D6DAF5 background

This text has white color on #D6DAF5 background.


Related colors

Complementary color

Complementary color for #hex is #29250A.


I love getcolorcode.com

Triadic colors

1 #F5D6DA and #DAF5D6 with #D6DAF5 are triadic colors.

2 #F5DAD6 and #DAD6F5 with #D6DAF5 are triadic colors.