COLOR #D7EBFA

HEX: #D7EBFA
RGB: (215,235,250)

Color info

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

RGB color model

#D7EBFA color RGB value is (215,235,250).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 250 of 255 = 98%

215
235
250

R + G + B ~ 91%. #D7EBFA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 250 = 700 (100%)
R 215 of 700 ~ 30.71%
G 235 of 700 ~ 33.57%
B 250 of 700 ~ 35.71%

%30.71
%33.57
%35.71

CMYK color model

#D7EBFA color CMYK value is (14,6,0,2).

  • cyan value is 14.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,6,0,2)
C14M6Y0K2 
(14%,6%,0%,2%)
(0.14/0.06/0.00/0.02)	

CMYK percentages

%14
%6
%0
%1.96

Codes

Color #D7EBFA in popluar color models

D7EBFA
RGB215235250
HSL206°77.78%91.18%
HSB/HSV206°14.00%98.04%
CMYK14.00%6.00%0.00%
1.96%

Color #D7EBFA in popluar number systems.

HEXD7EBFA
Decimal215235250
Binary110101111110101111111010
Octal327353372

Shades and tints

Shades of #D7EBFA

#D7EBFA
(215,235,250)
#C4D6E4
(196,214,228)
#B1C1CE
(177,193,206)
#9EACB8
(158,172,184)
#8B97A2
(139,151,162)
#78828C
(120,130,140)
#656D76
(101,109,118)
#525860
(82,88,96)
#3F434A
(63,67,74)
#2C2E34
(44,46,52)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #D7EBFA

#D7EBFA
(215,235,250)
#DAECFA
(218,236,250)
#DDEDFA
(221,237,250)
#E0EEFA
(224,238,250)
#E3EFFA
(227,239,250)
#E6F0FA
(230,240,250)
#E9F1FA
(233,241,250)
#ECF2FA
(236,242,250)
#EFF3FA
(239,243,250)
#F2F4FA
(242,244,250)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBFA; }

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

This text font color is #D7EBFA.


Background Color

.myBgColor { background-color: #D7EBFA; }

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

This div background color is #D7EBFA.


Border color

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

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

This div border color is #D7EBFA.


Opacity

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

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

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

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

This text has shadow with #D7EBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBFA on black background.


Color preview on white background

This text has color #D7EBFA on white background.



Black color preview on #D7EBFA background

This text has black color on #D7EBFA background.


White color preview on #D7EBFA background

This text has white color on #D7EBFA background.