COLOR #D6ECDC

HEX: #D6ECDC
RGB: (214,236,220)

Color info

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

RGB color model

#D6ECDC color RGB value is (214,236,220).

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

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 220 of 255 = 86%

214
236
220

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

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 220 = 670 (100%)
R 214 of 670 ~ 31.94%
G 236 of 670 ~ 35.22%
B 220 of 670 ~ 32.84%

%31.94
%35.22
%32.84

CMYK color model

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

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(9,0,7,7)
C9M0Y7K7 
(9%,0%,7%,7%)
(0.09/0.00/0.07/0.07)	

CMYK percentages

%9.32
%0
%6.78
%7.45

Codes

Color #D6ECDC in popluar color models

D6ECDC
RGB214236220
HSL136°36.67%88.24%
HSB/HSV136°9.32%92.55%
CMYK9.32%0.00%6.78%
7.45%

Color #D6ECDC in popluar number systems.

HEXD6ECDC
Decimal214236220
Binary110101101110110011011100
Octal326354334

Shades and tints

Shades of #D6ECDC

#D6ECDC
(214,236,220)
#C3D7C8
(195,215,200)
#B0C2B4
(176,194,180)
#9DADA0
(157,173,160)
#8A988C
(138,152,140)
#778378
(119,131,120)
#646E64
(100,110,100)
#515950
(81,89,80)
#3E443C
(62,68,60)
#2B2F28
(43,47,40)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6ECDC

#D6ECDC
(214,236,220)
#D9EDDF
(217,237,223)
#DCEEE2
(220,238,226)
#DFEFE5
(223,239,229)
#E2F0E8
(226,240,232)
#E5F1EB
(229,241,235)
#E8F2EE
(232,242,238)
#EBF3F1
(235,243,241)
#EEF4F4
(238,244,244)
#F1F5F7
(241,245,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ECDC; }

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

This text font color is #D6ECDC.


Background Color

.myBgColor { background-color: #D6ECDC; }

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

This div background color is #D6ECDC.


Border color

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

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

This div border color is #D6ECDC.


Opacity

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

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

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

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

This text has shadow with #D6ECDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECDC on black background.


Color preview on white background

This text has color #D6ECDC on white background.



Black color preview on #D6ECDC background

This text has black color on #D6ECDC background.


White color preview on #D6ECDC background

This text has white color on #D6ECDC background.