COLOR #D7EBFC

HEX: #D7EBFC
RGB: (215,235,252)

Color info

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

RGB color model

#D7EBFC color RGB value is (215,235,252).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 252 of 255 = 99%

215
235
252

R + G + B ~ 92%. #D7EBFC is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 252 = 702 (100%)
R 215 of 702 ~ 30.63%
G 235 of 702 ~ 33.48%
B 252 of 702 ~ 35.9%

%30.63
%33.48
%35.9

CMYK color model

#D7EBFC color CMYK value is (15,7,0,1).

  • cyan value is 14.68%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,7,0,1)
C15M7Y0K1 
(15%,7%,0%,1%)
(0.15/0.07/0.00/0.01)	

CMYK percentages

%14.68
%6.75
%0
%1.18

Codes

Color #D7EBFC in popluar color models

D7EBFC
RGB215235252
HSL208°86.05%91.57%
HSB/HSV208°14.68%98.82%
CMYK14.68%6.75%0.00%
1.18%

Color #D7EBFC in popluar number systems.

HEXD7EBFC
Decimal215235252
Binary110101111110101111111100
Octal327353374

Shades and tints

Shades of #D7EBFC

#D7EBFC
(215,235,252)
#C4D6E6
(196,214,230)
#B1C1D0
(177,193,208)
#9EACBA
(158,172,186)
#8B97A4
(139,151,164)
#78828E
(120,130,142)
#656D78
(101,109,120)
#525862
(82,88,98)
#3F434C
(63,67,76)
#2C2E36
(44,46,54)
#191920
(25,25,32)
#000000
(0,0,0)

Tints of #D7EBFC

#D7EBFC
(215,235,252)
#DAECFC
(218,236,252)
#DDEDFC
(221,237,252)
#E0EEFC
(224,238,252)
#E3EFFC
(227,239,252)
#E6F0FC
(230,240,252)
#E9F1FC
(233,241,252)
#ECF2FC
(236,242,252)
#EFF3FC
(239,243,252)
#F2F4FC
(242,244,252)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBFC; }

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

This text font color is #D7EBFC.


Background Color

.myBgColor { background-color: #D7EBFC; }

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

This div background color is #D7EBFC.


Border color

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

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

This div border color is #D7EBFC.


Opacity

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

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

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

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

This text has shadow with #D7EBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBFC on black background.


Color preview on white background

This text has color #D7EBFC on white background.



Black color preview on #D7EBFC background

This text has black color on #D7EBFC background.


White color preview on #D7EBFC background

This text has white color on #D7EBFC background.