COLOR #D9F6EA

HEX: #D9F6EA
RGB: (217,246,234)

Color info

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

RGB color model

#D9F6EA color RGB value is (217,246,234).

  • red value is 217;
  • green value is 246;
  • blue value is 234.
RGB:
(217,246,234)
(85%,96%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 246 of 255 = 96%
B 234 of 255 = 92%

217
246
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 246 + 234 = 697 (100%)
R 217 of 697 ~ 31.13%
G 246 of 697 ~ 35.29%
B 234 of 697 ~ 33.57%

%31.13
%35.29
%33.57

CMYK color model

#D9F6EA color CMYK value is (12,0,5,4).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(12,0,5,4)
C12M0Y5K4 
(12%,0%,5%,4%)
(0.12/0.00/0.05/0.04)	

CMYK percentages

%11.79
%0
%4.88
%3.53

Codes

Color #D9F6EA in popluar color models

D9F6EA
RGB217246234
HSL155°61.70%90.78%
HSB/HSV155°11.79%96.47%
CMYK11.79%0.00%4.88%
3.53%

Color #D9F6EA in popluar number systems.

HEXD9F6EA
Decimal217246234
Binary110110011111011011101010
Octal331366352

Shades and tints

Shades of #D9F6EA

#D9F6EA
(217,246,234)
#C6E0D5
(198,224,213)
#B3CAC0
(179,202,192)
#A0B4AB
(160,180,171)
#8D9E96
(141,158,150)
#7A8881
(122,136,129)
#67726C
(103,114,108)
#545C57
(84,92,87)
#414642
(65,70,66)
#2E302D
(46,48,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #D9F6EA

#D9F6EA
(217,246,234)
#DCF6EB
(220,246,235)
#DFF6EC
(223,246,236)
#E2F6ED
(226,246,237)
#E5F6EE
(229,246,238)
#E8F6EF
(232,246,239)
#EBF6F0
(235,246,240)
#EEF6F1
(238,246,241)
#F1F6F2
(241,246,242)
#F4F6F3
(244,246,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F6EA; }

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

This text font color is #D9F6EA.


Background Color

.myBgColor { background-color: #D9F6EA; }

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

This div background color is #D9F6EA.


Border color

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

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

This div border color is #D9F6EA.


Opacity

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

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

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

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

This text has shadow with #D9F6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F6EA on black background.


Color preview on white background

This text has color #D9F6EA on white background.



Black color preview on #D9F6EA background

This text has black color on #D9F6EA background.


White color preview on #D9F6EA background

This text has white color on #D9F6EA background.