COLOR #D4E2CE

HEX: #D4E2CE RGB: (212,226,206)

Color info

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

RGB color model

#D4E2CE color RGB value is (212,226,206).

RGB: (212,226,206) (83%, 89%, 81%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 206 of 255 = 81%

212
226
206

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

Portions of RGB colors in percentages

R + G + B = 212 + 226 + 206 = 644 (100%)
R 212 of 644 ~ 32.92%
G 226 of 644 ~ 35.09%
B 206 of 644 ~ 31.99'%

%32.92
%35.09
%31.99

CMYK color model

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

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%

CMYK: (6,0,9,11)
C6M0Y9K11 (6%, 0%, 9%, 11%)
(0.06 / 0.00 / 0.09 / 0.11)

CMYK percentages

%6.19
%0
%8.85
%11.37

Codes

Color #D4E2CE in popluar color models

D4 E2 CE
RGB 212 226 206
HSL 102° 25.64% 84.71%
HSB/HSV 102° 8.85% 88.63%
CMYK 6.19% 0.00% 8.85%
11.37%

Color #D4E2CE in popluar number systems.

HEX D4 E2 CE
Decimal 212 226 206
Binary 11010100 11100010 11001110
Octal 324 342 316

Shades and tints

Shades of #D4E2CE

#D4E2CE
(212,226,206)
#C1CEBC
(193,206,188)
#AEBAAA
(174,186,170)
#9BA698
(155,166,152)
#889286
(136,146,134)
#757E74
(117,126,116)
#626A62
(98,106,98)
#4F5650
(79,86,80)
#3C423E
(60,66,62)
#292E2C
(41,46,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #D4E2CE

#D4E2CE
(212,226,206)
#D7E4D2
(215,228,210)
#DAE6D6
(218,230,214)
#DDE8DA
(221,232,218)
#E0EADE
(224,234,222)
#E3ECE2
(227,236,226)
#E6EEE6
(230,238,230)
#E9F0EA
(233,240,234)
#ECF2EE
(236,242,238)
#EFF4F2
(239,244,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E2CE; }

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

This text font color is #D4E2CE.

Background Color

.myBgColor { background-color: #D4E2CE; }

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

This div background color is #D4E2CE.

Border color

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

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

This div border color is #D4E2CE.

Opacity

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

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

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

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

This text has shadow with #D4E2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E2CE.

Preview

Color preview on black background

This text has color #D4E2CE on black background.


Color preview on white background

This text has color #D4E2CE on white background.


Black color preview on #D4E2CE background

This text has black color on #D4E2CE background.


White color preview on #D4E2CE background

This text has white color on #D4E2CE background.


Related colors

Complementary color

Complementary color for #hex is #2B1D31.


I love getcolorcode.com

Triadic colors

1 #CED4E2 and #E2CED4 with #D4E2CE are triadic colors.

2 #CEE2D4 and #E2D4CE with #D4E2CE are triadic colors.