COLOR #D1E3D6

HEX: #D1E3D6
RGB: (209,227,214)

Color info

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

RGB color model

#D1E3D6 color RGB value is (209,227,214).

  • red value is 209;
  • green value is 227;
  • blue value is 214.
RGB:
(209,227,214)
(82%,89%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 227 of 255 = 89%
B 214 of 255 = 84%

209
227
214

R + G + B ~ 85%. #D1E3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 227 + 214 = 650 (100%)
R 209 of 650 ~ 32.15%
G 227 of 650 ~ 34.92%
B 214 of 650 ~ 32.92%

%32.15
%34.92
%32.92

CMYK color model

#D1E3D6 color CMYK value is (8,0,6,11).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(8,0,6,11)
C8M0Y6K11 
(8%,0%,6%,11%)
(0.08/0.00/0.06/0.11)	

CMYK percentages

%7.93
%0
%5.73
%10.98

Codes

Color #D1E3D6 in popluar color models

D1E3D6
RGB209227214
HSL137°24.32%85.49%
HSB/HSV137°7.93%89.02%
CMYK7.93%0.00%5.73%
10.98%

Color #D1E3D6 in popluar number systems.

HEXD1E3D6
Decimal209227214
Binary110100011110001111010110
Octal321343326

Shades and tints

Shades of #D1E3D6

#D1E3D6
(209,227,214)
#BECFC3
(190,207,195)
#ABBBB0
(171,187,176)
#98A79D
(152,167,157)
#85938A
(133,147,138)
#727F77
(114,127,119)
#5F6B64
(95,107,100)
#4C5751
(76,87,81)
#39433E
(57,67,62)
#262F2B
(38,47,43)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #D1E3D6

#D1E3D6
(209,227,214)
#D5E5D9
(213,229,217)
#D9E7DC
(217,231,220)
#DDE9DF
(221,233,223)
#E1EBE2
(225,235,226)
#E5EDE5
(229,237,229)
#E9EFE8
(233,239,232)
#EDF1EB
(237,241,235)
#F1F3EE
(241,243,238)
#F5F5F1
(245,245,241)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E3D6 color. Also use rgb(209,227,214) instead hex code.

Text Font Color

.myTextColor { color: #D1E3D6; }

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

This text font color is #D1E3D6.


Background Color

.myBgColor { background-color: #D1E3D6; }

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

This div background color is #D1E3D6.


Border color

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

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

This div border color is #D1E3D6.


Opacity

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

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

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

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

This text has shadow with #D1E3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E3D6 on black background.


Color preview on white background

This text has color #D1E3D6 on white background.



Black color preview on #D1E3D6 background

This text has black color on #D1E3D6 background.


White color preview on #D1E3D6 background

This text has white color on #D1E3D6 background.