COLOR #D1F6DC

HEX: #D1F6DC
RGB: (209,246,220)

Color info

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

RGB color model

#D1F6DC color RGB value is (209,246,220).

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

RGB channels and saturation

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

209
246
220

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

Portions of RGB colors in percentages

R + G + B =
209 + 246 + 220 = 675 (100%)
R 209 of 675 ~ 30.96%
G 246 of 675 ~ 36.44%
B 220 of 675 ~ 32.59%

%30.96
%36.44
%32.59

CMYK color model

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

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • 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.57
%3.53

Codes

Color #D1F6DC in popluar color models

D1F6DC
RGB209246220
HSL138°67.27%89.22%
HSB/HSV138°15.04%96.47%
CMYK15.04%0.00%10.57%
3.53%

Color #D1F6DC in popluar number systems.

HEXD1F6DC
Decimal209246220
Binary110100011111011011011100
Octal321366334

Shades and tints

Shades of #D1F6DC

#D1F6DC
(209,246,220)
#BEE0C8
(190,224,200)
#ABCAB4
(171,202,180)
#98B4A0
(152,180,160)
#859E8C
(133,158,140)
#728878
(114,136,120)
#5F7264
(95,114,100)
#4C5C50
(76,92,80)
#39463C
(57,70,60)
#263028
(38,48,40)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #D1F6DC

#D1F6DC
(209,246,220)
#D5F6DF
(213,246,223)
#D9F6E2
(217,246,226)
#DDF6E5
(221,246,229)
#E1F6E8
(225,246,232)
#E5F6EB
(229,246,235)
#E9F6EE
(233,246,238)
#EDF6F1
(237,246,241)
#F1F6F4
(241,246,244)
#F5F6F7
(245,246,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F6DC; }

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

This text font color is #D1F6DC.


Background Color

.myBgColor { background-color: #D1F6DC; }

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

This div background color is #D1F6DC.


Border color

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

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

This div border color is #D1F6DC.


Opacity

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

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

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

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

This text has shadow with #D1F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F6DC on black background.


Color preview on white background

This text has color #D1F6DC on white background.



Black color preview on #D1F6DC background

This text has black color on #D1F6DC background.


White color preview on #D1F6DC background

This text has white color on #D1F6DC background.