COLOR #D6EDE6

HEX: #D6EDE6
RGB: (214,237,230)

Color info

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

RGB color model

#D6EDE6 color RGB value is (214,237,230).

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

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 230 of 255 = 90%

214
237
230

R + G + B ~ 89%. #D6EDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 230 = 681 (100%)
R 214 of 681 ~ 31.42%
G 237 of 681 ~ 34.8%
B 230 of 681 ~ 33.77%

%31.42
%34.8
%33.77

CMYK color model

#D6EDE6 color CMYK value is (10,0,3,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(10,0,3,7)
C10M0Y3K7 
(10%,0%,3%,7%)
(0.10/0.00/0.03/0.07)	

CMYK percentages

%9.7
%0
%2.95
%7.06

Codes

Color #D6EDE6 in popluar color models

D6EDE6
RGB214237230
HSL162°38.98%88.43%
HSB/HSV162°9.70%92.94%
CMYK9.70%0.00%2.95%
7.06%

Color #D6EDE6 in popluar number systems.

HEXD6EDE6
Decimal214237230
Binary110101101110110111100110
Octal326355346

Shades and tints

Shades of #D6EDE6

#D6EDE6
(214,237,230)
#C3D8D2
(195,216,210)
#B0C3BE
(176,195,190)
#9DAEAA
(157,174,170)
#8A9996
(138,153,150)
#778482
(119,132,130)
#646F6E
(100,111,110)
#515A5A
(81,90,90)
#3E4546
(62,69,70)
#2B3032
(43,48,50)
#181B1E
(24,27,30)
#000000
(0,0,0)

Tints of #D6EDE6

#D6EDE6
(214,237,230)
#D9EEE8
(217,238,232)
#DCEFEA
(220,239,234)
#DFF0EC
(223,240,236)
#E2F1EE
(226,241,238)
#E5F2F0
(229,242,240)
#E8F3F2
(232,243,242)
#EBF4F4
(235,244,244)
#EEF5F6
(238,245,246)
#F1F6F8
(241,246,248)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDE6; }

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

This text font color is #D6EDE6.


Background Color

.myBgColor { background-color: #D6EDE6; }

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

This div background color is #D6EDE6.


Border color

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

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

This div border color is #D6EDE6.


Opacity

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

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

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

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

This text has shadow with #D6EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDE6 on black background.


Color preview on white background

This text has color #D6EDE6 on white background.



Black color preview on #D6EDE6 background

This text has black color on #D6EDE6 background.


White color preview on #D6EDE6 background

This text has white color on #D6EDE6 background.