COLOR #D7ECFA

HEX: #D7ECFA
RGB: (215,236,250)

Color info

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

RGB color model

#D7ECFA color RGB value is (215,236,250).

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

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 250 of 255 = 98%

215
236
250

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

Portions of RGB colors in percentages

R + G + B =
215 + 236 + 250 = 701 (100%)
R 215 of 701 ~ 30.67%
G 236 of 701 ~ 33.67%
B 250 of 701 ~ 35.66%

%30.67
%33.67
%35.66

CMYK color model

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

  • cyan value is 14.00%
  • magenta value is 5.60%
  • 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
%5.6
%0
%1.96

Codes

Color #D7ECFA in popluar color models

D7ECFA
RGB215236250
HSL204°77.78%91.18%
HSB/HSV204°14.00%98.04%
CMYK14.00%5.60%0.00%
1.96%

Color #D7ECFA in popluar number systems.

HEXD7ECFA
Decimal215236250
Binary110101111110110011111010
Octal327354372

Shades and tints

Shades of #D7ECFA

#D7ECFA
(215,236,250)
#C4D7E4
(196,215,228)
#B1C2CE
(177,194,206)
#9EADB8
(158,173,184)
#8B98A2
(139,152,162)
#78838C
(120,131,140)
#656E76
(101,110,118)
#525960
(82,89,96)
#3F444A
(63,68,74)
#2C2F34
(44,47,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #D7ECFA

#D7ECFA
(215,236,250)
#DAEDFA
(218,237,250)
#DDEEFA
(221,238,250)
#E0EFFA
(224,239,250)
#E3F0FA
(227,240,250)
#E6F1FA
(230,241,250)
#E9F2FA
(233,242,250)
#ECF3FA
(236,243,250)
#EFF4FA
(239,244,250)
#F2F5FA
(242,245,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECFA; }

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

This text font color is #D7ECFA.


Background Color

.myBgColor { background-color: #D7ECFA; }

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

This div background color is #D7ECFA.


Border color

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

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

This div border color is #D7ECFA.


Opacity

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

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

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

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

This text has shadow with #D7ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ECFA on black background.


Color preview on white background

This text has color #D7ECFA on white background.



Black color preview on #D7ECFA background

This text has black color on #D7ECFA background.


White color preview on #D7ECFA background

This text has white color on #D7ECFA background.