COLOR #D6F5DB

HEX: #D6F5DB RGB: (214,245,219)

Color info

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

RGB color model

#D6F5DB color RGB value is (214,245,219).

RGB: (214,245,219) (84%, 96%, 86%)

RGB channels and saturation

R 214 of 255 = 84%
G 245 of 255 = 96%
B 219 of 255 = 86%

214
245
219

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

Portions of RGB colors in percentages

R + G + B = 214 + 245 + 219 = 678 (100%)
R 214 of 678 ~ 31.56%
G 245 of 678 ~ 36.14%
B 219 of 678 ~ 32.3'%

%31.56
%36.14
%32.3

CMYK color model

#D6F5DB color CMYK value is (13,0,11,4).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%

CMYK: (13,0,11,4)
C13M0Y11K4 (13%, 0%, 11%, 4%)
(0.13 / 0.00 / 0.11 / 0.04)

CMYK percentages

%12.65
%0
%10.61
%3.92

Codes

Color #D6F5DB in popluar color models

D6 F5 DB
RGB 214 245 219
HSL 130° 60.78% 90.00%
HSB/HSV 130° 12.65% 96.08%
CMYK 12.65% 0.00% 10.61%
3.92%

Color #D6F5DB in popluar number systems.

HEX D6 F5 DB
Decimal 214 245 219
Binary 11010110 11110101 11011011
Octal 326 365 333

Shades and tints

Shades of #D6F5DB

#D6F5DB
(214,245,219)
#C3DFC8
(195,223,200)
#B0C9B5
(176,201,181)
#9DB3A2
(157,179,162)
#8A9D8F
(138,157,143)
#77877C
(119,135,124)
#647169
(100,113,105)
#515B56
(81,91,86)
#3E4543
(62,69,67)
#2B2F30
(43,47,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #D6F5DB

#D6F5DB
(214,245,219)
#D9F5DE
(217,245,222)
#DCF5E1
(220,245,225)
#DFF5E4
(223,245,228)
#E2F5E7
(226,245,231)
#E5F5EA
(229,245,234)
#E8F5ED
(232,245,237)
#EBF5F0
(235,245,240)
#EEF5F3
(238,245,243)
#F1F5F6
(241,245,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F5DB; }

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

This text font color is #D6F5DB.

Background Color

.myBgColor { background-color: #D6F5DB; }

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

This div background color is #D6F5DB.

Border color

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

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

This div border color is #D6F5DB.

Opacity

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

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

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

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

This text has shadow with #D6F5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F5DB.

Preview

Color preview on black background

This text has color #D6F5DB on black background.


Color preview on white background

This text has color #D6F5DB on white background.


Black color preview on #D6F5DB background

This text has black color on #D6F5DB background.


White color preview on #D6F5DB background

This text has white color on #D6F5DB background.


Related colors

Complementary color

Complementary color for #hex is #290A24.


I love getcolorcode.com

Triadic colors

1 #DBD6F5 and #F5DBD6 with #D6F5DB are triadic colors.

2 #DBF5D6 and #F5D6DB with #D6F5DB are triadic colors.