COLOR #D7E0F1

HEX: #D7E0F1
RGB: (215,224,241)

Color info

#D7E0F1 contains red, green and blue colors in about the same proportion. Web safe color of #D7E0F1 is #CCCCFF (or #CCF).

RGB color model

#D7E0F1 color RGB value is (215,224,241).

  • red value is 215;
  • green value is 224;
  • blue value is 241.
RGB:
(215,224,241)
(84%,88%,95%)

RGB channels and saturation

R 215 of 255 = 84%
G 224 of 255 = 88%
B 241 of 255 = 95%

215
224
241

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

Portions of RGB colors in percentages

R + G + B =
215 + 224 + 241 = 680 (100%)
R 215 of 680 ~ 31.62%
G 224 of 680 ~ 32.94%
B 241 of 680 ~ 35.44%

%31.62
%32.94
%35.44

CMYK color model

#D7E0F1 color CMYK value is (11,7,0,5).

  • cyan value is 10.79%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(11,7,0,5)
C11M7Y0K5 
(11%,7%,0%,5%)
(0.11/0.07/0.00/0.05)	

CMYK percentages

%10.79
%7.05
%0
%5.49

Codes

Color #D7E0F1 in popluar color models

D7E0F1
RGB215224241
HSL219°48.15%89.41%
HSB/HSV219°10.79%94.51%
CMYK10.79%7.05%0.00%
5.49%

Color #D7E0F1 in popluar number systems.

HEXD7E0F1
Decimal215224241
Binary110101111110000011110001
Octal327340361

Shades and tints

Shades of #D7E0F1

#D7E0F1
(215,224,241)
#C4CCDC
(196,204,220)
#B1B8C7
(177,184,199)
#9EA4B2
(158,164,178)
#8B909D
(139,144,157)
#787C88
(120,124,136)
#656873
(101,104,115)
#52545E
(82,84,94)
#3F4049
(63,64,73)
#2C2C34
(44,44,52)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #D7E0F1

#D7E0F1
(215,224,241)
#DAE2F2
(218,226,242)
#DDE4F3
(221,228,243)
#E0E6F4
(224,230,244)
#E3E8F5
(227,232,245)
#E6EAF6
(230,234,246)
#E9ECF7
(233,236,247)
#ECEEF8
(236,238,248)
#EFF0F9
(239,240,249)
#F2F2FA
(242,242,250)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E0F1 color. Also use rgb(215,224,241) instead hex code.

Text Font Color

.myTextColor { color: #D7E0F1; }

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

This text font color is #D7E0F1.


Background Color

.myBgColor { background-color: #D7E0F1; }

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

This div background color is #D7E0F1.


Border color

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

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

This div border color is #D7E0F1.


Opacity

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

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

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

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

This text has shadow with #D7E0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E0F1 on black background.


Color preview on white background

This text has color #D7E0F1 on white background.



Black color preview on #D7E0F1 background

This text has black color on #D7E0F1 background.


White color preview on #D7E0F1 background

This text has white color on #D7E0F1 background.