COLOR #D1F8DC

HEX: #D1F8DC
RGB: (209,248,220)

Color info

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

RGB color model

#D1F8DC color RGB value is (209,248,220).

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

RGB channels and saturation

R 209 of 255 = 82%
G 248 of 255 = 97%
B 220 of 255 = 86%

209
248
220

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

Portions of RGB colors in percentages

R + G + B =
209 + 248 + 220 = 677 (100%)
R 209 of 677 ~ 30.87%
G 248 of 677 ~ 36.63%
B 220 of 677 ~ 32.5%

%30.87
%36.63
%32.5

CMYK color model

#D1F8DC color CMYK value is (16,0,11,3).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(16,0,11,3)
C16M0Y11K3 
(16%,0%,11%,3%)
(0.16/0.00/0.11/0.03)	

CMYK percentages

%15.73
%0
%11.29
%2.75

Codes

Color #D1F8DC in popluar color models

D1F8DC
RGB209248220
HSL137°73.58%89.61%
HSB/HSV137°15.73%97.25%
CMYK15.73%0.00%11.29%
2.75%

Color #D1F8DC in popluar number systems.

HEXD1F8DC
Decimal209248220
Binary110100011111100011011100
Octal321370334

Shades and tints

Shades of #D1F8DC

#D1F8DC
(209,248,220)
#BEE2C8
(190,226,200)
#ABCCB4
(171,204,180)
#98B6A0
(152,182,160)
#85A08C
(133,160,140)
#728A78
(114,138,120)
#5F7464
(95,116,100)
#4C5E50
(76,94,80)
#39483C
(57,72,60)
#263228
(38,50,40)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #D1F8DC

#D1F8DC
(209,248,220)
#D5F8DF
(213,248,223)
#D9F8E2
(217,248,226)
#DDF8E5
(221,248,229)
#E1F8E8
(225,248,232)
#E5F8EB
(229,248,235)
#E9F8EE
(233,248,238)
#EDF8F1
(237,248,241)
#F1F8F4
(241,248,244)
#F5F8F7
(245,248,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F8DC; }

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

This text font color is #D1F8DC.


Background Color

.myBgColor { background-color: #D1F8DC; }

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

This div background color is #D1F8DC.


Border color

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

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

This div border color is #D1F8DC.


Opacity

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

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

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

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

This text has shadow with #D1F8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F8DC on black background.


Color preview on white background

This text has color #D1F8DC on white background.



Black color preview on #D1F8DC background

This text has black color on #D1F8DC background.


White color preview on #D1F8DC background

This text has white color on #D1F8DC background.