COLOR #D9F3EE

HEX: #D9F3EE
RGB: (217,243,238)

Color info

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

RGB color model

#D9F3EE color RGB value is (217,243,238).

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

RGB channels and saturation

R 217 of 255 = 85%
G 243 of 255 = 95%
B 238 of 255 = 93%

217
243
238

R + G + B ~ 91%. #D9F3EE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 243 + 238 = 698 (100%)
R 217 of 698 ~ 31.09%
G 243 of 698 ~ 34.81%
B 238 of 698 ~ 34.1%

%31.09
%34.81
%34.1

CMYK color model

#D9F3EE color CMYK value is (11,0,2,5).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(11,0,2,5)
C11M0Y2K5 
(11%,0%,2%,5%)
(0.11/0.00/0.02/0.05)	

CMYK percentages

%10.7
%0
%2.06
%4.71

Codes

Color #D9F3EE in popluar color models

D9F3EE
RGB217243238
HSL168°52.00%90.20%
HSB/HSV168°10.70%95.29%
CMYK10.70%0.00%2.06%
4.71%

Color #D9F3EE in popluar number systems.

HEXD9F3EE
Decimal217243238
Binary110110011111001111101110
Octal331363356

Shades and tints

Shades of #D9F3EE

#D9F3EE
(217,243,238)
#C6DDD9
(198,221,217)
#B3C7C4
(179,199,196)
#A0B1AF
(160,177,175)
#8D9B9A
(141,155,154)
#7A8585
(122,133,133)
#676F70
(103,111,112)
#54595B
(84,89,91)
#414346
(65,67,70)
#2E2D31
(46,45,49)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #D9F3EE

#D9F3EE
(217,243,238)
#DCF4EF
(220,244,239)
#DFF5F0
(223,245,240)
#E2F6F1
(226,246,241)
#E5F7F2
(229,247,242)
#E8F8F3
(232,248,243)
#EBF9F4
(235,249,244)
#EEFAF5
(238,250,245)
#F1FBF6
(241,251,246)
#F4FCF7
(244,252,247)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F3EE; }

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

This text font color is #D9F3EE.


Background Color

.myBgColor { background-color: #D9F3EE; }

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

This div background color is #D9F3EE.


Border color

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

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

This div border color is #D9F3EE.


Opacity

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

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

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

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

This text has shadow with #D9F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F3EE on black background.


Color preview on white background

This text has color #D9F3EE on white background.



Black color preview on #D9F3EE background

This text has black color on #D9F3EE background.


White color preview on #D9F3EE background

This text has white color on #D9F3EE background.