COLOR #D7E9EA

HEX: #D7E9EA RGB: (215,233,234)

Color info

#D7E9EA contains red, green and blue colors in about the same proportion. Web safe color of #D7E9EA is #CCFFFF (or #CFF).

RGB color model

#D7E9EA color RGB value is (215,233,234).

RGB: (215,233,234) (84%, 91%, 92%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 234 of 255 = 92%

215
233
234

R + G + B ~ 89%. #D7E9EA is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 233 + 234 = 682 (100%)
R 215 of 682 ~ 31.52%
G 233 of 682 ~ 34.16%
B 234 of 682 ~ 34.31'%

%31.52
%34.16
%34.31

CMYK color model

#D7E9EA color CMYK value is (8,0,0,8).

  • cyan value is 8.12%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (8,0,0,8)
C8M0Y0K8 (8%, 0%, 0%, 8%)
(0.08 / 0.00 / 0.00 / 0.08)

CMYK percentages

%8.12
%0.43
%0
%8.24

Codes

Color #D7E9EA in popluar color models

D7 E9 EA
RGB 215 233 234
HSL 183° 31.15% 88.04%
HSB/HSV 183° 8.12% 91.76%
CMYK 8.12% 0.43% 0.00%
8.24%

Color #D7E9EA in popluar number systems.

HEX D7 E9 EA
Decimal 215 233 234
Binary 11010111 11101001 11101010
Octal 327 351 352

Shades and tints

Shades of #D7E9EA

#D7E9EA
(215,233,234)
#C4D4D5
(196,212,213)
#B1BFC0
(177,191,192)
#9EAAAB
(158,170,171)
#8B9596
(139,149,150)
#788081
(120,128,129)
#656B6C
(101,107,108)
#525657
(82,86,87)
#3F4142
(63,65,66)
#2C2C2D
(44,44,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7E9EA

#D7E9EA
(215,233,234)
#DAEBEB
(218,235,235)
#DDEDEC
(221,237,236)
#E0EFED
(224,239,237)
#E3F1EE
(227,241,238)
#E6F3EF
(230,243,239)
#E9F5F0
(233,245,240)
#ECF7F1
(236,247,241)
#EFF9F2
(239,249,242)
#F2FBF3
(242,251,243)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E9EA color. Also use rgb(215,233,234) instead hex code.

Text Font Color

.myTextColor { color: #D7E9EA; }

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

This text font color is #D7E9EA.

Background Color

.myBgColor { background-color: #D7E9EA; }

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

This div background color is #D7E9EA.

Border color

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

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

This div border color is #D7E9EA.

Opacity

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

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

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

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

This text has shadow with #D7E9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E9EA.

Preview

Color preview on black background

This text has color #D7E9EA on black background.


Color preview on white background

This text has color #D7E9EA on white background.


Black color preview on #D7E9EA background

This text has black color on #D7E9EA background.


White color preview on #D7E9EA background

This text has white color on #D7E9EA background.


Related colors

Complementary color

Complementary color for #hex is #281615.


I love getcolorcode.com

Triadic colors

1 #EAD7E9 and #E9EAD7 with #D7E9EA are triadic colors.

2 #EAE9D7 and #E9D7EA with #D7E9EA are triadic colors.