COLOR #D7EFF9

HEX: #D7EFF9
RGB: (215,239,249)

Color info

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

RGB color model

#D7EFF9 color RGB value is (215,239,249).

  • red value is 215;
  • green value is 239;
  • blue value is 249.
RGB:
(215,239,249)
(84%,94%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 249 of 255 = 98%

215
239
249

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

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 249 = 703 (100%)
R 215 of 703 ~ 30.58%
G 239 of 703 ~ 34%
B 249 of 703 ~ 35.42%

%30.58
%34
%35.42

CMYK color model

#D7EFF9 color CMYK value is (14,4,0,2).

  • cyan value is 13.65%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(14,4,0,2)
C14M4Y0K2 
(14%,4%,0%,2%)
(0.14/0.04/0.00/0.02)	

CMYK percentages

%13.65
%4.02
%0
%2.35

Codes

Color #D7EFF9 in popluar color models

D7EFF9
RGB215239249
HSL198°73.91%90.98%
HSB/HSV198°13.65%97.65%
CMYK13.65%4.02%0.00%
2.35%

Color #D7EFF9 in popluar number systems.

HEXD7EFF9
Decimal215239249
Binary110101111110111111111001
Octal327357371

Shades and tints

Shades of #D7EFF9

#D7EFF9
(215,239,249)
#C4DAE3
(196,218,227)
#B1C5CD
(177,197,205)
#9EB0B7
(158,176,183)
#8B9BA1
(139,155,161)
#78868B
(120,134,139)
#657175
(101,113,117)
#525C5F
(82,92,95)
#3F4749
(63,71,73)
#2C3233
(44,50,51)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #D7EFF9

#D7EFF9
(215,239,249)
#DAF0F9
(218,240,249)
#DDF1F9
(221,241,249)
#E0F2F9
(224,242,249)
#E3F3F9
(227,243,249)
#E6F4F9
(230,244,249)
#E9F5F9
(233,245,249)
#ECF6F9
(236,246,249)
#EFF7F9
(239,247,249)
#F2F8F9
(242,248,249)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EFF9 color. Also use rgb(215,239,249) instead hex code.

Text Font Color

.myTextColor { color: #D7EFF9; }

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

This text font color is #D7EFF9.


Background Color

.myBgColor { background-color: #D7EFF9; }

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

This div background color is #D7EFF9.


Border color

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

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

This div border color is #D7EFF9.


Opacity

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

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

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

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

This text has shadow with #D7EFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFF9 on black background.


Color preview on white background

This text has color #D7EFF9 on white background.



Black color preview on #D7EFF9 background

This text has black color on #D7EFF9 background.


White color preview on #D7EFF9 background

This text has white color on #D7EFF9 background.