COLOR #D1EED4

HEX: #D1EED4 RGB: (209,238,212)

Color info

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

RGB color model

#D1EED4 color RGB value is (209,238,212).

RGB: (209,238,212) (82%, 93%, 83%)

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 212 of 255 = 83%

209
238
212

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

Portions of RGB colors in percentages

R + G + B = 209 + 238 + 212 = 659 (100%)
R 209 of 659 ~ 31.71%
G 238 of 659 ~ 36.12%
B 212 of 659 ~ 32.17'%

%31.71
%36.12
%32.17

CMYK color model

#D1EED4 color CMYK value is (12,0,11,7).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 6.67%

CMYK: (12,0,11,7)
C12M0Y11K7 (12%, 0%, 11%, 7%)
(0.12 / 0.00 / 0.11 / 0.07)

CMYK percentages

%12.18
%0
%10.92
%6.67

Codes

Color #D1EED4 in popluar color models

D1 EE D4
RGB 209 238 212
HSL 126° 46.03% 87.65%
HSB/HSV 126° 12.18% 93.33%
CMYK 12.18% 0.00% 10.92%
6.67%

Color #D1EED4 in popluar number systems.

HEX D1 EE D4
Decimal 209 238 212
Binary 11010001 11101110 11010100
Octal 321 356 324

Shades and tints

Shades of #D1EED4

#D1EED4
(209,238,212)
#BED9C1
(190,217,193)
#ABC4AE
(171,196,174)
#98AF9B
(152,175,155)
#859A88
(133,154,136)
#728575
(114,133,117)
#5F7062
(95,112,98)
#4C5B4F
(76,91,79)
#39463C
(57,70,60)
#263129
(38,49,41)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #D1EED4

#D1EED4
(209,238,212)
#D5EFD7
(213,239,215)
#D9F0DA
(217,240,218)
#DDF1DD
(221,241,221)
#E1F2E0
(225,242,224)
#E5F3E3
(229,243,227)
#E9F4E6
(233,244,230)
#EDF5E9
(237,245,233)
#F1F6EC
(241,246,236)
#F5F7EF
(245,247,239)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EED4; }

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

This text font color is #D1EED4.

Background Color

.myBgColor { background-color: #D1EED4; }

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

This div background color is #D1EED4.

Border color

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

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

This div border color is #D1EED4.

Opacity

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

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

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

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

This text has shadow with #D1EED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EED4.

Preview

Color preview on black background

This text has color #D1EED4 on black background.


Color preview on white background

This text has color #D1EED4 on white background.


Black color preview on #D1EED4 background

This text has black color on #D1EED4 background.


White color preview on #D1EED4 background

This text has white color on #D1EED4 background.


Related colors

Complementary color

Complementary color for #hex is #2E112B.


I love getcolorcode.com

Triadic colors

1 #D4D1EE and #EED4D1 with #D1EED4 are triadic colors.

2 #D4EED1 and #EED1D4 with #D1EED4 are triadic colors.