COLOR #D1EECA

HEX: #D1EECA
RGB: (209,238,202)

Color info

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

RGB color model

#D1EECA color RGB value is (209,238,202).

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

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 202 of 255 = 79%

209
238
202

R + G + B ~ 85%. #D1EECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 202 = 649 (100%)
R 209 of 649 ~ 32.2%
G 238 of 649 ~ 36.67%
B 202 of 649 ~ 31.12%

%32.2
%36.67
%31.12

CMYK color model

#D1EECA color CMYK value is (12,0,15,7).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 6.67%
CMYK:
(12,0,15,7)
C12M0Y15K7 
(12%,0%,15%,7%)
(0.12/0.00/0.15/0.07)	

CMYK percentages

%12.18
%0
%15.13
%6.67

Codes

Color #D1EECA in popluar color models

D1EECA
RGB209238202
HSL108°51.43%86.27%
HSB/HSV108°15.13%93.33%
CMYK12.18%0.00%15.13%
6.67%

Color #D1EECA in popluar number systems.

HEXD1EECA
Decimal209238202
Binary110100011110111011001010
Octal321356312

Shades and tints

Shades of #D1EECA

#D1EECA
(209,238,202)
#BED9B8
(190,217,184)
#ABC4A6
(171,196,166)
#98AF94
(152,175,148)
#859A82
(133,154,130)
#728570
(114,133,112)
#5F705E
(95,112,94)
#4C5B4C
(76,91,76)
#39463A
(57,70,58)
#263128
(38,49,40)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #D1EECA

#D1EECA
(209,238,202)
#D5EFCE
(213,239,206)
#D9F0D2
(217,240,210)
#DDF1D6
(221,241,214)
#E1F2DA
(225,242,218)
#E5F3DE
(229,243,222)
#E9F4E2
(233,244,226)
#EDF5E6
(237,245,230)
#F1F6EA
(241,246,234)
#F5F7EE
(245,247,238)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EECA; }

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

This text font color is #D1EECA.


Background Color

.myBgColor { background-color: #D1EECA; }

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

This div background color is #D1EECA.


Border color

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

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

This div border color is #D1EECA.


Opacity

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

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

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

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

This text has shadow with #D1EECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EECA on black background.


Color preview on white background

This text has color #D1EECA on white background.



Black color preview on #D1EECA background

This text has black color on #D1EECA background.


White color preview on #D1EECA background

This text has white color on #D1EECA background.