COLOR #D4EAC8

HEX: #D4EAC8 RGB: (212,234,200)

Color info

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

RGB color model

#D4EAC8 color RGB value is (212,234,200).

RGB: (212,234,200) (83%, 92%, 78%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 200 of 255 = 78%

212
234
200

R + G + B ~ 84%. #D4EAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 200 = 646 (100%)
R 212 of 646 ~ 32.82%
G 234 of 646 ~ 36.22%
B 200 of 646 ~ 30.96'%

%32.82
%36.22
%30.96

CMYK color model

#D4EAC8 color CMYK value is (9,0,15,8).

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

CMYK: (9,0,15,8)
C9M0Y15K8 (9%, 0%, 15%, 8%)
(0.09 / 0.00 / 0.15 / 0.08)

CMYK percentages

%9.4
%0
%14.53
%8.24

Codes

Color #D4EAC8 in popluar color models

D4 EA C8
RGB 212 234 200
HSL 99° 44.74% 85.10%
HSB/HSV 99° 14.53% 91.76%
CMYK 9.40% 0.00% 14.53%
8.24%

Color #D4EAC8 in popluar number systems.

HEX D4 EA C8
Decimal 212 234 200
Binary 11010100 11101010 11001000
Octal 324 352 310

Shades and tints

Shades of #D4EAC8

#D4EAC8
(212,234,200)
#C1D5B6
(193,213,182)
#AEC0A4
(174,192,164)
#9BAB92
(155,171,146)
#889680
(136,150,128)
#75816E
(117,129,110)
#626C5C
(98,108,92)
#4F574A
(79,87,74)
#3C4238
(60,66,56)
#292D26
(41,45,38)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #D4EAC8

#D4EAC8
(212,234,200)
#D7EBCD
(215,235,205)
#DAECD2
(218,236,210)
#DDEDD7
(221,237,215)
#E0EEDC
(224,238,220)
#E3EFE1
(227,239,225)
#E6F0E6
(230,240,230)
#E9F1EB
(233,241,235)
#ECF2F0
(236,242,240)
#EFF3F5
(239,243,245)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAC8; }

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

This text font color is #D4EAC8.

Background Color

.myBgColor { background-color: #D4EAC8; }

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

This div background color is #D4EAC8.

Border color

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

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

This div border color is #D4EAC8.

Opacity

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

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

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

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

This text has shadow with #D4EAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EAC8.

Preview

Color preview on black background

This text has color #D4EAC8 on black background.


Color preview on white background

This text has color #D4EAC8 on white background.


Black color preview on #D4EAC8 background

This text has black color on #D4EAC8 background.


White color preview on #D4EAC8 background

This text has white color on #D4EAC8 background.


Related colors

Complementary color

Complementary color for #hex is #2B1537.


I love getcolorcode.com

Triadic colors

1 #C8D4EA and #EAC8D4 with #D4EAC8 are triadic colors.

2 #C8EAD4 and #EAD4C8 with #D4EAC8 are triadic colors.