COLOR #D1F3EE

HEX: #D1F3EE
RGB: (209,243,238)

Color info

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

RGB color model

#D1F3EE color RGB value is (209,243,238).

  • red value is 209;
  • green value is 243;
  • blue value is 238.
RGB:
(209,243,238)
(82%,95%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 243 of 255 = 95%
B 238 of 255 = 93%

209
243
238

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

Portions of RGB colors in percentages

R + G + B =
209 + 243 + 238 = 690 (100%)
R 209 of 690 ~ 30.29%
G 243 of 690 ~ 35.22%
B 238 of 690 ~ 34.49%

%30.29
%35.22
%34.49

CMYK color model

#D1F3EE color CMYK value is (14,0,2,5).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(14,0,2,5)
C14M0Y2K5 
(14%,0%,2%,5%)
(0.14/0.00/0.02/0.05)	

CMYK percentages

%13.99
%0
%2.06
%4.71

Codes

Color #D1F3EE in popluar color models

D1F3EE
RGB209243238
HSL171°58.62%88.63%
HSB/HSV171°13.99%95.29%
CMYK13.99%0.00%2.06%
4.71%

Color #D1F3EE in popluar number systems.

HEXD1F3EE
Decimal209243238
Binary110100011111001111101110
Octal321363356

Shades and tints

Shades of #D1F3EE

#D1F3EE
(209,243,238)
#BEDDD9
(190,221,217)
#ABC7C4
(171,199,196)
#98B1AF
(152,177,175)
#859B9A
(133,155,154)
#728585
(114,133,133)
#5F6F70
(95,111,112)
#4C595B
(76,89,91)
#394346
(57,67,70)
#262D31
(38,45,49)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #D1F3EE

#D1F3EE
(209,243,238)
#D5F4EF
(213,244,239)
#D9F5F0
(217,245,240)
#DDF6F1
(221,246,241)
#E1F7F2
(225,247,242)
#E5F8F3
(229,248,243)
#E9F9F4
(233,249,244)
#EDFAF5
(237,250,245)
#F1FBF6
(241,251,246)
#F5FCF7
(245,252,247)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F3EE color. Also use rgb(209,243,238) instead hex code.

Text Font Color

.myTextColor { color: #D1F3EE; }

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

This text font color is #D1F3EE.


Background Color

.myBgColor { background-color: #D1F3EE; }

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

This div background color is #D1F3EE.


Border color

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

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

This div border color is #D1F3EE.


Opacity

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

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

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

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

This text has shadow with #D1F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F3EE on black background.


Color preview on white background

This text has color #D1F3EE on white background.



Black color preview on #D1F3EE background

This text has black color on #D1F3EE background.


White color preview on #D1F3EE background

This text has white color on #D1F3EE background.