COLOR #D9FEFE

HEX: #D9FEFE
RGB: (217,254,254)

Color info

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

RGB color model

#D9FEFE color RGB value is (217,254,254).

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

RGB channels and saturation

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

217
254
254

R + G + B ~ 95%. #D9FEFE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 254 + 254 = 725 (100%)
R 217 of 725 ~ 29.93%
G 254 of 725 ~ 35.03%
B 254 of 725 ~ 35.03%

%29.93
%35.03
%35.03

CMYK color model

#D9FEFE color CMYK value is (15,0,0,0).

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

CMYK percentages

%14.57
%0
%0
%0.39

Codes

Color #D9FEFE in popluar color models

D9FEFE
RGB217254254
HSL180°94.87%92.35%
HSB/HSV180°14.57%99.61%
CMYK14.57%0.00%0.00%
0.39%

Color #D9FEFE in popluar number systems.

HEXD9FEFE
Decimal217254254
Binary110110011111111011111110
Octal331376376

Shades and tints

Shades of #D9FEFE

#D9FEFE
(217,254,254)
#C6E7E7
(198,231,231)
#B3D0D0
(179,208,208)
#A0B9B9
(160,185,185)
#8DA2A2
(141,162,162)
#7A8B8B
(122,139,139)
#677474
(103,116,116)
#545D5D
(84,93,93)
#414646
(65,70,70)
#2E2F2F
(46,47,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #D9FEFE

#D9FEFE
(217,254,254)
#DCFEFE
(220,254,254)
#DFFEFE
(223,254,254)
#E2FEFE
(226,254,254)
#E5FEFE
(229,254,254)
#E8FEFE
(232,254,254)
#EBFEFE
(235,254,254)
#EEFEFE
(238,254,254)
#F1FEFE
(241,254,254)
#F4FEFE
(244,254,254)
#F7FEFE
(247,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FEFE; }

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

This text font color is #D9FEFE.


Background Color

.myBgColor { background-color: #D9FEFE; }

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

This div background color is #D9FEFE.


Border color

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

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

This div border color is #D9FEFE.


Opacity

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

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

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

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

This text has shadow with #D9FEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FEFE on black background.


Color preview on white background

This text has color #D9FEFE on white background.



Black color preview on #D9FEFE background

This text has black color on #D9FEFE background.


White color preview on #D9FEFE background

This text has white color on #D9FEFE background.