COLOR #D7EFE5

HEX: #D7EFE5
RGB: (215,239,229)

Color info

#D7EFE5 contains red, green and blue colors in about the same proportion. Web safe color of #D7EFE5 is #CCFFCC (or #CFC).

RGB color model

#D7EFE5 color RGB value is (215,239,229).

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

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 229 of 255 = 90%

215
239
229

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

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 229 = 683 (100%)
R 215 of 683 ~ 31.48%
G 239 of 683 ~ 34.99%
B 229 of 683 ~ 33.53%

%31.48
%34.99
%33.53

CMYK color model

#D7EFE5 color CMYK value is (10,0,4,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(10,0,4,6)
C10M0Y4K6 
(10%,0%,4%,6%)
(0.10/0.00/0.04/0.06)	

CMYK percentages

%10.04
%0
%4.18
%6.27

Codes

Color #D7EFE5 in popluar color models

D7EFE5
RGB215239229
HSL155°42.86%89.02%
HSB/HSV155°10.04%93.73%
CMYK10.04%0.00%4.18%
6.27%

Color #D7EFE5 in popluar number systems.

HEXD7EFE5
Decimal215239229
Binary110101111110111111100101
Octal327357345

Shades and tints

Shades of #D7EFE5

#D7EFE5
(215,239,229)
#C4DAD1
(196,218,209)
#B1C5BD
(177,197,189)
#9EB0A9
(158,176,169)
#8B9B95
(139,155,149)
#788681
(120,134,129)
#65716D
(101,113,109)
#525C59
(82,92,89)
#3F4745
(63,71,69)
#2C3231
(44,50,49)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #D7EFE5

#D7EFE5
(215,239,229)
#DAF0E7
(218,240,231)
#DDF1E9
(221,241,233)
#E0F2EB
(224,242,235)
#E3F3ED
(227,243,237)
#E6F4EF
(230,244,239)
#E9F5F1
(233,245,241)
#ECF6F3
(236,246,243)
#EFF7F5
(239,247,245)
#F2F8F7
(242,248,247)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFE5; }

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

This text font color is #D7EFE5.


Background Color

.myBgColor { background-color: #D7EFE5; }

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

This div background color is #D7EFE5.


Border color

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

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

This div border color is #D7EFE5.


Opacity

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

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

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

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

This text has shadow with #D7EFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFE5 on black background.


Color preview on white background

This text has color #D7EFE5 on white background.



Black color preview on #D7EFE5 background

This text has black color on #D7EFE5 background.


White color preview on #D7EFE5 background

This text has white color on #D7EFE5 background.