COLOR #D9ECB6

HEX: #D9ECB6
RGB: (217,236,182)

Color info

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

RGB color model

#D9ECB6 color RGB value is (217,236,182).

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

RGB channels and saturation

R 217 of 255 = 85%
G 236 of 255 = 93%
B 182 of 255 = 71%

217
236
182

R + G + B ~ 83%. #D9ECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 236 + 182 = 635 (100%)
R 217 of 635 ~ 34.17%
G 236 of 635 ~ 37.17%
B 182 of 635 ~ 28.66%

%34.17
%37.17
%28.66

CMYK color model

#D9ECB6 color CMYK value is (8,0,23,7).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(8,0,23,7)
C8M0Y23K7 
(8%,0%,23%,7%)
(0.08/0.00/0.23/0.07)	

CMYK percentages

%8.05
%0
%22.88
%7.45

Codes

Color #D9ECB6 in popluar color models

D9ECB6
RGB217236182
HSL81°58.70%81.96%
HSB/HSV81°22.88%92.55%
CMYK8.05%0.00%22.88%
7.45%

Color #D9ECB6 in popluar number systems.

HEXD9ECB6
Decimal217236182
Binary110110011110110010110110
Octal331354266

Shades and tints

Shades of #D9ECB6

#D9ECB6
(217,236,182)
#C6D7A6
(198,215,166)
#B3C296
(179,194,150)
#A0AD86
(160,173,134)
#8D9876
(141,152,118)
#7A8366
(122,131,102)
#676E56
(103,110,86)
#545946
(84,89,70)
#414436
(65,68,54)
#2E2F26
(46,47,38)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9ECB6

#D9ECB6
(217,236,182)
#DCEDBC
(220,237,188)
#DFEEC2
(223,238,194)
#E2EFC8
(226,239,200)
#E5F0CE
(229,240,206)
#E8F1D4
(232,241,212)
#EBF2DA
(235,242,218)
#EEF3E0
(238,243,224)
#F1F4E6
(241,244,230)
#F4F5EC
(244,245,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECB6; }

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

This text font color is #D9ECB6.


Background Color

.myBgColor { background-color: #D9ECB6; }

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

This div background color is #D9ECB6.


Border color

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

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

This div border color is #D9ECB6.


Opacity

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

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

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

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

This text has shadow with #D9ECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ECB6 on black background.


Color preview on white background

This text has color #D9ECB6 on white background.



Black color preview on #D9ECB6 background

This text has black color on #D9ECB6 background.


White color preview on #D9ECB6 background

This text has white color on #D9ECB6 background.