COLOR #D4E1C8

HEX: #D4E1C8 RGB: (212,225,200)

Color info

#D4E1C8 contains red, green and blue colors in about the same proportion. Web safe color of #D4E1C8 is #CCCCCC (or #CCC).

RGB color model

#D4E1C8 color RGB value is (212,225,200).

RGB: (212,225,200) (83%, 88%, 78%)

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 200 of 255 = 78%

212
225
200

R + G + B ~ 83%. #D4E1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 225 + 200 = 637 (100%)
R 212 of 637 ~ 33.28%
G 225 of 637 ~ 35.32%
B 200 of 637 ~ 31.4'%

%33.28
%35.32
%31.4

CMYK color model

#D4E1C8 color CMYK value is (6,0,11,12).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 11.76%

CMYK: (6,0,11,12)
C6M0Y11K12 (6%, 0%, 11%, 12%)
(0.06 / 0.00 / 0.11 / 0.12)

CMYK percentages

%5.78
%0
%11.11
%11.76

Codes

Color #D4E1C8 in popluar color models

D4 E1 C8
RGB 212 225 200
HSL 91° 29.41% 83.33%
HSB/HSV 91° 11.11% 88.24%
CMYK 5.78% 0.00% 11.11%
11.76%

Color #D4E1C8 in popluar number systems.

HEX D4 E1 C8
Decimal 212 225 200
Binary 11010100 11100001 11001000
Octal 324 341 310

Shades and tints

Shades of #D4E1C8

#D4E1C8
(212,225,200)
#C1CDB6
(193,205,182)
#AEB9A4
(174,185,164)
#9BA592
(155,165,146)
#889180
(136,145,128)
#757D6E
(117,125,110)
#62695C
(98,105,92)
#4F554A
(79,85,74)
#3C4138
(60,65,56)
#292D26
(41,45,38)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4E1C8

#D4E1C8
(212,225,200)
#D7E3CD
(215,227,205)
#DAE5D2
(218,229,210)
#DDE7D7
(221,231,215)
#E0E9DC
(224,233,220)
#E3EBE1
(227,235,225)
#E6EDE6
(230,237,230)
#E9EFEB
(233,239,235)
#ECF1F0
(236,241,240)
#EFF3F5
(239,243,245)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E1C8; }

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

This text font color is #D4E1C8.

Background Color

.myBgColor { background-color: #D4E1C8; }

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

This div background color is #D4E1C8.

Border color

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

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

This div border color is #D4E1C8.

Opacity

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

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

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

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

This text has shadow with #D4E1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E1C8.

Preview

Color preview on black background

This text has color #D4E1C8 on black background.


Color preview on white background

This text has color #D4E1C8 on white background.


Black color preview on #D4E1C8 background

This text has black color on #D4E1C8 background.


White color preview on #D4E1C8 background

This text has white color on #D4E1C8 background.


Related colors

Complementary color

Complementary color for #hex is #2B1E37.


I love getcolorcode.com

Triadic colors

1 #C8D4E1 and #E1C8D4 with #D4E1C8 are triadic colors.

2 #C8E1D4 and #E1D4C8 with #D4E1C8 are triadic colors.