COLOR #D6DEEF

HEX: #D6DEEF RGB: (214,222,239)

Color info

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

RGB color model

#D6DEEF color RGB value is (214,222,239).

RGB: (214,222,239) (84%, 87%, 94%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 239 of 255 = 94%

214
222
239

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

Portions of RGB colors in percentages

R + G + B = 214 + 222 + 239 = 675 (100%)
R 214 of 675 ~ 31.7%
G 222 of 675 ~ 32.89%
B 239 of 675 ~ 35.41'%

%31.7
%32.89
%35.41

CMYK color model

#D6DEEF color CMYK value is (10,7,0,6).

  • cyan value is 10.46%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (10,7,0,6) C10M7Y0K6 (10%,7%,0%,6%) (0.10/0.07/0.00/0.06) 

CMYK percentages

%10.46
%7.11
%0
%6.27

Codes

Color #D6DEEF in popluar color models

D6 DE EF
RGB 214 222 239
HSL 221° 43.86% 88.82%
HSB/HSV 221° 10.46% 93.73%
CMYK 10.46% 7.11% 0.00%
6.27%

Color #D6DEEF in popluar number systems.

HEX D6 DE EF
Decimal 214 222 239
Binary 11010110 11011110 11101111
Octal 326 336 357

Shades and tints

Shades of #D6DEEF

#D6DEEF
(214,222,239)
#C3CADA
(195,202,218)
#B0B6C5
(176,182,197)
#9DA2B0
(157,162,176)
#8A8E9B
(138,142,155)
#777A86
(119,122,134)
#646671
(100,102,113)
#51525C
(81,82,92)
#3E3E47
(62,62,71)
#2B2A32
(43,42,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #D6DEEF

#D6DEEF
(214,222,239)
#D9E1F0
(217,225,240)
#DCE4F1
(220,228,241)
#DFE7F2
(223,231,242)
#E2EAF3
(226,234,243)
#E5EDF4
(229,237,244)
#E8F0F5
(232,240,245)
#EBF3F6
(235,243,246)
#EEF6F7
(238,246,247)
#F1F9F8
(241,249,248)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DEEF color. Also use rgb(214,222,239) instead hex code.

Text Font Color

.myTextColor { color: #D6DEEF; }

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

This text font color is #D6DEEF.

Background Color

.myBgColor { background-color: #D6DEEF; }

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

This div background color is #D6DEEF.

Border color

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

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

This div border color is #D6DEEF.

Opacity

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

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

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

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

This text has shadow with #D6DEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DEEF.

Preview

Color preview on black background

This text has color #D6DEEF on black background.


Color preview on white background

This text has color #D6DEEF on white background.


Black color preview on #D6DEEF background

This text has black color on #D6DEEF background.


White color preview on #D6DEEF background

This text has white color on #D6DEEF background.


Related colors

Complementary color

Complementary color for #hex is #292110.


I love getcolorcode.com

Triadic colors

1 #EFD6DE and #DEEFD6 with #D6DEEF are triadic colors.

2 #EFDED6 and #DED6EF with #D6DEEF are triadic colors.