COLOR #D7EBE4

HEX: #D7EBE4
RGB: (215,235,228)

Color info

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

RGB color model

#D7EBE4 color RGB value is (215,235,228).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 228 of 255 = 89%

215
235
228

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

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 228 = 678 (100%)
R 215 of 678 ~ 31.71%
G 235 of 678 ~ 34.66%
B 228 of 678 ~ 33.63%

%31.71
%34.66
%33.63

CMYK color model

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

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(9,0,3,8)
C9M0Y3K8 
(9%,0%,3%,8%)
(0.09/0.00/0.03/0.08)	

CMYK percentages

%8.51
%0
%2.98
%7.84

Codes

Color #D7EBE4 in popluar color models

D7EBE4
RGB215235228
HSL159°33.33%88.24%
HSB/HSV159°8.51%92.16%
CMYK8.51%0.00%2.98%
7.84%

Color #D7EBE4 in popluar number systems.

HEXD7EBE4
Decimal215235228
Binary110101111110101111100100
Octal327353344

Shades and tints

Shades of #D7EBE4

#D7EBE4
(215,235,228)
#C4D6D0
(196,214,208)
#B1C1BC
(177,193,188)
#9EACA8
(158,172,168)
#8B9794
(139,151,148)
#788280
(120,130,128)
#656D6C
(101,109,108)
#525858
(82,88,88)
#3F4344
(63,67,68)
#2C2E30
(44,46,48)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #D7EBE4

#D7EBE4
(215,235,228)
#DAECE6
(218,236,230)
#DDEDE8
(221,237,232)
#E0EEEA
(224,238,234)
#E3EFEC
(227,239,236)
#E6F0EE
(230,240,238)
#E9F1F0
(233,241,240)
#ECF2F2
(236,242,242)
#EFF3F4
(239,243,244)
#F2F4F6
(242,244,246)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBE4; }

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

This text font color is #D7EBE4.


Background Color

.myBgColor { background-color: #D7EBE4; }

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

This div background color is #D7EBE4.


Border color

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

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

This div border color is #D7EBE4.


Opacity

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

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

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

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

This text has shadow with #D7EBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBE4 on black background.


Color preview on white background

This text has color #D7EBE4 on white background.



Black color preview on #D7EBE4 background

This text has black color on #D7EBE4 background.


White color preview on #D7EBE4 background

This text has white color on #D7EBE4 background.