COLOR #D1F2EC

HEX: #D1F2EC
RGB: (209,242,236)

Color info

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

RGB color model

#D1F2EC color RGB value is (209,242,236).

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

RGB channels and saturation

R 209 of 255 = 82%
G 242 of 255 = 95%
B 236 of 255 = 93%

209
242
236

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

Portions of RGB colors in percentages

R + G + B =
209 + 242 + 236 = 687 (100%)
R 209 of 687 ~ 30.42%
G 242 of 687 ~ 35.23%
B 236 of 687 ~ 34.35%

%30.42
%35.23
%34.35

CMYK color model

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

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

CMYK percentages

%13.64
%0
%2.48
%5.1

Codes

Color #D1F2EC in popluar color models

D1F2EC
RGB209242236
HSL169°55.93%88.43%
HSB/HSV169°13.64%94.90%
CMYK13.64%0.00%2.48%
5.10%

Color #D1F2EC in popluar number systems.

HEXD1F2EC
Decimal209242236
Binary110100011111001011101100
Octal321362354

Shades and tints

Shades of #D1F2EC

#D1F2EC
(209,242,236)
#BEDCD7
(190,220,215)
#ABC6C2
(171,198,194)
#98B0AD
(152,176,173)
#859A98
(133,154,152)
#728483
(114,132,131)
#5F6E6E
(95,110,110)
#4C5859
(76,88,89)
#394244
(57,66,68)
#262C2F
(38,44,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #D1F2EC

#D1F2EC
(209,242,236)
#D5F3ED
(213,243,237)
#D9F4EE
(217,244,238)
#DDF5EF
(221,245,239)
#E1F6F0
(225,246,240)
#E5F7F1
(229,247,241)
#E9F8F2
(233,248,242)
#EDF9F3
(237,249,243)
#F1FAF4
(241,250,244)
#F5FBF5
(245,251,245)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F2EC; }

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

This text font color is #D1F2EC.


Background Color

.myBgColor { background-color: #D1F2EC; }

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

This div background color is #D1F2EC.


Border color

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

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

This div border color is #D1F2EC.


Opacity

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

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

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

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

This text has shadow with #D1F2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F2EC on black background.


Color preview on white background

This text has color #D1F2EC on white background.



Black color preview on #D1F2EC background

This text has black color on #D1F2EC background.


White color preview on #D1F2EC background

This text has white color on #D1F2EC background.