COLOR #D4EFD9

HEX: #D4EFD9 RGB: (212,239,217)

Color info

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

RGB color model

#D4EFD9 color RGB value is (212,239,217).

RGB: (212,239,217) (83%, 94%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 217 of 255 = 85%

212
239
217

R + G + B ~ 87%. #D4EFD9 is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 239 + 217 = 668 (100%)
R 212 of 668 ~ 31.74%
G 239 of 668 ~ 35.78%
B 217 of 668 ~ 32.49'%

%31.74
%35.78
%32.49

CMYK color model

#D4EFD9 color CMYK value is (11,0,9,6).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK: (11,0,9,6) C11M0Y9K6 (11%,0%,9%,6%) (0.11/0.00/0.09/0.06) 

CMYK percentages

%11.3
%0
%9.21
%6.27

Codes

Color #D4EFD9 in popluar color models

D4 EF D9
RGB 212 239 217
HSL 131° 45.76% 88.43%
HSB/HSV 131° 11.30% 93.73%
CMYK 11.30% 0.00% 9.21%
6.27%

Color #D4EFD9 in popluar number systems.

HEX D4 EF D9
Decimal 212 239 217
Binary 11010100 11101111 11011001
Octal 324 357 331

Shades and tints

Shades of #D4EFD9

#D4EFD9
(212,239,217)
#C1DAC6
(193,218,198)
#AEC5B3
(174,197,179)
#9BB0A0
(155,176,160)
#889B8D
(136,155,141)
#75867A
(117,134,122)
#627167
(98,113,103)
#4F5C54
(79,92,84)
#3C4741
(60,71,65)
#29322E
(41,50,46)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #D4EFD9

#D4EFD9
(212,239,217)
#D7F0DC
(215,240,220)
#DAF1DF
(218,241,223)
#DDF2E2
(221,242,226)
#E0F3E5
(224,243,229)
#E3F4E8
(227,244,232)
#E6F5EB
(230,245,235)
#E9F6EE
(233,246,238)
#ECF7F1
(236,247,241)
#EFF8F4
(239,248,244)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EFD9 color. Also use rgb(212,239,217) instead hex code.

Text Font Color

.myTextColor { color: #D4EFD9; }

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

This text font color is #D4EFD9.

Background Color

.myBgColor { background-color: #D4EFD9; }

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

This div background color is #D4EFD9.

Border color

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

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

This div border color is #D4EFD9.

Opacity

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

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

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

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

This text has shadow with #D4EFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EFD9.

Preview

Color preview on black background

This text has color #D4EFD9 on black background.


Color preview on white background

This text has color #D4EFD9 on white background.


Black color preview on #D4EFD9 background

This text has black color on #D4EFD9 background.


White color preview on #D4EFD9 background

This text has white color on #D4EFD9 background.


Related colors

Complementary color

Complementary color for #hex is #2B1026.


I love getcolorcode.com

Triadic colors

1 #D9D4EF and #EFD9D4 with #D4EFD9 are triadic colors.

2 #D9EFD4 and #EFD4D9 with #D4EFD9 are triadic colors.