COLOR #D7E4CF

HEX: #D7E4CF
RGB: (215,228,207)

Color info

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

RGB color model

#D7E4CF color RGB value is (215,228,207).

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

RGB channels and saturation

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

215
228
207

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

Portions of RGB colors in percentages

R + G + B =
215 + 228 + 207 = 650 (100%)
R 215 of 650 ~ 33.08%
G 228 of 650 ~ 35.08%
B 207 of 650 ~ 31.85%

%33.08
%35.08
%31.85

CMYK color model

#D7E4CF color CMYK value is (6,0,9,11).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(6,0,9,11)
C6M0Y9K11 
(6%,0%,9%,11%)
(0.06/0.00/0.09/0.11)	

CMYK percentages

%5.7
%0
%9.21
%10.59

Codes

Color #D7E4CF in popluar color models

D7E4CF
RGB215228207
HSL97°28.00%85.29%
HSB/HSV97°9.21%89.41%
CMYK5.70%0.00%9.21%
10.59%

Color #D7E4CF in popluar number systems.

HEXD7E4CF
Decimal215228207
Binary110101111110010011001111
Octal327344317

Shades and tints

Shades of #D7E4CF

#D7E4CF
(215,228,207)
#C4D0BD
(196,208,189)
#B1BCAB
(177,188,171)
#9EA899
(158,168,153)
#8B9487
(139,148,135)
#788075
(120,128,117)
#656C63
(101,108,99)
#525851
(82,88,81)
#3F443F
(63,68,63)
#2C302D
(44,48,45)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #D7E4CF

#D7E4CF
(215,228,207)
#DAE6D3
(218,230,211)
#DDE8D7
(221,232,215)
#E0EADB
(224,234,219)
#E3ECDF
(227,236,223)
#E6EEE3
(230,238,227)
#E9F0E7
(233,240,231)
#ECF2EB
(236,242,235)
#EFF4EF
(239,244,239)
#F2F6F3
(242,246,243)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E4CF; }

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

This text font color is #D7E4CF.


Background Color

.myBgColor { background-color: #D7E4CF; }

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

This div background color is #D7E4CF.


Border color

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

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

This div border color is #D7E4CF.


Opacity

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

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

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

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

This text has shadow with #D7E4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E4CF on black background.


Color preview on white background

This text has color #D7E4CF on white background.



Black color preview on #D7E4CF background

This text has black color on #D7E4CF background.


White color preview on #D7E4CF background

This text has white color on #D7E4CF background.