COLOR #D9EFE2

HEX: #D9EFE2
RGB: (217,239,226)

Color info

#D9EFE2 contains red, green and blue colors in about the same proportion. Web safe color of #D9EFE2 is #CCFFCC (or #CFC).

RGB color model

#D9EFE2 color RGB value is (217,239,226).

  • red value is 217;
  • green value is 239;
  • blue value is 226.
RGB:
(217,239,226)
(85%,94%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 226 of 255 = 89%

217
239
226

R + G + B ~ 89%. #D9EFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 226 = 682 (100%)
R 217 of 682 ~ 31.82%
G 239 of 682 ~ 35.04%
B 226 of 682 ~ 33.14%

%31.82
%35.04
%33.14

CMYK color model

#D9EFE2 color CMYK value is (9,0,5,6).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(9,0,5,6)
C9M0Y5K6 
(9%,0%,5%,6%)
(0.09/0.00/0.05/0.06)	

CMYK percentages

%9.21
%0
%5.44
%6.27

Codes

Color #D9EFE2 in popluar color models

D9EFE2
RGB217239226
HSL145°40.74%89.41%
HSB/HSV145°9.21%93.73%
CMYK9.21%0.00%5.44%
6.27%

Color #D9EFE2 in popluar number systems.

HEXD9EFE2
Decimal217239226
Binary110110011110111111100010
Octal331357342

Shades and tints

Shades of #D9EFE2

#D9EFE2
(217,239,226)
#C6DACE
(198,218,206)
#B3C5BA
(179,197,186)
#A0B0A6
(160,176,166)
#8D9B92
(141,155,146)
#7A867E
(122,134,126)
#67716A
(103,113,106)
#545C56
(84,92,86)
#414742
(65,71,66)
#2E322E
(46,50,46)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #D9EFE2

#D9EFE2
(217,239,226)
#DCF0E4
(220,240,228)
#DFF1E6
(223,241,230)
#E2F2E8
(226,242,232)
#E5F3EA
(229,243,234)
#E8F4EC
(232,244,236)
#EBF5EE
(235,245,238)
#EEF6F0
(238,246,240)
#F1F7F2
(241,247,242)
#F4F8F4
(244,248,244)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFE2; }

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

This text font color is #D9EFE2.


Background Color

.myBgColor { background-color: #D9EFE2; }

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

This div background color is #D9EFE2.


Border color

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

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

This div border color is #D9EFE2.


Opacity

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

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

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

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

This text has shadow with #D9EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFE2 on black background.


Color preview on white background

This text has color #D9EFE2 on white background.



Black color preview on #D9EFE2 background

This text has black color on #D9EFE2 background.


White color preview on #D9EFE2 background

This text has white color on #D9EFE2 background.