COLOR #D1F2E2

HEX: #D1F2E2
RGB: (209,242,226)

Color info

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

RGB color model

#D1F2E2 color RGB value is (209,242,226).

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

RGB channels and saturation

R 209 of 255 = 82%
G 242 of 255 = 95%
B 226 of 255 = 89%

209
242
226

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

Portions of RGB colors in percentages

R + G + B =
209 + 242 + 226 = 677 (100%)
R 209 of 677 ~ 30.87%
G 242 of 677 ~ 35.75%
B 226 of 677 ~ 33.38%

%30.87
%35.75
%33.38

CMYK color model

#D1F2E2 color CMYK value is (14,0,7,5).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 5.10%
CMYK:
(14,0,7,5)
C14M0Y7K5 
(14%,0%,7%,5%)
(0.14/0.00/0.07/0.05)	

CMYK percentages

%13.64
%0
%6.61
%5.1

Codes

Color #D1F2E2 in popluar color models

D1F2E2
RGB209242226
HSL151°55.93%88.43%
HSB/HSV151°13.64%94.90%
CMYK13.64%0.00%6.61%
5.10%

Color #D1F2E2 in popluar number systems.

HEXD1F2E2
Decimal209242226
Binary110100011111001011100010
Octal321362342

Shades and tints

Shades of #D1F2E2

#D1F2E2
(209,242,226)
#BEDCCE
(190,220,206)
#ABC6BA
(171,198,186)
#98B0A6
(152,176,166)
#859A92
(133,154,146)
#72847E
(114,132,126)
#5F6E6A
(95,110,106)
#4C5856
(76,88,86)
#394242
(57,66,66)
#262C2E
(38,44,46)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #D1F2E2

#D1F2E2
(209,242,226)
#D5F3E4
(213,243,228)
#D9F4E6
(217,244,230)
#DDF5E8
(221,245,232)
#E1F6EA
(225,246,234)
#E5F7EC
(229,247,236)
#E9F8EE
(233,248,238)
#EDF9F0
(237,249,240)
#F1FAF2
(241,250,242)
#F5FBF4
(245,251,244)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F2E2 color. Also use rgb(209,242,226) instead hex code.

Text Font Color

.myTextColor { color: #D1F2E2; }

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

This text font color is #D1F2E2.


Background Color

.myBgColor { background-color: #D1F2E2; }

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

This div background color is #D1F2E2.


Border color

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

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

This div border color is #D1F2E2.


Opacity

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

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

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

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

This text has shadow with #D1F2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F2E2 on black background.


Color preview on white background

This text has color #D1F2E2 on white background.



Black color preview on #D1F2E2 background

This text has black color on #D1F2E2 background.


White color preview on #D1F2E2 background

This text has white color on #D1F2E2 background.