COLOR #D1ECB3

HEX: #D1ECB3
RGB: (209,236,179)

Color info

#D1ECB3 contains red, green and blue colors in about the same proportion. Web safe color of #D1ECB3 is #CCFF99 (or #CF9).

RGB color model

#D1ECB3 color RGB value is (209,236,179).

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

RGB channels and saturation

R 209 of 255 = 82%
G 236 of 255 = 93%
B 179 of 255 = 70%

209
236
179

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

Portions of RGB colors in percentages

R + G + B =
209 + 236 + 179 = 624 (100%)
R 209 of 624 ~ 33.49%
G 236 of 624 ~ 37.82%
B 179 of 624 ~ 28.69%

%33.49
%37.82
%28.69

CMYK color model

#D1ECB3 color CMYK value is (11,0,24,7).

  • cyan value is 11.44%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 7.45%
CMYK:
(11,0,24,7)
C11M0Y24K7 
(11%,0%,24%,7%)
(0.11/0.00/0.24/0.07)	

CMYK percentages

%11.44
%0
%24.15
%7.45

Codes

Color #D1ECB3 in popluar color models

D1ECB3
RGB209236179
HSL88°60.00%81.37%
HSB/HSV88°24.15%92.55%
CMYK11.44%0.00%24.15%
7.45%

Color #D1ECB3 in popluar number systems.

HEXD1ECB3
Decimal209236179
Binary110100011110110010110011
Octal321354263

Shades and tints

Shades of #D1ECB3

#D1ECB3
(209,236,179)
#BED7A3
(190,215,163)
#ABC293
(171,194,147)
#98AD83
(152,173,131)
#859873
(133,152,115)
#728363
(114,131,99)
#5F6E53
(95,110,83)
#4C5943
(76,89,67)
#394433
(57,68,51)
#262F23
(38,47,35)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #D1ECB3

#D1ECB3
(209,236,179)
#D5EDB9
(213,237,185)
#D9EEBF
(217,238,191)
#DDEFC5
(221,239,197)
#E1F0CB
(225,240,203)
#E5F1D1
(229,241,209)
#E9F2D7
(233,242,215)
#EDF3DD
(237,243,221)
#F1F4E3
(241,244,227)
#F5F5E9
(245,245,233)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ECB3; }

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

This text font color is #D1ECB3.


Background Color

.myBgColor { background-color: #D1ECB3; }

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

This div background color is #D1ECB3.


Border color

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

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

This div border color is #D1ECB3.


Opacity

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

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

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

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

This text has shadow with #D1ECB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ECB3 on black background.


Color preview on white background

This text has color #D1ECB3 on white background.



Black color preview on #D1ECB3 background

This text has black color on #D1ECB3 background.


White color preview on #D1ECB3 background

This text has white color on #D1ECB3 background.