COLOR #D6EADE

HEX: #D6EADE
RGB: (214,234,222)

Color info

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

RGB color model

#D6EADE color RGB value is (214,234,222).

  • red value is 214;
  • green value is 234;
  • blue value is 222.
RGB:
(214,234,222)
(84%,92%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 222 of 255 = 87%

214
234
222

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

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 222 = 670 (100%)
R 214 of 670 ~ 31.94%
G 234 of 670 ~ 34.93%
B 222 of 670 ~ 33.13%

%31.94
%34.93
%33.13

CMYK color model

#D6EADE color CMYK value is (9,0,5,8).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 8.24%
CMYK:
(9,0,5,8)
C9M0Y5K8 
(9%,0%,5%,8%)
(0.09/0.00/0.05/0.08)	

CMYK percentages

%8.55
%0
%5.13
%8.24

Codes

Color #D6EADE in popluar color models

D6EADE
RGB214234222
HSL144°32.26%87.84%
HSB/HSV144°8.55%91.76%
CMYK8.55%0.00%5.13%
8.24%

Color #D6EADE in popluar number systems.

HEXD6EADE
Decimal214234222
Binary110101101110101011011110
Octal326352336

Shades and tints

Shades of #D6EADE

#D6EADE
(214,234,222)
#C3D5CA
(195,213,202)
#B0C0B6
(176,192,182)
#9DABA2
(157,171,162)
#8A968E
(138,150,142)
#77817A
(119,129,122)
#646C66
(100,108,102)
#515752
(81,87,82)
#3E423E
(62,66,62)
#2B2D2A
(43,45,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #D6EADE

#D6EADE
(214,234,222)
#D9EBE1
(217,235,225)
#DCECE4
(220,236,228)
#DFEDE7
(223,237,231)
#E2EEEA
(226,238,234)
#E5EFED
(229,239,237)
#E8F0F0
(232,240,240)
#EBF1F3
(235,241,243)
#EEF2F6
(238,242,246)
#F1F3F9
(241,243,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EADE color. Also use rgb(214,234,222) instead hex code.

Text Font Color

.myTextColor { color: #D6EADE; }

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

This text font color is #D6EADE.


Background Color

.myBgColor { background-color: #D6EADE; }

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

This div background color is #D6EADE.


Border color

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

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

This div border color is #D6EADE.


Opacity

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

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

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

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

This text has shadow with #D6EADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EADE on black background.


Color preview on white background

This text has color #D6EADE on white background.



Black color preview on #D6EADE background

This text has black color on #D6EADE background.


White color preview on #D6EADE background

This text has white color on #D6EADE background.