COLOR #D4E2CB

HEX: #D4E2CB
RGB: (212,226,203)

Color info

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

RGB color model

#D4E2CB color RGB value is (212,226,203).

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

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 203 of 255 = 80%

212
226
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 203 = 641 (100%)
R 212 of 641 ~ 33.07%
G 226 of 641 ~ 35.26%
B 203 of 641 ~ 31.67%

%33.07
%35.26
%31.67

CMYK color model

#D4E2CB color CMYK value is (6,0,10,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK:
(6,0,10,11)
C6M0Y10K11 
(6%,0%,10%,11%)
(0.06/0.00/0.10/0.11)	

CMYK percentages

%6.19
%0
%10.18
%11.37

Codes

Color #D4E2CB in popluar color models

D4E2CB
RGB212226203
HSL97°28.40%84.12%
HSB/HSV97°10.18%88.63%
CMYK6.19%0.00%10.18%
11.37%

Color #D4E2CB in popluar number systems.

HEXD4E2CB
Decimal212226203
Binary110101001110001011001011
Octal324342313

Shades and tints

Shades of #D4E2CB

#D4E2CB
(212,226,203)
#C1CEB9
(193,206,185)
#AEBAA7
(174,186,167)
#9BA695
(155,166,149)
#889283
(136,146,131)
#757E71
(117,126,113)
#626A5F
(98,106,95)
#4F564D
(79,86,77)
#3C423B
(60,66,59)
#292E29
(41,46,41)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #D4E2CB

#D4E2CB
(212,226,203)
#D7E4CF
(215,228,207)
#DAE6D3
(218,230,211)
#DDE8D7
(221,232,215)
#E0EADB
(224,234,219)
#E3ECDF
(227,236,223)
#E6EEE3
(230,238,227)
#E9F0E7
(233,240,231)
#ECF2EB
(236,242,235)
#EFF4EF
(239,244,239)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E2CB; }

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

This text font color is #D4E2CB.


Background Color

.myBgColor { background-color: #D4E2CB; }

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

This div background color is #D4E2CB.


Border color

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

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

This div border color is #D4E2CB.


Opacity

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

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

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

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

This text has shadow with #D4E2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2CB on black background.


Color preview on white background

This text has color #D4E2CB on white background.



Black color preview on #D4E2CB background

This text has black color on #D4E2CB background.


White color preview on #D4E2CB background

This text has white color on #D4E2CB background.