COLOR #D7E4DA

HEX: #D7E4DA
RGB: (215,228,218)

Color info

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

RGB color model

#D7E4DA color RGB value is (215,228,218).

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

RGB channels and saturation

R 215 of 255 = 84%
G 228 of 255 = 89%
B 218 of 255 = 85%

215
228
218

R + G + B ~ 86%. #D7E4DA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 228 + 218 = 661 (100%)
R 215 of 661 ~ 32.53%
G 228 of 661 ~ 34.49%
B 218 of 661 ~ 32.98%

%32.53
%34.49
%32.98

CMYK color model

#D7E4DA color CMYK value is (6,0,4,11).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK:
(6,0,4,11)
C6M0Y4K11 
(6%,0%,4%,11%)
(0.06/0.00/0.04/0.11)	

CMYK percentages

%5.7
%0
%4.39
%10.59

Codes

Color #D7E4DA in popluar color models

D7E4DA
RGB215228218
HSL134°19.40%86.86%
HSB/HSV134°5.70%89.41%
CMYK5.70%0.00%4.39%
10.59%

Color #D7E4DA in popluar number systems.

HEXD7E4DA
Decimal215228218
Binary110101111110010011011010
Octal327344332

Shades and tints

Shades of #D7E4DA

#D7E4DA
(215,228,218)
#C4D0C7
(196,208,199)
#B1BCB4
(177,188,180)
#9EA8A1
(158,168,161)
#8B948E
(139,148,142)
#78807B
(120,128,123)
#656C68
(101,108,104)
#525855
(82,88,85)
#3F4442
(63,68,66)
#2C302F
(44,48,47)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #D7E4DA

#D7E4DA
(215,228,218)
#DAE6DD
(218,230,221)
#DDE8E0
(221,232,224)
#E0EAE3
(224,234,227)
#E3ECE6
(227,236,230)
#E6EEE9
(230,238,233)
#E9F0EC
(233,240,236)
#ECF2EF
(236,242,239)
#EFF4F2
(239,244,242)
#F2F6F5
(242,246,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E4DA; }

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

This text font color is #D7E4DA.


Background Color

.myBgColor { background-color: #D7E4DA; }

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

This div background color is #D7E4DA.


Border color

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

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

This div border color is #D7E4DA.


Opacity

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

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

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

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

This text has shadow with #D7E4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E4DA on black background.


Color preview on white background

This text has color #D7E4DA on white background.



Black color preview on #D7E4DA background

This text has black color on #D7E4DA background.


White color preview on #D7E4DA background

This text has white color on #D7E4DA background.