COLOR #D4E2C1

HEX: #D4E2C1
RGB: (212,226,193)

Color info

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

RGB color model

#D4E2C1 color RGB value is (212,226,193).

  • red value is 212;
  • green value is 226;
  • blue value is 193.
RGB:
(212,226,193)
(83%,89%,76%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 193 of 255 = 76%

212
226
193

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

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 193 = 631 (100%)
R 212 of 631 ~ 33.6%
G 226 of 631 ~ 35.82%
B 193 of 631 ~ 30.59%

%33.6
%35.82
%30.59

CMYK color model

#D4E2C1 color CMYK value is (6,0,15,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 11.37%
CMYK:
(6,0,15,11)
C6M0Y15K11 
(6%,0%,15%,11%)
(0.06/0.00/0.15/0.11)	

CMYK percentages

%6.19
%0
%14.6
%11.37

Codes

Color #D4E2C1 in popluar color models

D4E2C1
RGB212226193
HSL85°36.26%82.16%
HSB/HSV85°14.60%88.63%
CMYK6.19%0.00%14.60%
11.37%

Color #D4E2C1 in popluar number systems.

HEXD4E2C1
Decimal212226193
Binary110101001110001011000001
Octal324342301

Shades and tints

Shades of #D4E2C1

#D4E2C1
(212,226,193)
#C1CEB0
(193,206,176)
#AEBA9F
(174,186,159)
#9BA68E
(155,166,142)
#88927D
(136,146,125)
#757E6C
(117,126,108)
#626A5B
(98,106,91)
#4F564A
(79,86,74)
#3C4239
(60,66,57)
#292E28
(41,46,40)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #D4E2C1

#D4E2C1
(212,226,193)
#D7E4C6
(215,228,198)
#DAE6CB
(218,230,203)
#DDE8D0
(221,232,208)
#E0EAD5
(224,234,213)
#E3ECDA
(227,236,218)
#E6EEDF
(230,238,223)
#E9F0E4
(233,240,228)
#ECF2E9
(236,242,233)
#EFF4EE
(239,244,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E2C1 color. Also use rgb(212,226,193) instead hex code.

Text Font Color

.myTextColor { color: #D4E2C1; }

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

This text font color is #D4E2C1.


Background Color

.myBgColor { background-color: #D4E2C1; }

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

This div background color is #D4E2C1.


Border color

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

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

This div border color is #D4E2C1.


Opacity

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

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

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

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

This text has shadow with #D4E2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2C1 on black background.


Color preview on white background

This text has color #D4E2C1 on white background.



Black color preview on #D4E2C1 background

This text has black color on #D4E2C1 background.


White color preview on #D4E2C1 background

This text has white color on #D4E2C1 background.