COLOR #D6EADB

HEX: #D6EADB
RGB: (214,234,219)

Color info

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

RGB color model

#D6EADB color RGB value is (214,234,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 219 of 255 = 86%

214
234
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 219 = 667 (100%)
R 214 of 667 ~ 32.08%
G 234 of 667 ~ 35.08%
B 219 of 667 ~ 32.83%

%32.08
%35.08
%32.83

CMYK color model

#D6EADB color CMYK value is (9,0,6,8).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK:
(9,0,6,8)
C9M0Y6K8 
(9%,0%,6%,8%)
(0.09/0.00/0.06/0.08)	

CMYK percentages

%8.55
%0
%6.41
%8.24

Codes

Color #D6EADB in popluar color models

D6EADB
RGB214234219
HSL135°32.26%87.84%
HSB/HSV135°8.55%91.76%
CMYK8.55%0.00%6.41%
8.24%

Color #D6EADB in popluar number systems.

HEXD6EADB
Decimal214234219
Binary110101101110101011011011
Octal326352333

Shades and tints

Shades of #D6EADB

#D6EADB
(214,234,219)
#C3D5C8
(195,213,200)
#B0C0B5
(176,192,181)
#9DABA2
(157,171,162)
#8A968F
(138,150,143)
#77817C
(119,129,124)
#646C69
(100,108,105)
#515756
(81,87,86)
#3E4243
(62,66,67)
#2B2D30
(43,45,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6EADB

#D6EADB
(214,234,219)
#D9EBDE
(217,235,222)
#DCECE1
(220,236,225)
#DFEDE4
(223,237,228)
#E2EEE7
(226,238,231)
#E5EFEA
(229,239,234)
#E8F0ED
(232,240,237)
#EBF1F0
(235,241,240)
#EEF2F3
(238,242,243)
#F1F3F6
(241,243,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EADB; }

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

This text font color is #D6EADB.


Background Color

.myBgColor { background-color: #D6EADB; }

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

This div background color is #D6EADB.


Border color

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

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

This div border color is #D6EADB.


Opacity

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

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

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

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

This text has shadow with #D6EADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EADB on black background.


Color preview on white background

This text has color #D6EADB on white background.



Black color preview on #D6EADB background

This text has black color on #D6EADB background.


White color preview on #D6EADB background

This text has white color on #D6EADB background.