COLOR #D7EFED

HEX: #D7EFED
RGB: (215,239,237)

Color info

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

RGB color model

#D7EFED color RGB value is (215,239,237).

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

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 237 of 255 = 93%

215
239
237

R + G + B ~ 90%. #D7EFED is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 237 = 691 (100%)
R 215 of 691 ~ 31.11%
G 239 of 691 ~ 34.59%
B 237 of 691 ~ 34.3%

%31.11
%34.59
%34.3

CMYK color model

#D7EFED color CMYK value is (10,0,1,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(10,0,1,6)
C10M0Y1K6 
(10%,0%,1%,6%)
(0.10/0.00/0.01/0.06)	

CMYK percentages

%10.04
%0
%0.84
%6.27

Codes

Color #D7EFED in popluar color models

D7EFED
RGB215239237
HSL175°42.86%89.02%
HSB/HSV175°10.04%93.73%
CMYK10.04%0.00%0.84%
6.27%

Color #D7EFED in popluar number systems.

HEXD7EFED
Decimal215239237
Binary110101111110111111101101
Octal327357355

Shades and tints

Shades of #D7EFED

#D7EFED
(215,239,237)
#C4DAD8
(196,218,216)
#B1C5C3
(177,197,195)
#9EB0AE
(158,176,174)
#8B9B99
(139,155,153)
#788684
(120,134,132)
#65716F
(101,113,111)
#525C5A
(82,92,90)
#3F4745
(63,71,69)
#2C3230
(44,50,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #D7EFED

#D7EFED
(215,239,237)
#DAF0EE
(218,240,238)
#DDF1EF
(221,241,239)
#E0F2F0
(224,242,240)
#E3F3F1
(227,243,241)
#E6F4F2
(230,244,242)
#E9F5F3
(233,245,243)
#ECF6F4
(236,246,244)
#EFF7F5
(239,247,245)
#F2F8F6
(242,248,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFED; }

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

This text font color is #D7EFED.


Background Color

.myBgColor { background-color: #D7EFED; }

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

This div background color is #D7EFED.


Border color

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

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

This div border color is #D7EFED.


Opacity

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

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

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

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

This text has shadow with #D7EFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFED on black background.


Color preview on white background

This text has color #D7EFED on white background.



Black color preview on #D7EFED background

This text has black color on #D7EFED background.


White color preview on #D7EFED background

This text has white color on #D7EFED background.