COLOR #D6EDD8

HEX: #D6EDD8
RGB: (214,237,216)

Color info

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

RGB color model

#D6EDD8 color RGB value is (214,237,216).

  • red value is 214;
  • green value is 237;
  • blue value is 216.
RGB:
(214,237,216)
(84%,93%,85%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 216 of 255 = 85%

214
237
216

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

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 216 = 667 (100%)
R 214 of 667 ~ 32.08%
G 237 of 667 ~ 35.53%
B 216 of 667 ~ 32.38%

%32.08
%35.53
%32.38

CMYK color model

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

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(10,0,9,7)
C10M0Y9K7 
(10%,0%,9%,7%)
(0.10/0.00/0.09/0.07)	

CMYK percentages

%9.7
%0
%8.86
%7.06

Codes

Color #D6EDD8 in popluar color models

D6EDD8
RGB214237216
HSL125°38.98%88.43%
HSB/HSV125°9.70%92.94%
CMYK9.70%0.00%8.86%
7.06%

Color #D6EDD8 in popluar number systems.

HEXD6EDD8
Decimal214237216
Binary110101101110110111011000
Octal326355330

Shades and tints

Shades of #D6EDD8

#D6EDD8
(214,237,216)
#C3D8C5
(195,216,197)
#B0C3B2
(176,195,178)
#9DAE9F
(157,174,159)
#8A998C
(138,153,140)
#778479
(119,132,121)
#646F66
(100,111,102)
#515A53
(81,90,83)
#3E4540
(62,69,64)
#2B302D
(43,48,45)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #D6EDD8

#D6EDD8
(214,237,216)
#D9EEDB
(217,238,219)
#DCEFDE
(220,239,222)
#DFF0E1
(223,240,225)
#E2F1E4
(226,241,228)
#E5F2E7
(229,242,231)
#E8F3EA
(232,243,234)
#EBF4ED
(235,244,237)
#EEF5F0
(238,245,240)
#F1F6F3
(241,246,243)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDD8 color. Also use rgb(214,237,216) instead hex code.

Text Font Color

.myTextColor { color: #D6EDD8; }

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

This text font color is #D6EDD8.


Background Color

.myBgColor { background-color: #D6EDD8; }

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

This div background color is #D6EDD8.


Border color

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

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

This div border color is #D6EDD8.


Opacity

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

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

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

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

This text has shadow with #D6EDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDD8 on black background.


Color preview on white background

This text has color #D6EDD8 on white background.



Black color preview on #D6EDD8 background

This text has black color on #D6EDD8 background.


White color preview on #D6EDD8 background

This text has white color on #D6EDD8 background.