COLOR #D9FEEE

HEX: #D9FEEE
RGB: (217,254,238)

Color info

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

RGB color model

#D9FEEE color RGB value is (217,254,238).

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

RGB channels and saturation

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

217
254
238

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

Portions of RGB colors in percentages

R + G + B =
217 + 254 + 238 = 709 (100%)
R 217 of 709 ~ 30.61%
G 254 of 709 ~ 35.83%
B 238 of 709 ~ 33.57%

%30.61
%35.83
%33.57

CMYK color model

#D9FEEE color CMYK value is (15,0,6,0).

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

CMYK percentages

%14.57
%0
%6.3
%0.39

Codes

Color #D9FEEE in popluar color models

D9FEEE
RGB217254238
HSL154°94.87%92.35%
HSB/HSV154°14.57%99.61%
CMYK14.57%0.00%6.30%
0.39%

Color #D9FEEE in popluar number systems.

HEXD9FEEE
Decimal217254238
Binary110110011111111011101110
Octal331376356

Shades and tints

Shades of #D9FEEE

#D9FEEE
(217,254,238)
#C6E7D9
(198,231,217)
#B3D0C4
(179,208,196)
#A0B9AF
(160,185,175)
#8DA29A
(141,162,154)
#7A8B85
(122,139,133)
#677470
(103,116,112)
#545D5B
(84,93,91)
#414646
(65,70,70)
#2E2F31
(46,47,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #D9FEEE

#D9FEEE
(217,254,238)
#DCFEEF
(220,254,239)
#DFFEF0
(223,254,240)
#E2FEF1
(226,254,241)
#E5FEF2
(229,254,242)
#E8FEF3
(232,254,243)
#EBFEF4
(235,254,244)
#EEFEF5
(238,254,245)
#F1FEF6
(241,254,246)
#F4FEF7
(244,254,247)
#F7FEF8
(247,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FEEE; }

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

This text font color is #D9FEEE.


Background Color

.myBgColor { background-color: #D9FEEE; }

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

This div background color is #D9FEEE.


Border color

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

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

This div border color is #D9FEEE.


Opacity

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

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

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

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

This text has shadow with #D9FEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FEEE on black background.


Color preview on white background

This text has color #D9FEEE on white background.



Black color preview on #D9FEEE background

This text has black color on #D9FEEE background.


White color preview on #D9FEEE background

This text has white color on #D9FEEE background.