COLOR #D6E2DA

HEX: #D6E2DA RGB: (214,226,218)

Color info

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

RGB color model

#D6E2DA color RGB value is (214,226,218).

RGB: (214,226,218) (84%, 89%, 85%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 218 of 255 = 85%

214
226
218

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

Portions of RGB colors in percentages

R + G + B = 214 + 226 + 218 = 658 (100%)
R 214 of 658 ~ 32.52%
G 226 of 658 ~ 34.35%
B 218 of 658 ~ 33.13'%

%32.52
%34.35
%33.13

CMYK color model

#D6E2DA color CMYK value is (5,0,4,11).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 11.37%

CMYK: (5,0,4,11)
C5M0Y4K11 (5%, 0%, 4%, 11%)
(0.05 / 0.00 / 0.04 / 0.11)

CMYK percentages

%5.31
%0
%3.54
%11.37

Codes

Color #D6E2DA in popluar color models

D6 E2 DA
RGB 214 226 218
HSL 140° 17.14% 86.27%
HSB/HSV 140° 5.31% 88.63%
CMYK 5.31% 0.00% 3.54%
11.37%

Color #D6E2DA in popluar number systems.

HEX D6 E2 DA
Decimal 214 226 218
Binary 11010110 11100010 11011010
Octal 326 342 332

Shades and tints

Shades of #D6E2DA

#D6E2DA
(214,226,218)
#C3CEC7
(195,206,199)
#B0BAB4
(176,186,180)
#9DA6A1
(157,166,161)
#8A928E
(138,146,142)
#777E7B
(119,126,123)
#646A68
(100,106,104)
#515655
(81,86,85)
#3E4242
(62,66,66)
#2B2E2F
(43,46,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #D6E2DA

#D6E2DA
(214,226,218)
#D9E4DD
(217,228,221)
#DCE6E0
(220,230,224)
#DFE8E3
(223,232,227)
#E2EAE6
(226,234,230)
#E5ECE9
(229,236,233)
#E8EEEC
(232,238,236)
#EBF0EF
(235,240,239)
#EEF2F2
(238,242,242)
#F1F4F5
(241,244,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E2DA; }

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

This text font color is #D6E2DA.

Background Color

.myBgColor { background-color: #D6E2DA; }

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

This div background color is #D6E2DA.

Border color

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

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

This div border color is #D6E2DA.

Opacity

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

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

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

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

This text has shadow with #D6E2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E2DA.

Preview

Color preview on black background

This text has color #D6E2DA on black background.


Color preview on white background

This text has color #D6E2DA on white background.


Black color preview on #D6E2DA background

This text has black color on #D6E2DA background.


White color preview on #D6E2DA background

This text has white color on #D6E2DA background.


Related colors

Complementary color

Complementary color for #hex is #291D25.


I love getcolorcode.com

Triadic colors

1 #DAD6E2 and #E2DAD6 with #D6E2DA are triadic colors.

2 #DAE2D6 and #E2D6DA with #D6E2DA are triadic colors.