COLOR #D4EAD1

HEX: #D4EAD1 RGB: (212,234,209)

Color info

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

RGB color model

#D4EAD1 color RGB value is (212,234,209).

RGB: (212,234,209) (83%, 92%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 209 of 255 = 82%

212
234
209

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

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 209 = 655 (100%)
R 212 of 655 ~ 32.37%
G 234 of 655 ~ 35.73%
B 209 of 655 ~ 31.91'%

%32.37
%35.73
%31.91

CMYK color model

#D4EAD1 color CMYK value is (9,0,11,8).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 8.24%

CMYK: (9,0,11,8)
C9M0Y11K8 (9%, 0%, 11%, 8%)
(0.09 / 0.00 / 0.11 / 0.08)

CMYK percentages

%9.4
%0
%10.68
%8.24

Codes

Color #D4EAD1 in popluar color models

D4 EA D1
RGB 212 234 209
HSL 113° 37.31% 86.86%
HSB/HSV 113° 10.68% 91.76%
CMYK 9.40% 0.00% 10.68%
8.24%

Color #D4EAD1 in popluar number systems.

HEX D4 EA D1
Decimal 212 234 209
Binary 11010100 11101010 11010001
Octal 324 352 321

Shades and tints

Shades of #D4EAD1

#D4EAD1
(212,234,209)
#C1D5BE
(193,213,190)
#AEC0AB
(174,192,171)
#9BAB98
(155,171,152)
#889685
(136,150,133)
#758172
(117,129,114)
#626C5F
(98,108,95)
#4F574C
(79,87,76)
#3C4239
(60,66,57)
#292D26
(41,45,38)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #D4EAD1

#D4EAD1
(212,234,209)
#D7EBD5
(215,235,213)
#DAECD9
(218,236,217)
#DDEDDD
(221,237,221)
#E0EEE1
(224,238,225)
#E3EFE5
(227,239,229)
#E6F0E9
(230,240,233)
#E9F1ED
(233,241,237)
#ECF2F1
(236,242,241)
#EFF3F5
(239,243,245)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAD1; }

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

This text font color is #D4EAD1.

Background Color

.myBgColor { background-color: #D4EAD1; }

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

This div background color is #D4EAD1.

Border color

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

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

This div border color is #D4EAD1.

Opacity

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

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

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

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

This text has shadow with #D4EAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EAD1.

Preview

Color preview on black background

This text has color #D4EAD1 on black background.


Color preview on white background

This text has color #D4EAD1 on white background.


Black color preview on #D4EAD1 background

This text has black color on #D4EAD1 background.


White color preview on #D4EAD1 background

This text has white color on #D4EAD1 background.


Related colors

Complementary color

Complementary color for #hex is #2B152E.


I love getcolorcode.com

Triadic colors

1 #D1D4EA and #EAD1D4 with #D4EAD1 are triadic colors.

2 #D1EAD4 and #EAD4D1 with #D4EAD1 are triadic colors.