COLOR #D9FEF3

HEX: #D9FEF3
RGB: (217,254,243)

Color info

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

RGB color model

#D9FEF3 color RGB value is (217,254,243).

  • red value is 217;
  • green value is 254;
  • blue value is 243.
RGB:
(217,254,243)
(85%,100%,95%)

RGB channels and saturation

R 217 of 255 = 85%
G 254 of 255 = 100%
B 243 of 255 = 95%

217
254
243

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

Portions of RGB colors in percentages

R + G + B =
217 + 254 + 243 = 714 (100%)
R 217 of 714 ~ 30.39%
G 254 of 714 ~ 35.57%
B 243 of 714 ~ 34.03%

%30.39
%35.57
%34.03

CMYK color model

#D9FEF3 color CMYK value is (15,0,4,0).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 0.39%
CMYK:
(15,0,4,0)
C15M0Y4K0 
(15%,0%,4%,0%)
(0.15/0.00/0.04/0.00)	

CMYK percentages

%14.57
%0
%4.33
%0.39

Codes

Color #D9FEF3 in popluar color models

D9FEF3
RGB217254243
HSL162°94.87%92.35%
HSB/HSV162°14.57%99.61%
CMYK14.57%0.00%4.33%
0.39%

Color #D9FEF3 in popluar number systems.

HEXD9FEF3
Decimal217254243
Binary110110011111111011110011
Octal331376363

Shades and tints

Shades of #D9FEF3

#D9FEF3
(217,254,243)
#C6E7DD
(198,231,221)
#B3D0C7
(179,208,199)
#A0B9B1
(160,185,177)
#8DA29B
(141,162,155)
#7A8B85
(122,139,133)
#67746F
(103,116,111)
#545D59
(84,93,89)
#414643
(65,70,67)
#2E2F2D
(46,47,45)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #D9FEF3

#D9FEF3
(217,254,243)
#DCFEF4
(220,254,244)
#DFFEF5
(223,254,245)
#E2FEF6
(226,254,246)
#E5FEF7
(229,254,247)
#E8FEF8
(232,254,248)
#EBFEF9
(235,254,249)
#EEFEFA
(238,254,250)
#F1FEFB
(241,254,251)
#F4FEFC
(244,254,252)
#F7FEFD
(247,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FEF3 color. Also use rgb(217,254,243) instead hex code.

Text Font Color

.myTextColor { color: #D9FEF3; }

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

This text font color is #D9FEF3.


Background Color

.myBgColor { background-color: #D9FEF3; }

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

This div background color is #D9FEF3.


Border color

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

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

This div border color is #D9FEF3.


Opacity

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

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

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

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

This text has shadow with #D9FEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FEF3 on black background.


Color preview on white background

This text has color #D9FEF3 on white background.



Black color preview on #D9FEF3 background

This text has black color on #D9FEF3 background.


White color preview on #D9FEF3 background

This text has white color on #D9FEF3 background.