COLOR #D7EBD8

HEX: #D7EBD8
RGB: (215,235,216)

Color info

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

RGB color model

#D7EBD8 color RGB value is (215,235,216).

  • red value is 215;
  • green value is 235;
  • blue value is 216.
RGB:
(215,235,216)
(84%,92%,85%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 216 of 255 = 85%

215
235
216

R + G + B ~ 87%. #D7EBD8 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 216 = 666 (100%)
R 215 of 666 ~ 32.28%
G 235 of 666 ~ 35.29%
B 216 of 666 ~ 32.43%

%32.28
%35.29
%32.43

CMYK color model

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

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(9,0,8,8)
C9M0Y8K8 
(9%,0%,8%,8%)
(0.09/0.00/0.08/0.08)	

CMYK percentages

%8.51
%0
%8.09
%7.84

Codes

Color #D7EBD8 in popluar color models

D7EBD8
RGB215235216
HSL123°33.33%88.24%
HSB/HSV123°8.51%92.16%
CMYK8.51%0.00%8.09%
7.84%

Color #D7EBD8 in popluar number systems.

HEXD7EBD8
Decimal215235216
Binary110101111110101111011000
Octal327353330

Shades and tints

Shades of #D7EBD8

#D7EBD8
(215,235,216)
#C4D6C5
(196,214,197)
#B1C1B2
(177,193,178)
#9EAC9F
(158,172,159)
#8B978C
(139,151,140)
#788279
(120,130,121)
#656D66
(101,109,102)
#525853
(82,88,83)
#3F4340
(63,67,64)
#2C2E2D
(44,46,45)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #D7EBD8

#D7EBD8
(215,235,216)
#DAECDB
(218,236,219)
#DDEDDE
(221,237,222)
#E0EEE1
(224,238,225)
#E3EFE4
(227,239,228)
#E6F0E7
(230,240,231)
#E9F1EA
(233,241,234)
#ECF2ED
(236,242,237)
#EFF3F0
(239,243,240)
#F2F4F3
(242,244,243)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBD8; }

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

This text font color is #D7EBD8.


Background Color

.myBgColor { background-color: #D7EBD8; }

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

This div background color is #D7EBD8.


Border color

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

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

This div border color is #D7EBD8.


Opacity

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

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

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

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

This text has shadow with #D7EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBD8 on black background.


Color preview on white background

This text has color #D7EBD8 on white background.



Black color preview on #D7EBD8 background

This text has black color on #D7EBD8 background.


White color preview on #D7EBD8 background

This text has white color on #D7EBD8 background.