COLOR #D1E0C1

HEX: #D1E0C1
RGB: (209,224,193)

Color info

#D1E0C1 contains red, green and blue colors in about the same proportion. Web safe color of #D1E0C1 is #CCCCCC (or #CCC).

RGB color model

#D1E0C1 color RGB value is (209,224,193).

  • red value is 209;
  • green value is 224;
  • blue value is 193.
RGB:
(209,224,193)
(82%,88%,76%)

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 193 of 255 = 76%

209
224
193

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

Portions of RGB colors in percentages

R + G + B =
209 + 224 + 193 = 626 (100%)
R 209 of 626 ~ 33.39%
G 224 of 626 ~ 35.78%
B 193 of 626 ~ 30.83%

%33.39
%35.78
%30.83

CMYK color model

#D1E0C1 color CMYK value is (7,0,14,12).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 13.84%
  • key color value is 12.16%
CMYK:
(7,0,14,12)
C7M0Y14K12 
(7%,0%,14%,12%)
(0.07/0.00/0.14/0.12)	

CMYK percentages

%6.7
%0
%13.84
%12.16

Codes

Color #D1E0C1 in popluar color models

D1E0C1
RGB209224193
HSL89°33.33%81.76%
HSB/HSV89°13.84%87.84%
CMYK6.70%0.00%13.84%
12.16%

Color #D1E0C1 in popluar number systems.

HEXD1E0C1
Decimal209224193
Binary110100011110000011000001
Octal321340301

Shades and tints

Shades of #D1E0C1

#D1E0C1
(209,224,193)
#BECCB0
(190,204,176)
#ABB89F
(171,184,159)
#98A48E
(152,164,142)
#85907D
(133,144,125)
#727C6C
(114,124,108)
#5F685B
(95,104,91)
#4C544A
(76,84,74)
#394039
(57,64,57)
#262C28
(38,44,40)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #D1E0C1

#D1E0C1
(209,224,193)
#D5E2C6
(213,226,198)
#D9E4CB
(217,228,203)
#DDE6D0
(221,230,208)
#E1E8D5
(225,232,213)
#E5EADA
(229,234,218)
#E9ECDF
(233,236,223)
#EDEEE4
(237,238,228)
#F1F0E9
(241,240,233)
#F5F2EE
(245,242,238)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E0C1 color. Also use rgb(209,224,193) instead hex code.

Text Font Color

.myTextColor { color: #D1E0C1; }

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

This text font color is #D1E0C1.


Background Color

.myBgColor { background-color: #D1E0C1; }

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

This div background color is #D1E0C1.


Border color

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

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

This div border color is #D1E0C1.


Opacity

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

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

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

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

This text has shadow with #D1E0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E0C1 on black background.


Color preview on white background

This text has color #D1E0C1 on white background.



Black color preview on #D1E0C1 background

This text has black color on #D1E0C1 background.


White color preview on #D1E0C1 background

This text has white color on #D1E0C1 background.