COLOR #D6F3DB

HEX: #D6F3DB RGB: (214,243,219)

Color info

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

RGB color model

#D6F3DB color RGB value is (214,243,219).

RGB: (214,243,219) (84%, 95%, 86%)

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 219 of 255 = 86%

214
243
219

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

Portions of RGB colors in percentages

R + G + B = 214 + 243 + 219 = 676 (100%)
R 214 of 676 ~ 31.66%
G 243 of 676 ~ 35.95%
B 219 of 676 ~ 32.4'%

%31.66
%35.95
%32.4

CMYK color model

#D6F3DB color CMYK value is (12,0,10,5).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 4.71%

CMYK: (12,0,10,5)
C12M0Y10K5 (12%, 0%, 10%, 5%)
(0.12 / 0.00 / 0.10 / 0.05)

CMYK percentages

%11.93
%0
%9.88
%4.71

Codes

Color #D6F3DB in popluar color models

D6 F3 DB
RGB 214 243 219
HSL 130° 54.72% 89.61%
HSB/HSV 130° 11.93% 95.29%
CMYK 11.93% 0.00% 9.88%
4.71%

Color #D6F3DB in popluar number systems.

HEX D6 F3 DB
Decimal 214 243 219
Binary 11010110 11110011 11011011
Octal 326 363 333

Shades and tints

Shades of #D6F3DB

#D6F3DB
(214,243,219)
#C3DDC8
(195,221,200)
#B0C7B5
(176,199,181)
#9DB1A2
(157,177,162)
#8A9B8F
(138,155,143)
#77857C
(119,133,124)
#646F69
(100,111,105)
#515956
(81,89,86)
#3E4343
(62,67,67)
#2B2D30
(43,45,48)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #D6F3DB

#D6F3DB
(214,243,219)
#D9F4DE
(217,244,222)
#DCF5E1
(220,245,225)
#DFF6E4
(223,246,228)
#E2F7E7
(226,247,231)
#E5F8EA
(229,248,234)
#E8F9ED
(232,249,237)
#EBFAF0
(235,250,240)
#EEFBF3
(238,251,243)
#F1FCF6
(241,252,246)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F3DB; }

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

This text font color is #D6F3DB.

Background Color

.myBgColor { background-color: #D6F3DB; }

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

This div background color is #D6F3DB.

Border color

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

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

This div border color is #D6F3DB.

Opacity

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

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

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

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

This text has shadow with #D6F3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F3DB.

Preview

Color preview on black background

This text has color #D6F3DB on black background.


Color preview on white background

This text has color #D6F3DB on white background.


Black color preview on #D6F3DB background

This text has black color on #D6F3DB background.


White color preview on #D6F3DB background

This text has white color on #D6F3DB background.


Related colors

Complementary color

Complementary color for #hex is #290C24.


I love getcolorcode.com

Triadic colors

1 #DBD6F3 and #F3DBD6 with #D6F3DB are triadic colors.

2 #DBF3D6 and #F3D6DB with #D6F3DB are triadic colors.