COLOR #D6E7DD

HEX: #D6E7DD
RGB: (214,231,221)

Color info

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

RGB color model

#D6E7DD color RGB value is (214,231,221).

  • red value is 214;
  • green value is 231;
  • blue value is 221.
RGB:
(214,231,221)
(84%,91%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 221 of 255 = 87%

214
231
221

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

Portions of RGB colors in percentages

R + G + B =
214 + 231 + 221 = 666 (100%)
R 214 of 666 ~ 32.13%
G 231 of 666 ~ 34.68%
B 221 of 666 ~ 33.18%

%32.13
%34.68
%33.18

CMYK color model

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

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(7,0,4,9)
C7M0Y4K9 
(7%,0%,4%,9%)
(0.07/0.00/0.04/0.09)	

CMYK percentages

%7.36
%0
%4.33
%9.41

Codes

Color #D6E7DD in popluar color models

D6E7DD
RGB214231221
HSL145°26.15%87.25%
HSB/HSV145°7.36%90.59%
CMYK7.36%0.00%4.33%
9.41%

Color #D6E7DD in popluar number systems.

HEXD6E7DD
Decimal214231221
Binary110101101110011111011101
Octal326347335

Shades and tints

Shades of #D6E7DD

#D6E7DD
(214,231,221)
#C3D2C9
(195,210,201)
#B0BDB5
(176,189,181)
#9DA8A1
(157,168,161)
#8A938D
(138,147,141)
#777E79
(119,126,121)
#646965
(100,105,101)
#515451
(81,84,81)
#3E3F3D
(62,63,61)
#2B2A29
(43,42,41)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #D6E7DD

#D6E7DD
(214,231,221)
#D9E9E0
(217,233,224)
#DCEBE3
(220,235,227)
#DFEDE6
(223,237,230)
#E2EFE9
(226,239,233)
#E5F1EC
(229,241,236)
#E8F3EF
(232,243,239)
#EBF5F2
(235,245,242)
#EEF7F5
(238,247,245)
#F1F9F8
(241,249,248)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E7DD color. Also use rgb(214,231,221) instead hex code.

Text Font Color

.myTextColor { color: #D6E7DD; }

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

This text font color is #D6E7DD.


Background Color

.myBgColor { background-color: #D6E7DD; }

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

This div background color is #D6E7DD.


Border color

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

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

This div border color is #D6E7DD.


Opacity

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

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

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

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

This text has shadow with #D6E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7DD on black background.


Color preview on white background

This text has color #D6E7DD on white background.



Black color preview on #D6E7DD background

This text has black color on #D6E7DD background.


White color preview on #D6E7DD background

This text has white color on #D6E7DD background.