COLOR #D1EFCE

HEX: #D1EFCE RGB: (209,239,206)

Color info

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

RGB color model

#D1EFCE color RGB value is (209,239,206).

RGB: (209,239,206) (82%, 94%, 81%)

RGB channels and saturation

R 209 of 255 = 82%
G 239 of 255 = 94%
B 206 of 255 = 81%

209
239
206

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

Portions of RGB colors in percentages

R + G + B = 209 + 239 + 206 = 654 (100%)
R 209 of 654 ~ 31.96%
G 239 of 654 ~ 36.54%
B 206 of 654 ~ 31.5'%

%31.96
%36.54
%31.5

CMYK color model

#D1EFCE color CMYK value is (13,0,14,6).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK: (13,0,14,6) C13M0Y14K6 (13%,0%,14%,6%) (0.13/0.00/0.14/0.06) 

CMYK percentages

%12.55
%0
%13.81
%6.27

Codes

Color #D1EFCE in popluar color models

D1 EF CE
RGB 209 239 206
HSL 115° 50.77% 87.25%
HSB/HSV 115° 13.81% 93.73%
CMYK 12.55% 0.00% 13.81%
6.27%

Color #D1EFCE in popluar number systems.

HEX D1 EF CE
Decimal 209 239 206
Binary 11010001 11101111 11001110
Octal 321 357 316

Shades and tints

Shades of #D1EFCE

#D1EFCE
(209,239,206)
#BEDABC
(190,218,188)
#ABC5AA
(171,197,170)
#98B098
(152,176,152)
#859B86
(133,155,134)
#728674
(114,134,116)
#5F7162
(95,113,98)
#4C5C50
(76,92,80)
#39473E
(57,71,62)
#26322C
(38,50,44)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #D1EFCE

#D1EFCE
(209,239,206)
#D5F0D2
(213,240,210)
#D9F1D6
(217,241,214)
#DDF2DA
(221,242,218)
#E1F3DE
(225,243,222)
#E5F4E2
(229,244,226)
#E9F5E6
(233,245,230)
#EDF6EA
(237,246,234)
#F1F7EE
(241,247,238)
#F5F8F2
(245,248,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EFCE color. Also use rgb(209,239,206) instead hex code.

Text Font Color

.myTextColor { color: #D1EFCE; }

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

This text font color is #D1EFCE.

Background Color

.myBgColor { background-color: #D1EFCE; }

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

This div background color is #D1EFCE.

Border color

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

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

This div border color is #D1EFCE.

Opacity

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

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

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

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

This text has shadow with #D1EFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EFCE.

Preview

Color preview on black background

This text has color #D1EFCE on black background.


Color preview on white background

This text has color #D1EFCE on white background.


Black color preview on #D1EFCE background

This text has black color on #D1EFCE background.


White color preview on #D1EFCE background

This text has white color on #D1EFCE background.


Related colors

Complementary color

Complementary color for #hex is #2E1031.


I love getcolorcode.com

Triadic colors

1 #CED1EF and #EFCED1 with #D1EFCE are triadic colors.

2 #CEEFD1 and #EFD1CE with #D1EFCE are triadic colors.