COLOR #D7EBE8

HEX: #D7EBE8
RGB: (215,235,232)

Color info

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

RGB color model

#D7EBE8 color RGB value is (215,235,232).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 232 of 255 = 91%

215
235
232

R + G + B ~ 89%. #D7EBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 232 = 682 (100%)
R 215 of 682 ~ 31.52%
G 235 of 682 ~ 34.46%
B 232 of 682 ~ 34.02%

%31.52
%34.46
%34.02

CMYK color model

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

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(9,0,1,8)
C9M0Y1K8 
(9%,0%,1%,8%)
(0.09/0.00/0.01/0.08)	

CMYK percentages

%8.51
%0
%1.28
%7.84

Codes

Color #D7EBE8 in popluar color models

D7EBE8
RGB215235232
HSL171°33.33%88.24%
HSB/HSV171°8.51%92.16%
CMYK8.51%0.00%1.28%
7.84%

Color #D7EBE8 in popluar number systems.

HEXD7EBE8
Decimal215235232
Binary110101111110101111101000
Octal327353350

Shades and tints

Shades of #D7EBE8

#D7EBE8
(215,235,232)
#C4D6D3
(196,214,211)
#B1C1BE
(177,193,190)
#9EACA9
(158,172,169)
#8B9794
(139,151,148)
#78827F
(120,130,127)
#656D6A
(101,109,106)
#525855
(82,88,85)
#3F4340
(63,67,64)
#2C2E2B
(44,46,43)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7EBE8

#D7EBE8
(215,235,232)
#DAECEA
(218,236,234)
#DDEDEC
(221,237,236)
#E0EEEE
(224,238,238)
#E3EFF0
(227,239,240)
#E6F0F2
(230,240,242)
#E9F1F4
(233,241,244)
#ECF2F6
(236,242,246)
#EFF3F8
(239,243,248)
#F2F4FA
(242,244,250)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBE8; }

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

This text font color is #D7EBE8.


Background Color

.myBgColor { background-color: #D7EBE8; }

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

This div background color is #D7EBE8.


Border color

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

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

This div border color is #D7EBE8.


Opacity

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

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

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

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

This text has shadow with #D7EBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBE8 on black background.


Color preview on white background

This text has color #D7EBE8 on white background.



Black color preview on #D7EBE8 background

This text has black color on #D7EBE8 background.


White color preview on #D7EBE8 background

This text has white color on #D7EBE8 background.