COLOR #D1F6DB

HEX: #D1F6DB
RGB: (209,246,219)

Color info

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

RGB color model

#D1F6DB color RGB value is (209,246,219).

  • red value is 209;
  • green value is 246;
  • blue value is 219.
RGB:
(209,246,219)
(82%,96%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 246 of 255 = 96%
B 219 of 255 = 86%

209
246
219

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

Portions of RGB colors in percentages

R + G + B =
209 + 246 + 219 = 674 (100%)
R 209 of 674 ~ 31.01%
G 246 of 674 ~ 36.5%
B 219 of 674 ~ 32.49%

%31.01
%36.5
%32.49

CMYK color model

#D1F6DB color CMYK value is (15,0,11,4).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(15,0,11,4)
C15M0Y11K4 
(15%,0%,11%,4%)
(0.15/0.00/0.11/0.04)	

CMYK percentages

%15.04
%0
%10.98
%3.53

Codes

Color #D1F6DB in popluar color models

D1F6DB
RGB209246219
HSL136°67.27%89.22%
HSB/HSV136°15.04%96.47%
CMYK15.04%0.00%10.98%
3.53%

Color #D1F6DB in popluar number systems.

HEXD1F6DB
Decimal209246219
Binary110100011111011011011011
Octal321366333

Shades and tints

Shades of #D1F6DB

#D1F6DB
(209,246,219)
#BEE0C8
(190,224,200)
#ABCAB5
(171,202,181)
#98B4A2
(152,180,162)
#859E8F
(133,158,143)
#72887C
(114,136,124)
#5F7269
(95,114,105)
#4C5C56
(76,92,86)
#394643
(57,70,67)
#263030
(38,48,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #D1F6DB

#D1F6DB
(209,246,219)
#D5F6DE
(213,246,222)
#D9F6E1
(217,246,225)
#DDF6E4
(221,246,228)
#E1F6E7
(225,246,231)
#E5F6EA
(229,246,234)
#E9F6ED
(233,246,237)
#EDF6F0
(237,246,240)
#F1F6F3
(241,246,243)
#F5F6F6
(245,246,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F6DB color. Also use rgb(209,246,219) instead hex code.

Text Font Color

.myTextColor { color: #D1F6DB; }

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

This text font color is #D1F6DB.


Background Color

.myBgColor { background-color: #D1F6DB; }

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

This div background color is #D1F6DB.


Border color

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

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

This div border color is #D1F6DB.


Opacity

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

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

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

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

This text has shadow with #D1F6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F6DB on black background.


Color preview on white background

This text has color #D1F6DB on white background.



Black color preview on #D1F6DB background

This text has black color on #D1F6DB background.


White color preview on #D1F6DB background

This text has white color on #D1F6DB background.