COLOR #D7E3DA

HEX: #D7E3DA RGB: (215,227,218)

Color info

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

RGB color model

#D7E3DA color RGB value is (215,227,218).

RGB: (215,227,218) (84%, 89%, 85%)

RGB channels and saturation

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

215
227
218

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

Portions of RGB colors in percentages

R + G + B = 215 + 227 + 218 = 660 (100%)
R 215 of 660 ~ 32.58%
G 227 of 660 ~ 34.39%
B 218 of 660 ~ 33.03'%

%32.58
%34.39
%33.03

CMYK color model

#D7E3DA color CMYK value is (5,0,4,11).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 10.98%

CMYK: (5,0,4,11)
C5M0Y4K11 (5%, 0%, 4%, 11%)
(0.05 / 0.00 / 0.04 / 0.11)

CMYK percentages

%5.29
%0
%3.96
%10.98

Codes

Color #D7E3DA in popluar color models

D7 E3 DA
RGB 215 227 218
HSL 135° 17.65% 86.67%
HSB/HSV 135° 5.29% 89.02%
CMYK 5.29% 0.00% 3.96%
10.98%

Color #D7E3DA in popluar number systems.

HEX D7 E3 DA
Decimal 215 227 218
Binary 11010111 11100011 11011010
Octal 327 343 332

Shades and tints

Shades of #D7E3DA

#D7E3DA
(215,227,218)
#C4CFC7
(196,207,199)
#B1BBB4
(177,187,180)
#9EA7A1
(158,167,161)
#8B938E
(139,147,142)
#787F7B
(120,127,123)
#656B68
(101,107,104)
#525755
(82,87,85)
#3F4342
(63,67,66)
#2C2F2F
(44,47,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #D7E3DA

#D7E3DA
(215,227,218)
#DAE5DD
(218,229,221)
#DDE7E0
(221,231,224)
#E0E9E3
(224,233,227)
#E3EBE6
(227,235,230)
#E6EDE9
(230,237,233)
#E9EFEC
(233,239,236)
#ECF1EF
(236,241,239)
#EFF3F2
(239,243,242)
#F2F5F5
(242,245,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E3DA; }

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

This text font color is #D7E3DA.

Background Color

.myBgColor { background-color: #D7E3DA; }

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

This div background color is #D7E3DA.

Border color

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

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

This div border color is #D7E3DA.

Opacity

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

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

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

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

This text has shadow with #D7E3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E3DA.

Preview

Color preview on black background

This text has color #D7E3DA on black background.


Color preview on white background

This text has color #D7E3DA on white background.


Black color preview on #D7E3DA background

This text has black color on #D7E3DA background.


White color preview on #D7E3DA background

This text has white color on #D7E3DA background.


Related colors

Complementary color

Complementary color for #hex is #281C25.


I love getcolorcode.com

Triadic colors

1 #DAD7E3 and #E3DAD7 with #D7E3DA are triadic colors.

2 #DAE3D7 and #E3D7DA with #D7E3DA are triadic colors.