COLOR #D7EBED

HEX: #D7EBED RGB: (215,235,237)

Color info

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

RGB color model

#D7EBED color RGB value is (215,235,237).

RGB: (215,235,237) (84%, 92%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 237 of 255 = 93%

215
235
237

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

Portions of RGB colors in percentages

R + G + B = 215 + 235 + 237 = 687 (100%)
R 215 of 687 ~ 31.3%
G 235 of 687 ~ 34.21%
B 237 of 687 ~ 34.5'%

%31.3
%34.21
%34.5

CMYK color model

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

  • cyan value is 9.28%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (9,1,0,7) C9M1Y0K7 (9%,1%,0%,7%) (0.09/0.01/0.00/0.07) 

CMYK percentages

%9.28
%0.84
%0
%7.06

Codes

Color #D7EBED in popluar color models

D7 EB ED
RGB 215 235 237
HSL 185° 37.93% 88.63%
HSB/HSV 185° 9.28% 92.94%
CMYK 9.28% 0.84% 0.00%
7.06%

Color #D7EBED in popluar number systems.

HEX D7 EB ED
Decimal 215 235 237
Binary 11010111 11101011 11101101
Octal 327 353 355

Shades and tints

Shades of #D7EBED

#D7EBED
(215,235,237)
#C4D6D8
(196,214,216)
#B1C1C3
(177,193,195)
#9EACAE
(158,172,174)
#8B9799
(139,151,153)
#788284
(120,130,132)
#656D6F
(101,109,111)
#52585A
(82,88,90)
#3F4345
(63,67,69)
#2C2E30
(44,46,48)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #D7EBED

#D7EBED
(215,235,237)
#DAECEE
(218,236,238)
#DDEDEF
(221,237,239)
#E0EEF0
(224,238,240)
#E3EFF1
(227,239,241)
#E6F0F2
(230,240,242)
#E9F1F3
(233,241,243)
#ECF2F4
(236,242,244)
#EFF3F5
(239,243,245)
#F2F4F6
(242,244,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBED; }

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

This text font color is #D7EBED.

Background Color

.myBgColor { background-color: #D7EBED; }

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

This div background color is #D7EBED.

Border color

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

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

This div border color is #D7EBED.

Opacity

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

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

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

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

This text has shadow with #D7EBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EBED.

Preview

Color preview on black background

This text has color #D7EBED on black background.


Color preview on white background

This text has color #D7EBED on white background.


Black color preview on #D7EBED background

This text has black color on #D7EBED background.


White color preview on #D7EBED background

This text has white color on #D7EBED background.


Related colors

Complementary color

Complementary color for #hex is #281412.


I love getcolorcode.com

Triadic colors

1 #EDD7EB and #EBEDD7 with #D7EBED are triadic colors.

2 #EDEBD7 and #EBD7ED with #D7EBED are triadic colors.