COLOR #D7EECF

HEX: #D7EECF
RGB: (215,238,207)

Color info

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

RGB color model

#D7EECF color RGB value is (215,238,207).

  • red value is 215;
  • green value is 238;
  • blue value is 207.
RGB:
(215,238,207)
(84%,93%,81%)

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 207 of 255 = 81%

215
238
207

R + G + B ~ 86%. #D7EECF is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 207 = 660 (100%)
R 215 of 660 ~ 32.58%
G 238 of 660 ~ 36.06%
B 207 of 660 ~ 31.36%

%32.58
%36.06
%31.36

CMYK color model

#D7EECF color CMYK value is (10,0,13,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 13.03%
  • key color value is 6.67%
CMYK:
(10,0,13,7)
C10M0Y13K7 
(10%,0%,13%,7%)
(0.10/0.00/0.13/0.07)	

CMYK percentages

%9.66
%0
%13.03
%6.67

Codes

Color #D7EECF in popluar color models

D7EECF
RGB215238207
HSL105°47.69%87.25%
HSB/HSV105°13.03%93.33%
CMYK9.66%0.00%13.03%
6.67%

Color #D7EECF in popluar number systems.

HEXD7EECF
Decimal215238207
Binary110101111110111011001111
Octal327356317

Shades and tints

Shades of #D7EECF

#D7EECF
(215,238,207)
#C4D9BD
(196,217,189)
#B1C4AB
(177,196,171)
#9EAF99
(158,175,153)
#8B9A87
(139,154,135)
#788575
(120,133,117)
#657063
(101,112,99)
#525B51
(82,91,81)
#3F463F
(63,70,63)
#2C312D
(44,49,45)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #D7EECF

#D7EECF
(215,238,207)
#DAEFD3
(218,239,211)
#DDF0D7
(221,240,215)
#E0F1DB
(224,241,219)
#E3F2DF
(227,242,223)
#E6F3E3
(230,243,227)
#E9F4E7
(233,244,231)
#ECF5EB
(236,245,235)
#EFF6EF
(239,246,239)
#F2F7F3
(242,247,243)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EECF color. Also use rgb(215,238,207) instead hex code.

Text Font Color

.myTextColor { color: #D7EECF; }

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

This text font color is #D7EECF.


Background Color

.myBgColor { background-color: #D7EECF; }

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

This div background color is #D7EECF.


Border color

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

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

This div border color is #D7EECF.


Opacity

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

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

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

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

This text has shadow with #D7EECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EECF on black background.


Color preview on white background

This text has color #D7EECF on white background.



Black color preview on #D7EECF background

This text has black color on #D7EECF background.


White color preview on #D7EECF background

This text has white color on #D7EECF background.