COLOR #D9E2E6

HEX: #D9E2E6
RGB: (217,226,230)

Color info

#D9E2E6 contains red, green and blue colors in about the same proportion. Web safe color of #D9E2E6 is #CCCCCC (or #CCC).

RGB color model

#D9E2E6 color RGB value is (217,226,230).

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

RGB channels and saturation

R 217 of 255 = 85%
G 226 of 255 = 89%
B 230 of 255 = 90%

217
226
230

R + G + B ~ 88%. #D9E2E6 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 226 + 230 = 673 (100%)
R 217 of 673 ~ 32.24%
G 226 of 673 ~ 33.58%
B 230 of 673 ~ 34.18%

%32.24
%33.58
%34.18

CMYK color model

#D9E2E6 color CMYK value is (6,2,0,10).

  • cyan value is 5.65%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(6,2,0,10)
C6M2Y0K10 
(6%,2%,0%,10%)
(0.06/0.02/0.00/0.10)	

CMYK percentages

%5.65
%1.74
%0
%9.8

Codes

Color #D9E2E6 in popluar color models

D9E2E6
RGB217226230
HSL198°20.63%87.65%
HSB/HSV198°5.65%90.20%
CMYK5.65%1.74%0.00%
9.80%

Color #D9E2E6 in popluar number systems.

HEXD9E2E6
Decimal217226230
Binary110110011110001011100110
Octal331342346

Shades and tints

Shades of #D9E2E6

#D9E2E6
(217,226,230)
#C6CED2
(198,206,210)
#B3BABE
(179,186,190)
#A0A6AA
(160,166,170)
#8D9296
(141,146,150)
#7A7E82
(122,126,130)
#676A6E
(103,106,110)
#54565A
(84,86,90)
#414246
(65,66,70)
#2E2E32
(46,46,50)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #D9E2E6

#D9E2E6
(217,226,230)
#DCE4E8
(220,228,232)
#DFE6EA
(223,230,234)
#E2E8EC
(226,232,236)
#E5EAEE
(229,234,238)
#E8ECF0
(232,236,240)
#EBEEF2
(235,238,242)
#EEF0F4
(238,240,244)
#F1F2F6
(241,242,246)
#F4F4F8
(244,244,248)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E2E6; }

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

This text font color is #D9E2E6.


Background Color

.myBgColor { background-color: #D9E2E6; }

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

This div background color is #D9E2E6.


Border color

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

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

This div border color is #D9E2E6.


Opacity

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

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

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

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

This text has shadow with #D9E2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E2E6 on black background.


Color preview on white background

This text has color #D9E2E6 on white background.



Black color preview on #D9E2E6 background

This text has black color on #D9E2E6 background.


White color preview on #D9E2E6 background

This text has white color on #D9E2E6 background.