COLOR #D7E7EA

HEX: #D7E7EA RGB: (215,231,234)

Color info

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

RGB color model

#D7E7EA color RGB value is (215,231,234).

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

RGB channels and saturation

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

215
231
234

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

Portions of RGB colors in percentages

R + G + B = 215 + 231 + 234 = 680 (100%)
R 215 of 680 ~ 31.62%
G 231 of 680 ~ 33.97%
B 234 of 680 ~ 34.41'%

%31.62
%33.97
%34.41

CMYK color model

#D7E7EA color CMYK value is (8,1,0,8).

  • cyan value is 8.12%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (8,1,0,8) C8M1Y0K8 (8%,1%,0%,8%) (0.08/0.01/0.00/0.08) 

CMYK percentages

%8.12
%1.28
%0
%8.24

Codes

Color #D7E7EA in popluar color models

D7 E7 EA
RGB 215 231 234
HSL 189° 31.15% 88.04%
HSB/HSV 189° 8.12% 91.76%
CMYK 8.12% 1.28% 0.00%
8.24%

Color #D7E7EA in popluar number systems.

HEX D7 E7 EA
Decimal 215 231 234
Binary 11010111 11100111 11101010
Octal 327 347 352

Shades and tints

Shades of #D7E7EA

#D7E7EA
(215,231,234)
#C4D2D5
(196,210,213)
#B1BDC0
(177,189,192)
#9EA8AB
(158,168,171)
#8B9396
(139,147,150)
#787E81
(120,126,129)
#65696C
(101,105,108)
#525457
(82,84,87)
#3F3F42
(63,63,66)
#2C2A2D
(44,42,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D7E7EA

#D7E7EA
(215,231,234)
#DAE9EB
(218,233,235)
#DDEBEC
(221,235,236)
#E0EDED
(224,237,237)
#E3EFEE
(227,239,238)
#E6F1EF
(230,241,239)
#E9F3F0
(233,243,240)
#ECF5F1
(236,245,241)
#EFF7F2
(239,247,242)
#F2F9F3
(242,249,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E7EA; }

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

This text font color is #D7E7EA.

Background Color

.myBgColor { background-color: #D7E7EA; }

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

This div background color is #D7E7EA.

Border color

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

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

This div border color is #D7E7EA.

Opacity

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

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

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

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

This text has shadow with #D7E7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E7EA.

Preview

Color preview on black background

This text has color #D7E7EA on black background.


Color preview on white background

This text has color #D7E7EA on white background.


Black color preview on #D7E7EA background

This text has black color on #D7E7EA background.


White color preview on #D7E7EA background

This text has white color on #D7E7EA background.


Related colors

Complementary color

Complementary color for #hex is #281815.


I love getcolorcode.com

Triadic colors

1 #EAD7E7 and #E7EAD7 with #D7E7EA are triadic colors.

2 #EAE7D7 and #E7D7EA with #D7E7EA are triadic colors.