COLOR #D6F8DB

HEX: #D6F8DB
RGB: (214,248,219)

Color info

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

RGB color model

#D6F8DB color RGB value is (214,248,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 248 of 255 = 97%
B 219 of 255 = 86%

214
248
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 248 + 219 = 681 (100%)
R 214 of 681 ~ 31.42%
G 248 of 681 ~ 36.42%
B 219 of 681 ~ 32.16%

%31.42
%36.42
%32.16

CMYK color model

#D6F8DB color CMYK value is (14,0,12,3).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(14,0,12,3)
C14M0Y12K3 
(14%,0%,12%,3%)
(0.14/0.00/0.12/0.03)	

CMYK percentages

%13.71
%0
%11.69
%2.75

Codes

Color #D6F8DB in popluar color models

D6F8DB
RGB214248219
HSL129°70.83%90.59%
HSB/HSV129°13.71%97.25%
CMYK13.71%0.00%11.69%
2.75%

Color #D6F8DB in popluar number systems.

HEXD6F8DB
Decimal214248219
Binary110101101111100011011011
Octal326370333

Shades and tints

Shades of #D6F8DB

#D6F8DB
(214,248,219)
#C3E2C8
(195,226,200)
#B0CCB5
(176,204,181)
#9DB6A2
(157,182,162)
#8AA08F
(138,160,143)
#778A7C
(119,138,124)
#647469
(100,116,105)
#515E56
(81,94,86)
#3E4843
(62,72,67)
#2B3230
(43,50,48)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #D6F8DB

#D6F8DB
(214,248,219)
#D9F8DE
(217,248,222)
#DCF8E1
(220,248,225)
#DFF8E4
(223,248,228)
#E2F8E7
(226,248,231)
#E5F8EA
(229,248,234)
#E8F8ED
(232,248,237)
#EBF8F0
(235,248,240)
#EEF8F3
(238,248,243)
#F1F8F6
(241,248,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F8DB; }

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

This text font color is #D6F8DB.


Background Color

.myBgColor { background-color: #D6F8DB; }

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

This div background color is #D6F8DB.


Border color

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

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

This div border color is #D6F8DB.


Opacity

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

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

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

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

This text has shadow with #D6F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F8DB on black background.


Color preview on white background

This text has color #D6F8DB on white background.



Black color preview on #D6F8DB background

This text has black color on #D6F8DB background.


White color preview on #D6F8DB background

This text has white color on #D6F8DB background.