COLOR #D7E3CF

HEX: #D7E3CF
RGB: (215,227,207)

Color info

#D7E3CF contains red, green and blue colors in about the same proportion. Web safe color of #D7E3CF is #CCCCCC (or #CCC).

RGB color model

#D7E3CF color RGB value is (215,227,207).

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

RGB channels and saturation

R 215 of 255 = 84%
G 227 of 255 = 89%
B 207 of 255 = 81%

215
227
207

R + G + B ~ 85%. #D7E3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 227 + 207 = 649 (100%)
R 215 of 649 ~ 33.13%
G 227 of 649 ~ 34.98%
B 207 of 649 ~ 31.9%

%33.13
%34.98
%31.9

CMYK color model

#D7E3CF color CMYK value is (5,0,9,11).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK:
(5,0,9,11)
C5M0Y9K11 
(5%,0%,9%,11%)
(0.05/0.00/0.09/0.11)	

CMYK percentages

%5.29
%0
%8.81
%10.98

Codes

Color #D7E3CF in popluar color models

D7E3CF
RGB215227207
HSL96°26.32%85.10%
HSB/HSV96°8.81%89.02%
CMYK5.29%0.00%8.81%
10.98%

Color #D7E3CF in popluar number systems.

HEXD7E3CF
Decimal215227207
Binary110101111110001111001111
Octal327343317

Shades and tints

Shades of #D7E3CF

#D7E3CF
(215,227,207)
#C4CFBD
(196,207,189)
#B1BBAB
(177,187,171)
#9EA799
(158,167,153)
#8B9387
(139,147,135)
#787F75
(120,127,117)
#656B63
(101,107,99)
#525751
(82,87,81)
#3F433F
(63,67,63)
#2C2F2D
(44,47,45)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #D7E3CF

#D7E3CF
(215,227,207)
#DAE5D3
(218,229,211)
#DDE7D7
(221,231,215)
#E0E9DB
(224,233,219)
#E3EBDF
(227,235,223)
#E6EDE3
(230,237,227)
#E9EFE7
(233,239,231)
#ECF1EB
(236,241,235)
#EFF3EF
(239,243,239)
#F2F5F3
(242,245,243)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E3CF; }

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

This text font color is #D7E3CF.


Background Color

.myBgColor { background-color: #D7E3CF; }

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

This div background color is #D7E3CF.


Border color

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

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

This div border color is #D7E3CF.


Opacity

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

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

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

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

This text has shadow with #D7E3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E3CF on black background.


Color preview on white background

This text has color #D7E3CF on white background.



Black color preview on #D7E3CF background

This text has black color on #D7E3CF background.


White color preview on #D7E3CF background

This text has white color on #D7E3CF background.