COLOR #D6E6DA

HEX: #D6E6DA
RGB: (214,230,218)

Color info

#D6E6DA contains red, green and blue colors in about the same proportion. Web safe color of #D6E6DA is #CCCCCC (or #CCC).

RGB color model

#D6E6DA color RGB value is (214,230,218).

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

RGB channels and saturation

R 214 of 255 = 84%
G 230 of 255 = 90%
B 218 of 255 = 85%

214
230
218

R + G + B ~ 86%. #D6E6DA is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 230 + 218 = 662 (100%)
R 214 of 662 ~ 32.33%
G 230 of 662 ~ 34.74%
B 218 of 662 ~ 32.93%

%32.33
%34.74
%32.93

CMYK color model

#D6E6DA color CMYK value is (7,0,5,10).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(7,0,5,10)
C7M0Y5K10 
(7%,0%,5%,10%)
(0.07/0.00/0.05/0.10)	

CMYK percentages

%6.96
%0
%5.22
%9.8

Codes

Color #D6E6DA in popluar color models

D6E6DA
RGB214230218
HSL135°24.24%87.06%
HSB/HSV135°6.96%90.20%
CMYK6.96%0.00%5.22%
9.80%

Color #D6E6DA in popluar number systems.

HEXD6E6DA
Decimal214230218
Binary110101101110011011011010
Octal326346332

Shades and tints

Shades of #D6E6DA

#D6E6DA
(214,230,218)
#C3D2C7
(195,210,199)
#B0BEB4
(176,190,180)
#9DAAA1
(157,170,161)
#8A968E
(138,150,142)
#77827B
(119,130,123)
#646E68
(100,110,104)
#515A55
(81,90,85)
#3E4642
(62,70,66)
#2B322F
(43,50,47)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #D6E6DA

#D6E6DA
(214,230,218)
#D9E8DD
(217,232,221)
#DCEAE0
(220,234,224)
#DFECE3
(223,236,227)
#E2EEE6
(226,238,230)
#E5F0E9
(229,240,233)
#E8F2EC
(232,242,236)
#EBF4EF
(235,244,239)
#EEF6F2
(238,246,242)
#F1F8F5
(241,248,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E6DA; }

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

This text font color is #D6E6DA.


Background Color

.myBgColor { background-color: #D6E6DA; }

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

This div background color is #D6E6DA.


Border color

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

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

This div border color is #D6E6DA.


Opacity

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

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

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

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

This text has shadow with #D6E6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6DA on black background.


Color preview on white background

This text has color #D6E6DA on white background.



Black color preview on #D6E6DA background

This text has black color on #D6E6DA background.


White color preview on #D6E6DA background

This text has white color on #D6E6DA background.