COLOR #D1F0E9

HEX: #D1F0E9 RGB: (209,240,233)

Color info

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

RGB color model

#D1F0E9 color RGB value is (209,240,233).

RGB: (209,240,233) (82%, 94%, 91%)

RGB channels and saturation

R 209 of 255 = 82%
G 240 of 255 = 94%
B 233 of 255 = 91%

209
240
233

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

Portions of RGB colors in percentages

R + G + B = 209 + 240 + 233 = 682 (100%)
R 209 of 682 ~ 30.65%
G 240 of 682 ~ 35.19%
B 233 of 682 ~ 34.16'%

%30.65
%35.19
%34.16

CMYK color model

#D1F0E9 color CMYK value is (13,0,3,6).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 5.88%
CMYK: (13,0,3,6) C13M0Y3K6 (13%,0%,3%,6%) (0.13/0.00/0.03/0.06) 

CMYK percentages

%12.92
%0
%2.92
%5.88

Codes

Color #D1F0E9 in popluar color models

D1 F0 E9
RGB 209 240 233
HSL 166° 50.82% 88.04%
HSB/HSV 166° 12.92% 94.12%
CMYK 12.92% 0.00% 2.92%
5.88%

Color #D1F0E9 in popluar number systems.

HEX D1 F0 E9
Decimal 209 240 233
Binary 11010001 11110000 11101001
Octal 321 360 351

Shades and tints

Shades of #D1F0E9

#D1F0E9
(209,240,233)
#BEDBD4
(190,219,212)
#ABC6BF
(171,198,191)
#98B1AA
(152,177,170)
#859C95
(133,156,149)
#728780
(114,135,128)
#5F726B
(95,114,107)
#4C5D56
(76,93,86)
#394841
(57,72,65)
#26332C
(38,51,44)
#131E17
(19,30,23)
#000000
(0,0,0)

Tints of #D1F0E9

#D1F0E9
(209,240,233)
#D5F1EB
(213,241,235)
#D9F2ED
(217,242,237)
#DDF3EF
(221,243,239)
#E1F4F1
(225,244,241)
#E5F5F3
(229,245,243)
#E9F6F5
(233,246,245)
#EDF7F7
(237,247,247)
#F1F8F9
(241,248,249)
#F5F9FB
(245,249,251)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F0E9 color. Also use rgb(209,240,233) instead hex code.

Text Font Color

.myTextColor { color: #D1F0E9; }

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

This text font color is #D1F0E9.

Background Color

.myBgColor { background-color: #D1F0E9; }

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

This div background color is #D1F0E9.

Border color

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

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

This div border color is #D1F0E9.

Opacity

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

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

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

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

This text has shadow with #D1F0E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F0E9.

Preview

Color preview on black background

This text has color #D1F0E9 on black background.


Color preview on white background

This text has color #D1F0E9 on white background.


Black color preview on #D1F0E9 background

This text has black color on #D1F0E9 background.


White color preview on #D1F0E9 background

This text has white color on #D1F0E9 background.


Related colors

Complementary color

Complementary color for #hex is #2E0F16.


I love getcolorcode.com

Triadic colors

1 #E9D1F0 and #F0E9D1 with #D1F0E9 are triadic colors.

2 #E9F0D1 and #F0D1E9 with #D1F0E9 are triadic colors.