COLOR #D7EBDD

HEX: #D7EBDD RGB: (215,235,221)

Color info

#D7EBDD contains red, green and blue colors in about the same proportion. Web safe color of #D7EBDD is #CCFFCC (or #CFC).

RGB color model

#D7EBDD color RGB value is (215,235,221).

RGB: (215,235,221) (84%, 92%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 221 of 255 = 87%

215
235
221

R + G + B ~ 88%. #D7EBDD is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 235 + 221 = 671 (100%)
R 215 of 671 ~ 32.04%
G 235 of 671 ~ 35.02%
B 221 of 671 ~ 32.94'%

%32.04
%35.02
%32.94

CMYK color model

#D7EBDD color CMYK value is (9,0,6,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%

CMYK: (9,0,6,8)
C9M0Y6K8 (9%, 0%, 6%, 8%)
(0.09 / 0.00 / 0.06 / 0.08)

CMYK percentages

%8.51
%0
%5.96
%7.84

Codes

Color #D7EBDD in popluar color models

D7 EB DD
RGB 215 235 221
HSL 138° 33.33% 88.24%
HSB/HSV 138° 8.51% 92.16%
CMYK 8.51% 0.00% 5.96%
7.84%

Color #D7EBDD in popluar number systems.

HEX D7 EB DD
Decimal 215 235 221
Binary 11010111 11101011 11011101
Octal 327 353 335

Shades and tints

Shades of #D7EBDD

#D7EBDD
(215,235,221)
#C4D6C9
(196,214,201)
#B1C1B5
(177,193,181)
#9EACA1
(158,172,161)
#8B978D
(139,151,141)
#788279
(120,130,121)
#656D65
(101,109,101)
#525851
(82,88,81)
#3F433D
(63,67,61)
#2C2E29
(44,46,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7EBDD

#D7EBDD
(215,235,221)
#DAECE0
(218,236,224)
#DDEDE3
(221,237,227)
#E0EEE6
(224,238,230)
#E3EFE9
(227,239,233)
#E6F0EC
(230,240,236)
#E9F1EF
(233,241,239)
#ECF2F2
(236,242,242)
#EFF3F5
(239,243,245)
#F2F4F8
(242,244,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBDD; }

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

This text font color is #D7EBDD.

Background Color

.myBgColor { background-color: #D7EBDD; }

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

This div background color is #D7EBDD.

Border color

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

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

This div border color is #D7EBDD.

Opacity

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

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

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

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

This text has shadow with #D7EBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EBDD.

Preview

Color preview on black background

This text has color #D7EBDD on black background.


Color preview on white background

This text has color #D7EBDD on white background.


Black color preview on #D7EBDD background

This text has black color on #D7EBDD background.


White color preview on #D7EBDD background

This text has white color on #D7EBDD background.


Related colors

Complementary color

Complementary color for #hex is #281422.


I love getcolorcode.com

Triadic colors

1 #DDD7EB and #EBDDD7 with #D7EBDD are triadic colors.

2 #DDEBD7 and #EBD7DD with #D7EBDD are triadic colors.