COLOR #D9ECCF

HEX: #D9ECCF
RGB: (217,236,207)

Color info

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

RGB color model

#D9ECCF color RGB value is (217,236,207).

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

RGB channels and saturation

R 217 of 255 = 85%
G 236 of 255 = 93%
B 207 of 255 = 81%

217
236
207

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

Portions of RGB colors in percentages

R + G + B =
217 + 236 + 207 = 660 (100%)
R 217 of 660 ~ 32.88%
G 236 of 660 ~ 35.76%
B 207 of 660 ~ 31.36%

%32.88
%35.76
%31.36

CMYK color model

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

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 7.45%
CMYK: (8,0,12,7) C8M0Y12K7 (8%,0%,12%,7%) (0.08/0.00/0.12/0.07)

CMYK percentages

%8.05
%0
%12.29
%7.45

Codes

Color #D9ECCF in popluar color models

D9ECCF
RGB217236207
HSL99°43.28%86.86%
HSB/HSV99°12.29%92.55%
CMYK8.05%0.00%12.29%
7.45%

Color #D9ECCF in popluar number systems.

HEXD9ECCF
Decimal217236207
Binary110110011110110011001111
Octal331354317

Shades and tints

Shades of #D9ECCF

#D9ECCF
(217,236,207)
#C6D7BD
(198,215,189)
#B3C2AB
(179,194,171)
#A0AD99
(160,173,153)
#8D9887
(141,152,135)
#7A8375
(122,131,117)
#676E63
(103,110,99)
#545951
(84,89,81)
#41443F
(65,68,63)
#2E2F2D
(46,47,45)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9ECCF

#D9ECCF
(217,236,207)
#DCEDD3
(220,237,211)
#DFEED7
(223,238,215)
#E2EFDB
(226,239,219)
#E5F0DF
(229,240,223)
#E8F1E3
(232,241,227)
#EBF2E7
(235,242,231)
#EEF3EB
(238,243,235)
#F1F4EF
(241,244,239)
#F4F5F3
(244,245,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECCF; }

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

This text font color is #D9ECCF.


Background Color

.myBgColor { background-color: #D9ECCF; }

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

This div background color is #D9ECCF.


Border color

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

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

This div border color is #D9ECCF.


Opacity

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

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

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

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

This text has shadow with #D9ECCF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D9ECCF on black background.


Color preview on white background

This text has color #D9ECCF on white background.



Black color preview on #D9ECCF background

This text has black color on #D9ECCF background.


White color preview on #D9ECCF background

This text has white color on #D9ECCF background.