COLOR #D1E4DA

HEX: #D1E4DA
RGB: (209,228,218)

Color info

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

RGB color model

#D1E4DA color RGB value is (209,228,218).

  • red value is 209;
  • green value is 228;
  • blue value is 218.
RGB:
(209,228,218)
(82%,89%,85%)

RGB channels and saturation

R 209 of 255 = 82%
G 228 of 255 = 89%
B 218 of 255 = 85%

209
228
218

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

Portions of RGB colors in percentages

R + G + B =
209 + 228 + 218 = 655 (100%)
R 209 of 655 ~ 31.91%
G 228 of 655 ~ 34.81%
B 218 of 655 ~ 33.28%

%31.91
%34.81
%33.28

CMYK color model

#D1E4DA color CMYK value is (8,0,4,11).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK:
(8,0,4,11)
C8M0Y4K11 
(8%,0%,4%,11%)
(0.08/0.00/0.04/0.11)	

CMYK percentages

%8.33
%0
%4.39
%10.59

Codes

Color #D1E4DA in popluar color models

D1E4DA
RGB209228218
HSL148°26.03%85.69%
HSB/HSV148°8.33%89.41%
CMYK8.33%0.00%4.39%
10.59%

Color #D1E4DA in popluar number systems.

HEXD1E4DA
Decimal209228218
Binary110100011110010011011010
Octal321344332

Shades and tints

Shades of #D1E4DA

#D1E4DA
(209,228,218)
#BED0C7
(190,208,199)
#ABBCB4
(171,188,180)
#98A8A1
(152,168,161)
#85948E
(133,148,142)
#72807B
(114,128,123)
#5F6C68
(95,108,104)
#4C5855
(76,88,85)
#394442
(57,68,66)
#26302F
(38,48,47)
#131C1C
(19,28,28)
#000000
(0,0,0)

Tints of #D1E4DA

#D1E4DA
(209,228,218)
#D5E6DD
(213,230,221)
#D9E8E0
(217,232,224)
#DDEAE3
(221,234,227)
#E1ECE6
(225,236,230)
#E5EEE9
(229,238,233)
#E9F0EC
(233,240,236)
#EDF2EF
(237,242,239)
#F1F4F2
(241,244,242)
#F5F6F5
(245,246,245)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E4DA color. Also use rgb(209,228,218) instead hex code.

Text Font Color

.myTextColor { color: #D1E4DA; }

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

This text font color is #D1E4DA.


Background Color

.myBgColor { background-color: #D1E4DA; }

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

This div background color is #D1E4DA.


Border color

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

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

This div border color is #D1E4DA.


Opacity

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

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

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

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

This text has shadow with #D1E4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E4DA on black background.


Color preview on white background

This text has color #D1E4DA on white background.



Black color preview on #D1E4DA background

This text has black color on #D1E4DA background.


White color preview on #D1E4DA background

This text has white color on #D1E4DA background.