COLOR #D1F8EA

HEX: #D1F8EA
RGB: (209,248,234)

Color info

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

RGB color model

#D1F8EA color RGB value is (209,248,234).

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

RGB channels and saturation

R 209 of 255 = 82%
G 248 of 255 = 97%
B 234 of 255 = 92%

209
248
234

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

Portions of RGB colors in percentages

R + G + B =
209 + 248 + 234 = 691 (100%)
R 209 of 691 ~ 30.25%
G 248 of 691 ~ 35.89%
B 234 of 691 ~ 33.86%

%30.25
%35.89
%33.86

CMYK color model

#D1F8EA color CMYK value is (16,0,6,3).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(16,0,6,3)
C16M0Y6K3 
(16%,0%,6%,3%)
(0.16/0.00/0.06/0.03)	

CMYK percentages

%15.73
%0
%5.65
%2.75

Codes

Color #D1F8EA in popluar color models

D1F8EA
RGB209248234
HSL158°73.58%89.61%
HSB/HSV158°15.73%97.25%
CMYK15.73%0.00%5.65%
2.75%

Color #D1F8EA in popluar number systems.

HEXD1F8EA
Decimal209248234
Binary110100011111100011101010
Octal321370352

Shades and tints

Shades of #D1F8EA

#D1F8EA
(209,248,234)
#BEE2D5
(190,226,213)
#ABCCC0
(171,204,192)
#98B6AB
(152,182,171)
#85A096
(133,160,150)
#728A81
(114,138,129)
#5F746C
(95,116,108)
#4C5E57
(76,94,87)
#394842
(57,72,66)
#26322D
(38,50,45)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #D1F8EA

#D1F8EA
(209,248,234)
#D5F8EB
(213,248,235)
#D9F8EC
(217,248,236)
#DDF8ED
(221,248,237)
#E1F8EE
(225,248,238)
#E5F8EF
(229,248,239)
#E9F8F0
(233,248,240)
#EDF8F1
(237,248,241)
#F1F8F2
(241,248,242)
#F5F8F3
(245,248,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F8EA; }

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

This text font color is #D1F8EA.


Background Color

.myBgColor { background-color: #D1F8EA; }

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

This div background color is #D1F8EA.


Border color

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

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

This div border color is #D1F8EA.


Opacity

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

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

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

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

This text has shadow with #D1F8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F8EA on black background.


Color preview on white background

This text has color #D1F8EA on white background.



Black color preview on #D1F8EA background

This text has black color on #D1F8EA background.


White color preview on #D1F8EA background

This text has white color on #D1F8EA background.