COLOR #D1F1E4

HEX: #D1F1E4
RGB: (209,241,228)

Color info

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

RGB color model

#D1F1E4 color RGB value is (209,241,228).

  • red value is 209;
  • green value is 241;
  • blue value is 228.
RGB:
(209,241,228)
(82%,95%,89%)

RGB channels and saturation

R 209 of 255 = 82%
G 241 of 255 = 95%
B 228 of 255 = 89%

209
241
228

R + G + B ~ 89%. #D1F1E4 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 241 + 228 = 678 (100%)
R 209 of 678 ~ 30.83%
G 241 of 678 ~ 35.55%
B 228 of 678 ~ 33.63%

%30.83
%35.55
%33.63

CMYK color model

#D1F1E4 color CMYK value is (13,0,5,5).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 5.49%
CMYK:
(13,0,5,5)
C13M0Y5K5 
(13%,0%,5%,5%)
(0.13/0.00/0.05/0.05)	

CMYK percentages

%13.28
%0
%5.39
%5.49

Codes

Color #D1F1E4 in popluar color models

D1F1E4
RGB209241228
HSL156°53.33%88.24%
HSB/HSV156°13.28%94.51%
CMYK13.28%0.00%5.39%
5.49%

Color #D1F1E4 in popluar number systems.

HEXD1F1E4
Decimal209241228
Binary110100011111000111100100
Octal321361344

Shades and tints

Shades of #D1F1E4

#D1F1E4
(209,241,228)
#BEDCD0
(190,220,208)
#ABC7BC
(171,199,188)
#98B2A8
(152,178,168)
#859D94
(133,157,148)
#728880
(114,136,128)
#5F736C
(95,115,108)
#4C5E58
(76,94,88)
#394944
(57,73,68)
#263430
(38,52,48)
#131F1C
(19,31,28)
#000000
(0,0,0)

Tints of #D1F1E4

#D1F1E4
(209,241,228)
#D5F2E6
(213,242,230)
#D9F3E8
(217,243,232)
#DDF4EA
(221,244,234)
#E1F5EC
(225,245,236)
#E5F6EE
(229,246,238)
#E9F7F0
(233,247,240)
#EDF8F2
(237,248,242)
#F1F9F4
(241,249,244)
#F5FAF6
(245,250,246)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F1E4 color. Also use rgb(209,241,228) instead hex code.

Text Font Color

.myTextColor { color: #D1F1E4; }

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

This text font color is #D1F1E4.


Background Color

.myBgColor { background-color: #D1F1E4; }

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

This div background color is #D1F1E4.


Border color

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

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

This div border color is #D1F1E4.


Opacity

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

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

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

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

This text has shadow with #D1F1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F1E4 on black background.


Color preview on white background

This text has color #D1F1E4 on white background.



Black color preview on #D1F1E4 background

This text has black color on #D1F1E4 background.


White color preview on #D1F1E4 background

This text has white color on #D1F1E4 background.