COLOR #D7ECED

HEX: #D7ECED RGB: (215,236,237)

Color info

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

RGB color model

#D7ECED color RGB value is (215,236,237).

RGB: (215,236,237) (84%, 93%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 237 of 255 = 93%

215
236
237

R + G + B ~ 90%. #D7ECED is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 236 + 237 = 688 (100%)
R 215 of 688 ~ 31.25%
G 236 of 688 ~ 34.3%
B 237 of 688 ~ 34.45'%

%31.25
%34.3
%34.45

CMYK color model

#D7ECED color CMYK value is (9,0,0,7).

  • cyan value is 9.28%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (9,0,0,7)
C9M0Y0K7 (9%, 0%, 0%, 7%)
(0.09 / 0.00 / 0.00 / 0.07)

CMYK percentages

%9.28
%0.42
%0
%7.06

Codes

Color #D7ECED in popluar color models

D7 EC ED
RGB 215 236 237
HSL 183° 37.93% 88.63%
HSB/HSV 183° 9.28% 92.94%
CMYK 9.28% 0.42% 0.00%
7.06%

Color #D7ECED in popluar number systems.

HEX D7 EC ED
Decimal 215 236 237
Binary 11010111 11101100 11101101
Octal 327 354 355

Shades and tints

Shades of #D7ECED

#D7ECED
(215,236,237)
#C4D7D8
(196,215,216)
#B1C2C3
(177,194,195)
#9EADAE
(158,173,174)
#8B9899
(139,152,153)
#788384
(120,131,132)
#656E6F
(101,110,111)
#52595A
(82,89,90)
#3F4445
(63,68,69)
#2C2F30
(44,47,48)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #D7ECED

#D7ECED
(215,236,237)
#DAEDEE
(218,237,238)
#DDEEEF
(221,238,239)
#E0EFF0
(224,239,240)
#E3F0F1
(227,240,241)
#E6F1F2
(230,241,242)
#E9F2F3
(233,242,243)
#ECF3F4
(236,243,244)
#EFF4F5
(239,244,245)
#F2F5F6
(242,245,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ECED color. Also use rgb(215,236,237) instead hex code.

Text Font Color

.myTextColor { color: #D7ECED; }

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

This text font color is #D7ECED.

Background Color

.myBgColor { background-color: #D7ECED; }

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

This div background color is #D7ECED.

Border color

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

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

This div border color is #D7ECED.

Opacity

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

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

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

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

This text has shadow with #D7ECED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ECED.

Preview

Color preview on black background

This text has color #D7ECED on black background.


Color preview on white background

This text has color #D7ECED on white background.


Black color preview on #D7ECED background

This text has black color on #D7ECED background.


White color preview on #D7ECED background

This text has white color on #D7ECED background.


Related colors

Complementary color

Complementary color for #hex is #281312.


I love getcolorcode.com

Triadic colors

1 #EDD7EC and #ECEDD7 with #D7ECED are triadic colors.

2 #EDECD7 and #ECD7ED with #D7ECED are triadic colors.