COLOR #D9EBCF

HEX: #D9EBCF
RGB: (217,235,207)

Color info

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

RGB color model

#D9EBCF color RGB value is (217,235,207).

  • red value is 217;
  • green value is 235;
  • blue value is 207.
RGB:
(217,235,207)
(85%,92%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 207 of 255 = 81%

217
235
207

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

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 207 = 659 (100%)
R 217 of 659 ~ 32.93%
G 235 of 659 ~ 35.66%
B 207 of 659 ~ 31.41%

%32.93
%35.66
%31.41

CMYK color model

#D9EBCF color CMYK value is (8,0,12,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(8,0,12,8)
C8M0Y12K8 
(8%,0%,12%,8%)
(0.08/0.00/0.12/0.08)	

CMYK percentages

%7.66
%0
%11.91
%7.84

Codes

Color #D9EBCF in popluar color models

D9EBCF
RGB217235207
HSL99°41.18%86.67%
HSB/HSV99°11.91%92.16%
CMYK7.66%0.00%11.91%
7.84%

Color #D9EBCF in popluar number systems.

HEXD9EBCF
Decimal217235207
Binary110110011110101111001111
Octal331353317

Shades and tints

Shades of #D9EBCF

#D9EBCF
(217,235,207)
#C6D6BD
(198,214,189)
#B3C1AB
(179,193,171)
#A0AC99
(160,172,153)
#8D9787
(141,151,135)
#7A8275
(122,130,117)
#676D63
(103,109,99)
#545851
(84,88,81)
#41433F
(65,67,63)
#2E2E2D
(46,46,45)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #D9EBCF

#D9EBCF
(217,235,207)
#DCECD3
(220,236,211)
#DFEDD7
(223,237,215)
#E2EEDB
(226,238,219)
#E5EFDF
(229,239,223)
#E8F0E3
(232,240,227)
#EBF1E7
(235,241,231)
#EEF2EB
(238,242,235)
#F1F3EF
(241,243,239)
#F4F4F3
(244,244,243)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBCF color. Also use rgb(217,235,207) instead hex code.

Text Font Color

.myTextColor { color: #D9EBCF; }

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

This text font color is #D9EBCF.


Background Color

.myBgColor { background-color: #D9EBCF; }

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

This div background color is #D9EBCF.


Border color

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

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

This div border color is #D9EBCF.


Opacity

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

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

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

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

This text has shadow with #D9EBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBCF on black background.


Color preview on white background

This text has color #D9EBCF on white background.



Black color preview on #D9EBCF background

This text has black color on #D9EBCF background.


White color preview on #D9EBCF background

This text has white color on #D9EBCF background.