COLOR #D9E6EA

HEX: #D9E6EA
RGB: (217,230,234)

Color info

#D9E6EA contains red, green and blue colors in about the same proportion. Web safe color of #D9E6EA is #CCCCFF (or #CCF).

RGB color model

#D9E6EA color RGB value is (217,230,234).

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

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 234 of 255 = 92%

217
230
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 230 + 234 = 681 (100%)
R 217 of 681 ~ 31.86%
G 230 of 681 ~ 33.77%
B 234 of 681 ~ 34.36%

%31.86
%33.77
%34.36

CMYK color model

#D9E6EA color CMYK value is (7,2,0,8).

  • cyan value is 7.26%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,2,0,8)
C7M2Y0K8 
(7%,2%,0%,8%)
(0.07/0.02/0.00/0.08)	

CMYK percentages

%7.26
%1.71
%0
%8.24

Codes

Color #D9E6EA in popluar color models

D9E6EA
RGB217230234
HSL194°28.81%88.43%
HSB/HSV194°7.26%91.76%
CMYK7.26%1.71%0.00%
8.24%

Color #D9E6EA in popluar number systems.

HEXD9E6EA
Decimal217230234
Binary110110011110011011101010
Octal331346352

Shades and tints

Shades of #D9E6EA

#D9E6EA
(217,230,234)
#C6D2D5
(198,210,213)
#B3BEC0
(179,190,192)
#A0AAAB
(160,170,171)
#8D9696
(141,150,150)
#7A8281
(122,130,129)
#676E6C
(103,110,108)
#545A57
(84,90,87)
#414642
(65,70,66)
#2E322D
(46,50,45)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #D9E6EA

#D9E6EA
(217,230,234)
#DCE8EB
(220,232,235)
#DFEAEC
(223,234,236)
#E2ECED
(226,236,237)
#E5EEEE
(229,238,238)
#E8F0EF
(232,240,239)
#EBF2F0
(235,242,240)
#EEF4F1
(238,244,241)
#F1F6F2
(241,246,242)
#F4F8F3
(244,248,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6EA; }

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

This text font color is #D9E6EA.


Background Color

.myBgColor { background-color: #D9E6EA; }

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

This div background color is #D9E6EA.


Border color

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

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

This div border color is #D9E6EA.


Opacity

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

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

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

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

This text has shadow with #D9E6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6EA on black background.


Color preview on white background

This text has color #D9E6EA on white background.



Black color preview on #D9E6EA background

This text has black color on #D9E6EA background.


White color preview on #D9E6EA background

This text has white color on #D9E6EA background.