COLOR #D1EDCF

HEX: #D1EDCF RGB: (209,237,207)

Color info

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

RGB color model

#D1EDCF color RGB value is (209,237,207).

RGB: (209,237,207) (82%, 93%, 81%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 207 of 255 = 81%

209
237
207

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

Portions of RGB colors in percentages

R + G + B = 209 + 237 + 207 = 653 (100%)
R 209 of 653 ~ 32.01%
G 237 of 653 ~ 36.29%
B 207 of 653 ~ 31.7'%

%32.01
%36.29
%31.7

CMYK color model

#D1EDCF color CMYK value is (12,0,13,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 7.06%

CMYK: (12,0,13,7)
C12M0Y13K7 (12%, 0%, 13%, 7%)
(0.12 / 0.00 / 0.13 / 0.07)

CMYK percentages

%11.81
%0
%12.66
%7.06

Codes

Color #D1EDCF in popluar color models

D1 ED CF
RGB 209 237 207
HSL 116° 45.45% 87.06%
HSB/HSV 116° 12.66% 92.94%
CMYK 11.81% 0.00% 12.66%
7.06%

Color #D1EDCF in popluar number systems.

HEX D1 ED CF
Decimal 209 237 207
Binary 11010001 11101101 11001111
Octal 321 355 317

Shades and tints

Shades of #D1EDCF

#D1EDCF
(209,237,207)
#BED8BD
(190,216,189)
#ABC3AB
(171,195,171)
#98AE99
(152,174,153)
#859987
(133,153,135)
#728475
(114,132,117)
#5F6F63
(95,111,99)
#4C5A51
(76,90,81)
#39453F
(57,69,63)
#26302D
(38,48,45)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #D1EDCF

#D1EDCF
(209,237,207)
#D5EED3
(213,238,211)
#D9EFD7
(217,239,215)
#DDF0DB
(221,240,219)
#E1F1DF
(225,241,223)
#E5F2E3
(229,242,227)
#E9F3E7
(233,243,231)
#EDF4EB
(237,244,235)
#F1F5EF
(241,245,239)
#F5F6F3
(245,246,243)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EDCF color. Also use rgb(209,237,207) instead hex code.

Text Font Color

.myTextColor { color: #D1EDCF; }

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

This text font color is #D1EDCF.

Background Color

.myBgColor { background-color: #D1EDCF; }

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

This div background color is #D1EDCF.

Border color

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

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

This div border color is #D1EDCF.

Opacity

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

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

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

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

This text has shadow with #D1EDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EDCF.

Preview

Color preview on black background

This text has color #D1EDCF on black background.


Color preview on white background

This text has color #D1EDCF on white background.


Black color preview on #D1EDCF background

This text has black color on #D1EDCF background.


White color preview on #D1EDCF background

This text has white color on #D1EDCF background.


Related colors

Complementary color

Complementary color for #hex is #2E1230.


I love getcolorcode.com

Triadic colors

1 #CFD1ED and #EDCFD1 with #D1EDCF are triadic colors.

2 #CFEDD1 and #EDD1CF with #D1EDCF are triadic colors.