COLOR #D6DAF2

HEX: #D6DAF2
RGB: (214,218,242)

Color info

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

RGB color model

#D6DAF2 color RGB value is (214,218,242).

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

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 242 of 255 = 95%

214
218
242

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

Portions of RGB colors in percentages

R + G + B =
214 + 218 + 242 = 674 (100%)
R 214 of 674 ~ 31.75%
G 218 of 674 ~ 32.34%
B 242 of 674 ~ 35.91%

%31.75
%32.34
%35.91

CMYK color model

#D6DAF2 color CMYK value is (12,10,0,5).

  • cyan value is 11.57%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(12,10,0,5)
C12M10Y0K5 
(12%,10%,0%,5%)
(0.12/0.10/0.00/0.05)	

CMYK percentages

%11.57
%9.92
%0
%5.1

Codes

Color #D6DAF2 in popluar color models

D6DAF2
RGB214218242
HSL231°51.85%89.41%
HSB/HSV231°11.57%94.90%
CMYK11.57%9.92%0.00%
5.10%

Color #D6DAF2 in popluar number systems.

HEXD6DAF2
Decimal214218242
Binary110101101101101011110010
Octal326332362

Shades and tints

Shades of #D6DAF2

#D6DAF2
(214,218,242)
#C3C7DC
(195,199,220)
#B0B4C6
(176,180,198)
#9DA1B0
(157,161,176)
#8A8E9A
(138,142,154)
#777B84
(119,123,132)
#64686E
(100,104,110)
#515558
(81,85,88)
#3E4242
(62,66,66)
#2B2F2C
(43,47,44)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #D6DAF2

#D6DAF2
(214,218,242)
#D9DDF3
(217,221,243)
#DCE0F4
(220,224,244)
#DFE3F5
(223,227,245)
#E2E6F6
(226,230,246)
#E5E9F7
(229,233,247)
#E8ECF8
(232,236,248)
#EBEFF9
(235,239,249)
#EEF2FA
(238,242,250)
#F1F5FB
(241,245,251)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAF2; }

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

This text font color is #D6DAF2.


Background Color

.myBgColor { background-color: #D6DAF2; }

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

This div background color is #D6DAF2.


Border color

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

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

This div border color is #D6DAF2.


Opacity

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

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

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

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

This text has shadow with #D6DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAF2 on black background.


Color preview on white background

This text has color #D6DAF2 on white background.



Black color preview on #D6DAF2 background

This text has black color on #D6DAF2 background.


White color preview on #D6DAF2 background

This text has white color on #D6DAF2 background.