COLOR #D6DEEA

HEX: #D6DEEA
RGB: (214,222,234)

Color info

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

RGB color model

#D6DEEA color RGB value is (214,222,234).

  • red value is 214;
  • green value is 222;
  • blue value is 234.
RGB:
(214,222,234)
(84%,87%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 234 of 255 = 92%

214
222
234

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

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 234 = 670 (100%)
R 214 of 670 ~ 31.94%
G 222 of 670 ~ 33.13%
B 234 of 670 ~ 34.93%

%31.94
%33.13
%34.93

CMYK color model

#D6DEEA color CMYK value is (9,5,0,8).

  • cyan value is 8.55%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,5,0,8)
C9M5Y0K8 
(9%,5%,0%,8%)
(0.09/0.05/0.00/0.08)	

CMYK percentages

%8.55
%5.13
%0
%8.24

Codes

Color #D6DEEA in popluar color models

D6DEEA
RGB214222234
HSL216°32.26%87.84%
HSB/HSV216°8.55%91.76%
CMYK8.55%5.13%0.00%
8.24%

Color #D6DEEA in popluar number systems.

HEXD6DEEA
Decimal214222234
Binary110101101101111011101010
Octal326336352

Shades and tints

Shades of #D6DEEA

#D6DEEA
(214,222,234)
#C3CAD5
(195,202,213)
#B0B6C0
(176,182,192)
#9DA2AB
(157,162,171)
#8A8E96
(138,142,150)
#777A81
(119,122,129)
#64666C
(100,102,108)
#515257
(81,82,87)
#3E3E42
(62,62,66)
#2B2A2D
(43,42,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D6DEEA

#D6DEEA
(214,222,234)
#D9E1EB
(217,225,235)
#DCE4EC
(220,228,236)
#DFE7ED
(223,231,237)
#E2EAEE
(226,234,238)
#E5EDEF
(229,237,239)
#E8F0F0
(232,240,240)
#EBF3F1
(235,243,241)
#EEF6F2
(238,246,242)
#F1F9F3
(241,249,243)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DEEA; }

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

This text font color is #D6DEEA.


Background Color

.myBgColor { background-color: #D6DEEA; }

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

This div background color is #D6DEEA.


Border color

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

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

This div border color is #D6DEEA.


Opacity

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

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

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

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

This text has shadow with #D6DEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DEEA on black background.


Color preview on white background

This text has color #D6DEEA on white background.



Black color preview on #D6DEEA background

This text has black color on #D6DEEA background.


White color preview on #D6DEEA background

This text has white color on #D6DEEA background.