COLOR #D1FEF9

HEX: #D1FEF9
RGB: (209,254,249)

Color info

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

RGB color model

#D1FEF9 color RGB value is (209,254,249).

  • red value is 209;
  • green value is 254;
  • blue value is 249.
RGB:
(209,254,249)
(82%,100%,98%)

RGB channels and saturation

R 209 of 255 = 82%
G 254 of 255 = 100%
B 249 of 255 = 98%

209
254
249

R + G + B ~ 93%. #D1FEF9 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 254 + 249 = 712 (100%)
R 209 of 712 ~ 29.35%
G 254 of 712 ~ 35.67%
B 249 of 712 ~ 34.97%

%29.35
%35.67
%34.97

CMYK color model

#D1FEF9 color CMYK value is (18,0,2,0).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(18,0,2,0)
C18M0Y2K0 
(18%,0%,2%,0%)
(0.18/0.00/0.02/0.00)	

CMYK percentages

%17.72
%0
%1.97
%0.39

Codes

Color #D1FEF9 in popluar color models

D1FEF9
RGB209254249
HSL173°95.74%90.78%
HSB/HSV173°17.72%99.61%
CMYK17.72%0.00%1.97%
0.39%

Color #D1FEF9 in popluar number systems.

HEXD1FEF9
Decimal209254249
Binary110100011111111011111001
Octal321376371

Shades and tints

Shades of #D1FEF9

#D1FEF9
(209,254,249)
#BEE7E3
(190,231,227)
#ABD0CD
(171,208,205)
#98B9B7
(152,185,183)
#85A2A1
(133,162,161)
#728B8B
(114,139,139)
#5F7475
(95,116,117)
#4C5D5F
(76,93,95)
#394649
(57,70,73)
#262F33
(38,47,51)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #D1FEF9

#D1FEF9
(209,254,249)
#D5FEF9
(213,254,249)
#D9FEF9
(217,254,249)
#DDFEF9
(221,254,249)
#E1FEF9
(225,254,249)
#E5FEF9
(229,254,249)
#E9FEF9
(233,254,249)
#EDFEF9
(237,254,249)
#F1FEF9
(241,254,249)
#F5FEF9
(245,254,249)
#F9FEF9
(249,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1FEF9 color. Also use rgb(209,254,249) instead hex code.

Text Font Color

.myTextColor { color: #D1FEF9; }

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

This text font color is #D1FEF9.


Background Color

.myBgColor { background-color: #D1FEF9; }

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

This div background color is #D1FEF9.


Border color

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

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

This div border color is #D1FEF9.


Opacity

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

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

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

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

This text has shadow with #D1FEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FEF9 on black background.


Color preview on white background

This text has color #D1FEF9 on white background.



Black color preview on #D1FEF9 background

This text has black color on #D1FEF9 background.


White color preview on #D1FEF9 background

This text has white color on #D1FEF9 background.