COLOR #D6ECDA

HEX: #D6ECDA
RGB: (214,236,218)

Color info

#D6ECDA contains red, green and blue colors in about the same proportion. Web safe color of #D6ECDA is #CCFFCC (or #CFC).

RGB color model

#D6ECDA color RGB value is (214,236,218).

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

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 218 of 255 = 85%

214
236
218

R + G + B ~ 87%. #D6ECDA is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 218 = 668 (100%)
R 214 of 668 ~ 32.04%
G 236 of 668 ~ 35.33%
B 218 of 668 ~ 32.63%

%32.04
%35.33
%32.63

CMYK color model

#D6ECDA color CMYK value is (9,0,8,7).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 7.45%
CMYK:
(9,0,8,7)
C9M0Y8K7 
(9%,0%,8%,7%)
(0.09/0.00/0.08/0.07)	

CMYK percentages

%9.32
%0
%7.63
%7.45

Codes

Color #D6ECDA in popluar color models

D6ECDA
RGB214236218
HSL131°36.67%88.24%
HSB/HSV131°9.32%92.55%
CMYK9.32%0.00%7.63%
7.45%

Color #D6ECDA in popluar number systems.

HEXD6ECDA
Decimal214236218
Binary110101101110110011011010
Octal326354332

Shades and tints

Shades of #D6ECDA

#D6ECDA
(214,236,218)
#C3D7C7
(195,215,199)
#B0C2B4
(176,194,180)
#9DADA1
(157,173,161)
#8A988E
(138,152,142)
#77837B
(119,131,123)
#646E68
(100,110,104)
#515955
(81,89,85)
#3E4442
(62,68,66)
#2B2F2F
(43,47,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #D6ECDA

#D6ECDA
(214,236,218)
#D9EDDD
(217,237,221)
#DCEEE0
(220,238,224)
#DFEFE3
(223,239,227)
#E2F0E6
(226,240,230)
#E5F1E9
(229,241,233)
#E8F2EC
(232,242,236)
#EBF3EF
(235,243,239)
#EEF4F2
(238,244,242)
#F1F5F5
(241,245,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ECDA; }

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

This text font color is #D6ECDA.


Background Color

.myBgColor { background-color: #D6ECDA; }

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

This div background color is #D6ECDA.


Border color

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

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

This div border color is #D6ECDA.


Opacity

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

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

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

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

This text has shadow with #D6ECDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECDA on black background.


Color preview on white background

This text has color #D6ECDA on white background.



Black color preview on #D6ECDA background

This text has black color on #D6ECDA background.


White color preview on #D6ECDA background

This text has white color on #D6ECDA background.