COLOR #D1E1CA

HEX: #D1E1CA
RGB: (209,225,202)

Color info

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

RGB color model

#D1E1CA color RGB value is (209,225,202).

  • red value is 209;
  • green value is 225;
  • blue value is 202.
RGB:
(209,225,202)
(82%,88%,79%)

RGB channels and saturation

R 209 of 255 = 82%
G 225 of 255 = 88%
B 202 of 255 = 79%

209
225
202

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

Portions of RGB colors in percentages

R + G + B =
209 + 225 + 202 = 636 (100%)
R 209 of 636 ~ 32.86%
G 225 of 636 ~ 35.38%
B 202 of 636 ~ 31.76%

%32.86
%35.38
%31.76

CMYK color model

#D1E1CA color CMYK value is (7,0,10,12).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(7,0,10,12)
C7M0Y10K12 
(7%,0%,10%,12%)
(0.07/0.00/0.10/0.12)	

CMYK percentages

%7.11
%0
%10.22
%11.76

Codes

Color #D1E1CA in popluar color models

D1E1CA
RGB209225202
HSL102°27.71%83.73%
HSB/HSV102°10.22%88.24%
CMYK7.11%0.00%10.22%
11.76%

Color #D1E1CA in popluar number systems.

HEXD1E1CA
Decimal209225202
Binary110100011110000111001010
Octal321341312

Shades and tints

Shades of #D1E1CA

#D1E1CA
(209,225,202)
#BECDB8
(190,205,184)
#ABB9A6
(171,185,166)
#98A594
(152,165,148)
#859182
(133,145,130)
#727D70
(114,125,112)
#5F695E
(95,105,94)
#4C554C
(76,85,76)
#39413A
(57,65,58)
#262D28
(38,45,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1E1CA

#D1E1CA
(209,225,202)
#D5E3CE
(213,227,206)
#D9E5D2
(217,229,210)
#DDE7D6
(221,231,214)
#E1E9DA
(225,233,218)
#E5EBDE
(229,235,222)
#E9EDE2
(233,237,226)
#EDEFE6
(237,239,230)
#F1F1EA
(241,241,234)
#F5F3EE
(245,243,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E1CA color. Also use rgb(209,225,202) instead hex code.

Text Font Color

.myTextColor { color: #D1E1CA; }

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

This text font color is #D1E1CA.


Background Color

.myBgColor { background-color: #D1E1CA; }

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

This div background color is #D1E1CA.


Border color

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

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

This div border color is #D1E1CA.


Opacity

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

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

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

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

This text has shadow with #D1E1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E1CA on black background.


Color preview on white background

This text has color #D1E1CA on white background.



Black color preview on #D1E1CA background

This text has black color on #D1E1CA background.


White color preview on #D1E1CA background

This text has white color on #D1E1CA background.