COLOR #D6DBEF

HEX: #D6DBEF
RGB: (214,219,239)

Color info

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

RGB color model

#D6DBEF color RGB value is (214,219,239).

  • red value is 214;
  • green value is 219;
  • blue value is 239.
RGB:
(214,219,239)
(84%,86%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 239 of 255 = 94%

214
219
239

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

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 239 = 672 (100%)
R 214 of 672 ~ 31.85%
G 219 of 672 ~ 32.59%
B 239 of 672 ~ 35.57%

%31.85
%32.59
%35.57

CMYK color model

#D6DBEF color CMYK value is (10,8,0,6).

  • cyan value is 10.46%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,8,0,6)
C10M8Y0K6 
(10%,8%,0%,6%)
(0.10/0.08/0.00/0.06)	

CMYK percentages

%10.46
%8.37
%0
%6.27

Codes

Color #D6DBEF in popluar color models

D6DBEF
RGB214219239
HSL228°43.86%88.82%
HSB/HSV228°10.46%93.73%
CMYK10.46%8.37%0.00%
6.27%

Color #D6DBEF in popluar number systems.

HEXD6DBEF
Decimal214219239
Binary110101101101101111101111
Octal326333357

Shades and tints

Shades of #D6DBEF

#D6DBEF
(214,219,239)
#C3C8DA
(195,200,218)
#B0B5C5
(176,181,197)
#9DA2B0
(157,162,176)
#8A8F9B
(138,143,155)
#777C86
(119,124,134)
#646971
(100,105,113)
#51565C
(81,86,92)
#3E4347
(62,67,71)
#2B3032
(43,48,50)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #D6DBEF

#D6DBEF
(214,219,239)
#D9DEF0
(217,222,240)
#DCE1F1
(220,225,241)
#DFE4F2
(223,228,242)
#E2E7F3
(226,231,243)
#E5EAF4
(229,234,244)
#E8EDF5
(232,237,245)
#EBF0F6
(235,240,246)
#EEF3F7
(238,243,247)
#F1F6F8
(241,246,248)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBEF; }

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

This text font color is #D6DBEF.


Background Color

.myBgColor { background-color: #D6DBEF; }

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

This div background color is #D6DBEF.


Border color

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

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

This div border color is #D6DBEF.


Opacity

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

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

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

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

This text has shadow with #D6DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBEF on black background.


Color preview on white background

This text has color #D6DBEF on white background.



Black color preview on #D6DBEF background

This text has black color on #D6DBEF background.


White color preview on #D6DBEF background

This text has white color on #D6DBEF background.