COLOR #D6EFDC

HEX: #D6EFDC RGB: (214,239,220)

Color info

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

RGB color model

#D6EFDC color RGB value is (214,239,220).

RGB: (214,239,220) (84%, 94%, 86%)

RGB channels and saturation

R 214 of 255 = 84%
G 239 of 255 = 94%
B 220 of 255 = 86%

214
239
220

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

Portions of RGB colors in percentages

R + G + B = 214 + 239 + 220 = 673 (100%)
R 214 of 673 ~ 31.8%
G 239 of 673 ~ 35.51%
B 220 of 673 ~ 32.69'%

%31.8
%35.51
%32.69

CMYK color model

#D6EFDC color CMYK value is (10,0,8,6).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 6.27%

CMYK: (10,0,8,6)
C10M0Y8K6 (10%, 0%, 8%, 6%)
(0.10 / 0.00 / 0.08 / 0.06)

CMYK percentages

%10.46
%0
%7.95
%6.27

Codes

Color #D6EFDC in popluar color models

D6 EF DC
RGB 214 239 220
HSL 134° 43.86% 88.82%
HSB/HSV 134° 10.46% 93.73%
CMYK 10.46% 0.00% 7.95%
6.27%

Color #D6EFDC in popluar number systems.

HEX D6 EF DC
Decimal 214 239 220
Binary 11010110 11101111 11011100
Octal 326 357 334

Shades and tints

Shades of #D6EFDC

#D6EFDC
(214,239,220)
#C3DAC8
(195,218,200)
#B0C5B4
(176,197,180)
#9DB0A0
(157,176,160)
#8A9B8C
(138,155,140)
#778678
(119,134,120)
#647164
(100,113,100)
#515C50
(81,92,80)
#3E473C
(62,71,60)
#2B3228
(43,50,40)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #D6EFDC

#D6EFDC
(214,239,220)
#D9F0DF
(217,240,223)
#DCF1E2
(220,241,226)
#DFF2E5
(223,242,229)
#E2F3E8
(226,243,232)
#E5F4EB
(229,244,235)
#E8F5EE
(232,245,238)
#EBF6F1
(235,246,241)
#EEF7F4
(238,247,244)
#F1F8F7
(241,248,247)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EFDC; }

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

This text font color is #D6EFDC.

Background Color

.myBgColor { background-color: #D6EFDC; }

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

This div background color is #D6EFDC.

Border color

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

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

This div border color is #D6EFDC.

Opacity

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

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

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

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

This text has shadow with #D6EFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EFDC.

Preview

Color preview on black background

This text has color #D6EFDC on black background.


Color preview on white background

This text has color #D6EFDC on white background.


Black color preview on #D6EFDC background

This text has black color on #D6EFDC background.


White color preview on #D6EFDC background

This text has white color on #D6EFDC background.


Related colors

Complementary color

Complementary color for #hex is #291023.


I love getcolorcode.com

Triadic colors

1 #DCD6EF and #EFDCD6 with #D6EFDC are triadic colors.

2 #DCEFD6 and #EFD6DC with #D6EFDC are triadic colors.