COLOR #D1ECB6

HEX: #D1ECB6
RGB: (209,236,182)

Color info

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

RGB color model

#D1ECB6 color RGB value is (209,236,182).

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

RGB channels and saturation

R 209 of 255 = 82%
G 236 of 255 = 93%
B 182 of 255 = 71%

209
236
182

R + G + B ~ 82%. #D1ECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 236 + 182 = 627 (100%)
R 209 of 627 ~ 33.33%
G 236 of 627 ~ 37.64%
B 182 of 627 ~ 29.03%

%33.33
%37.64
%29.03

CMYK color model

#D1ECB6 color CMYK value is (11,0,23,7).

  • cyan value is 11.44%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(11,0,23,7)
C11M0Y23K7 
(11%,0%,23%,7%)
(0.11/0.00/0.23/0.07)	

CMYK percentages

%11.44
%0
%22.88
%7.45

Codes

Color #D1ECB6 in popluar color models

D1ECB6
RGB209236182
HSL90°58.70%81.96%
HSB/HSV90°22.88%92.55%
CMYK11.44%0.00%22.88%
7.45%

Color #D1ECB6 in popluar number systems.

HEXD1ECB6
Decimal209236182
Binary110100011110110010110110
Octal321354266

Shades and tints

Shades of #D1ECB6

#D1ECB6
(209,236,182)
#BED7A6
(190,215,166)
#ABC296
(171,194,150)
#98AD86
(152,173,134)
#859876
(133,152,118)
#728366
(114,131,102)
#5F6E56
(95,110,86)
#4C5946
(76,89,70)
#394436
(57,68,54)
#262F26
(38,47,38)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #D1ECB6

#D1ECB6
(209,236,182)
#D5EDBC
(213,237,188)
#D9EEC2
(217,238,194)
#DDEFC8
(221,239,200)
#E1F0CE
(225,240,206)
#E5F1D4
(229,241,212)
#E9F2DA
(233,242,218)
#EDF3E0
(237,243,224)
#F1F4E6
(241,244,230)
#F5F5EC
(245,245,236)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ECB6; }

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

This text font color is #D1ECB6.


Background Color

.myBgColor { background-color: #D1ECB6; }

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

This div background color is #D1ECB6.


Border color

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

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

This div border color is #D1ECB6.


Opacity

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

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

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

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

This text has shadow with #D1ECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ECB6 on black background.


Color preview on white background

This text has color #D1ECB6 on white background.



Black color preview on #D1ECB6 background

This text has black color on #D1ECB6 background.


White color preview on #D1ECB6 background

This text has white color on #D1ECB6 background.