COLOR #D6EECE

HEX: #D6EECE
RGB: (214,238,206)

Color info

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

RGB color model

#D6EECE color RGB value is (214,238,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 206 of 255 = 81%

214
238
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 238 + 206 = 658 (100%)
R 214 of 658 ~ 32.52%
G 238 of 658 ~ 36.17%
B 206 of 658 ~ 31.31%

%32.52
%36.17
%31.31

CMYK color model

#D6EECE color CMYK value is (10,0,13,7).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(10,0,13,7)
C10M0Y13K7 
(10%,0%,13%,7%)
(0.10/0.00/0.13/0.07)	

CMYK percentages

%10.08
%0
%13.45
%6.67

Codes

Color #D6EECE in popluar color models

D6EECE
RGB214238206
HSL105°48.48%87.06%
HSB/HSV105°13.45%93.33%
CMYK10.08%0.00%13.45%
6.67%

Color #D6EECE in popluar number systems.

HEXD6EECE
Decimal214238206
Binary110101101110111011001110
Octal326356316

Shades and tints

Shades of #D6EECE

#D6EECE
(214,238,206)
#C3D9BC
(195,217,188)
#B0C4AA
(176,196,170)
#9DAF98
(157,175,152)
#8A9A86
(138,154,134)
#778574
(119,133,116)
#647062
(100,112,98)
#515B50
(81,91,80)
#3E463E
(62,70,62)
#2B312C
(43,49,44)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #D6EECE

#D6EECE
(214,238,206)
#D9EFD2
(217,239,210)
#DCF0D6
(220,240,214)
#DFF1DA
(223,241,218)
#E2F2DE
(226,242,222)
#E5F3E2
(229,243,226)
#E8F4E6
(232,244,230)
#EBF5EA
(235,245,234)
#EEF6EE
(238,246,238)
#F1F7F2
(241,247,242)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EECE; }

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

This text font color is #D6EECE.


Background Color

.myBgColor { background-color: #D6EECE; }

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

This div background color is #D6EECE.


Border color

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

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

This div border color is #D6EECE.


Opacity

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

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

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

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

This text has shadow with #D6EECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EECE on black background.


Color preview on white background

This text has color #D6EECE on white background.



Black color preview on #D6EECE background

This text has black color on #D6EECE background.


White color preview on #D6EECE background

This text has white color on #D6EECE background.