COLOR #D4E0CB

HEX: #D4E0CB RGB: (212,224,203)

Color info

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

RGB color model

#D4E0CB color RGB value is (212,224,203).

RGB: (212,224,203) (83%, 88%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 203 of 255 = 80%

212
224
203

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

Portions of RGB colors in percentages

R + G + B = 212 + 224 + 203 = 639 (100%)
R 212 of 639 ~ 33.18%
G 224 of 639 ~ 35.05%
B 203 of 639 ~ 31.77'%

%33.18
%35.05
%31.77

CMYK color model

#D4E0CB color CMYK value is (5,0,9,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 12.16%

CMYK: (5,0,9,12)
C5M0Y9K12 (5%, 0%, 9%, 12%)
(0.05 / 0.00 / 0.09 / 0.12)

CMYK percentages

%5.36
%0
%9.38
%12.16

Codes

Color #D4E0CB in popluar color models

D4 E0 CB
RGB 212 224 203
HSL 94° 25.30% 83.73%
HSB/HSV 94° 9.38% 87.84%
CMYK 5.36% 0.00% 9.38%
12.16%

Color #D4E0CB in popluar number systems.

HEX D4 E0 CB
Decimal 212 224 203
Binary 11010100 11100000 11001011
Octal 324 340 313

Shades and tints

Shades of #D4E0CB

#D4E0CB
(212,224,203)
#C1CCB9
(193,204,185)
#AEB8A7
(174,184,167)
#9BA495
(155,164,149)
#889083
(136,144,131)
#757C71
(117,124,113)
#62685F
(98,104,95)
#4F544D
(79,84,77)
#3C403B
(60,64,59)
#292C29
(41,44,41)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #D4E0CB

#D4E0CB
(212,224,203)
#D7E2CF
(215,226,207)
#DAE4D3
(218,228,211)
#DDE6D7
(221,230,215)
#E0E8DB
(224,232,219)
#E3EADF
(227,234,223)
#E6ECE3
(230,236,227)
#E9EEE7
(233,238,231)
#ECF0EB
(236,240,235)
#EFF2EF
(239,242,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E0CB color. Also use rgb(212,224,203) instead hex code.

Text Font Color

.myTextColor { color: #D4E0CB; }

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

This text font color is #D4E0CB.

Background Color

.myBgColor { background-color: #D4E0CB; }

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

This div background color is #D4E0CB.

Border color

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

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

This div border color is #D4E0CB.

Opacity

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

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

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

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

This text has shadow with #D4E0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E0CB.

Preview

Color preview on black background

This text has color #D4E0CB on black background.


Color preview on white background

This text has color #D4E0CB on white background.


Black color preview on #D4E0CB background

This text has black color on #D4E0CB background.


White color preview on #D4E0CB background

This text has white color on #D4E0CB background.


Related colors

Complementary color

Complementary color for #hex is #2B1F34.


I love getcolorcode.com

Triadic colors

1 #CBD4E0 and #E0CBD4 with #D4E0CB are triadic colors.

2 #CBE0D4 and #E0D4CB with #D4E0CB are triadic colors.