COLOR #D6EEDC

HEX: #D6EEDC
RGB: (214,238,220)

Color info

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

RGB color model

#D6EEDC color RGB value is (214,238,220).

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

RGB channels and saturation

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

214
238
220

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

Portions of RGB colors in percentages

R + G + B =
214 + 238 + 220 = 672 (100%)
R 214 of 672 ~ 31.85%
G 238 of 672 ~ 35.42%
B 220 of 672 ~ 32.74%

%31.85
%35.42
%32.74

CMYK color model

#D6EEDC color CMYK value is (10,0,8,7).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(10,0,8,7)
C10M0Y8K7 
(10%,0%,8%,7%)
(0.10/0.00/0.08/0.07)	

CMYK percentages

%10.08
%0
%7.56
%6.67

Codes

Color #D6EEDC in popluar color models

D6EEDC
RGB214238220
HSL135°41.38%88.63%
HSB/HSV135°10.08%93.33%
CMYK10.08%0.00%7.56%
6.67%

Color #D6EEDC in popluar number systems.

HEXD6EEDC
Decimal214238220
Binary110101101110111011011100
Octal326356334

Shades and tints

Shades of #D6EEDC

#D6EEDC
(214,238,220)
#C3D9C8
(195,217,200)
#B0C4B4
(176,196,180)
#9DAFA0
(157,175,160)
#8A9A8C
(138,154,140)
#778578
(119,133,120)
#647064
(100,112,100)
#515B50
(81,91,80)
#3E463C
(62,70,60)
#2B3128
(43,49,40)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #D6EEDC

#D6EEDC
(214,238,220)
#D9EFDF
(217,239,223)
#DCF0E2
(220,240,226)
#DFF1E5
(223,241,229)
#E2F2E8
(226,242,232)
#E5F3EB
(229,243,235)
#E8F4EE
(232,244,238)
#EBF5F1
(235,245,241)
#EEF6F4
(238,246,244)
#F1F7F7
(241,247,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EEDC; }

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

This text font color is #D6EEDC.


Background Color

.myBgColor { background-color: #D6EEDC; }

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

This div background color is #D6EEDC.


Border color

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

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

This div border color is #D6EEDC.


Opacity

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

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

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

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

This text has shadow with #D6EEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EEDC on black background.


Color preview on white background

This text has color #D6EEDC on white background.



Black color preview on #D6EEDC background

This text has black color on #D6EEDC background.


White color preview on #D6EEDC background

This text has white color on #D6EEDC background.