COLOR #D1ECD5

HEX: #D1ECD5
RGB: (209,236,213)

Color info

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

RGB color model

#D1ECD5 color RGB value is (209,236,213).

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

RGB channels and saturation

R 209 of 255 = 82%
G 236 of 255 = 93%
B 213 of 255 = 84%

209
236
213

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

Portions of RGB colors in percentages

R + G + B =
209 + 236 + 213 = 658 (100%)
R 209 of 658 ~ 31.76%
G 236 of 658 ~ 35.87%
B 213 of 658 ~ 32.37%

%31.76
%35.87
%32.37

CMYK color model

#D1ECD5 color CMYK value is (11,0,10,7).

  • cyan value is 11.44%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(11,0,10,7)
C11M0Y10K7 
(11%,0%,10%,7%)
(0.11/0.00/0.10/0.07)	

CMYK percentages

%11.44
%0
%9.75
%7.45

Codes

Color #D1ECD5 in popluar color models

D1ECD5
RGB209236213
HSL129°41.54%87.25%
HSB/HSV129°11.44%92.55%
CMYK11.44%0.00%9.75%
7.45%

Color #D1ECD5 in popluar number systems.

HEXD1ECD5
Decimal209236213
Binary110100011110110011010101
Octal321354325

Shades and tints

Shades of #D1ECD5

#D1ECD5
(209,236,213)
#BED7C2
(190,215,194)
#ABC2AF
(171,194,175)
#98AD9C
(152,173,156)
#859889
(133,152,137)
#728376
(114,131,118)
#5F6E63
(95,110,99)
#4C5950
(76,89,80)
#39443D
(57,68,61)
#262F2A
(38,47,42)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #D1ECD5

#D1ECD5
(209,236,213)
#D5EDD8
(213,237,216)
#D9EEDB
(217,238,219)
#DDEFDE
(221,239,222)
#E1F0E1
(225,240,225)
#E5F1E4
(229,241,228)
#E9F2E7
(233,242,231)
#EDF3EA
(237,243,234)
#F1F4ED
(241,244,237)
#F5F5F0
(245,245,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ECD5; }

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

This text font color is #D1ECD5.


Background Color

.myBgColor { background-color: #D1ECD5; }

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

This div background color is #D1ECD5.


Border color

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

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

This div border color is #D1ECD5.


Opacity

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

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

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

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

This text has shadow with #D1ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ECD5 on black background.


Color preview on white background

This text has color #D1ECD5 on white background.



Black color preview on #D1ECD5 background

This text has black color on #D1ECD5 background.


White color preview on #D1ECD5 background

This text has white color on #D1ECD5 background.