COLOR #D1F8E7

HEX: #D1F8E7
RGB: (209,248,231)

Color info

#D1F8E7 contains red, green and blue colors in about the same proportion. Web safe color of #D1F8E7 is #CCFFFF (or #CFF).

RGB color model

#D1F8E7 color RGB value is (209,248,231).

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

RGB channels and saturation

R 209 of 255 = 82%
G 248 of 255 = 97%
B 231 of 255 = 91%

209
248
231

R + G + B ~ 90%. #D1F8E7 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 248 + 231 = 688 (100%)
R 209 of 688 ~ 30.38%
G 248 of 688 ~ 36.05%
B 231 of 688 ~ 33.58%

%30.38
%36.05
%33.58

CMYK color model

#D1F8E7 color CMYK value is (16,0,7,3).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK:
(16,0,7,3)
C16M0Y7K3 
(16%,0%,7%,3%)
(0.16/0.00/0.07/0.03)	

CMYK percentages

%15.73
%0
%6.85
%2.75

Codes

Color #D1F8E7 in popluar color models

D1F8E7
RGB209248231
HSL154°73.58%89.61%
HSB/HSV154°15.73%97.25%
CMYK15.73%0.00%6.85%
2.75%

Color #D1F8E7 in popluar number systems.

HEXD1F8E7
Decimal209248231
Binary110100011111100011100111
Octal321370347

Shades and tints

Shades of #D1F8E7

#D1F8E7
(209,248,231)
#BEE2D2
(190,226,210)
#ABCCBD
(171,204,189)
#98B6A8
(152,182,168)
#85A093
(133,160,147)
#728A7E
(114,138,126)
#5F7469
(95,116,105)
#4C5E54
(76,94,84)
#39483F
(57,72,63)
#26322A
(38,50,42)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #D1F8E7

#D1F8E7
(209,248,231)
#D5F8E9
(213,248,233)
#D9F8EB
(217,248,235)
#DDF8ED
(221,248,237)
#E1F8EF
(225,248,239)
#E5F8F1
(229,248,241)
#E9F8F3
(233,248,243)
#EDF8F5
(237,248,245)
#F1F8F7
(241,248,247)
#F5F8F9
(245,248,249)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F8E7; }

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

This text font color is #D1F8E7.


Background Color

.myBgColor { background-color: #D1F8E7; }

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

This div background color is #D1F8E7.


Border color

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

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

This div border color is #D1F8E7.


Opacity

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

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

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

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

This text has shadow with #D1F8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F8E7 on black background.


Color preview on white background

This text has color #D1F8E7 on white background.



Black color preview on #D1F8E7 background

This text has black color on #D1F8E7 background.


White color preview on #D1F8E7 background

This text has white color on #D1F8E7 background.