COLOR #D1F5E0

HEX: #D1F5E0
RGB: (209,245,224)

Color info

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

RGB color model

#D1F5E0 color RGB value is (209,245,224).

  • red value is 209;
  • green value is 245;
  • blue value is 224.
RGB:
(209,245,224)
(82%,96%,88%)

RGB channels and saturation

R 209 of 255 = 82%
G 245 of 255 = 96%
B 224 of 255 = 88%

209
245
224

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

Portions of RGB colors in percentages

R + G + B =
209 + 245 + 224 = 678 (100%)
R 209 of 678 ~ 30.83%
G 245 of 678 ~ 36.14%
B 224 of 678 ~ 33.04%

%30.83
%36.14
%33.04

CMYK color model

#D1F5E0 color CMYK value is (15,0,9,4).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 3.92%
CMYK:
(15,0,9,4)
C15M0Y9K4 
(15%,0%,9%,4%)
(0.15/0.00/0.09/0.04)	

CMYK percentages

%14.69
%0
%8.57
%3.92

Codes

Color #D1F5E0 in popluar color models

D1F5E0
RGB209245224
HSL145°64.29%89.02%
HSB/HSV145°14.69%96.08%
CMYK14.69%0.00%8.57%
3.92%

Color #D1F5E0 in popluar number systems.

HEXD1F5E0
Decimal209245224
Binary110100011111010111100000
Octal321365340

Shades and tints

Shades of #D1F5E0

#D1F5E0
(209,245,224)
#BEDFCC
(190,223,204)
#ABC9B8
(171,201,184)
#98B3A4
(152,179,164)
#859D90
(133,157,144)
#72877C
(114,135,124)
#5F7168
(95,113,104)
#4C5B54
(76,91,84)
#394540
(57,69,64)
#262F2C
(38,47,44)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #D1F5E0

#D1F5E0
(209,245,224)
#D5F5E2
(213,245,226)
#D9F5E4
(217,245,228)
#DDF5E6
(221,245,230)
#E1F5E8
(225,245,232)
#E5F5EA
(229,245,234)
#E9F5EC
(233,245,236)
#EDF5EE
(237,245,238)
#F1F5F0
(241,245,240)
#F5F5F2
(245,245,242)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F5E0 color. Also use rgb(209,245,224) instead hex code.

Text Font Color

.myTextColor { color: #D1F5E0; }

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

This text font color is #D1F5E0.


Background Color

.myBgColor { background-color: #D1F5E0; }

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

This div background color is #D1F5E0.


Border color

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

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

This div border color is #D1F5E0.


Opacity

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

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

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

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

This text has shadow with #D1F5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F5E0 on black background.


Color preview on white background

This text has color #D1F5E0 on white background.



Black color preview on #D1F5E0 background

This text has black color on #D1F5E0 background.


White color preview on #D1F5E0 background

This text has white color on #D1F5E0 background.