COLOR #D2E3CB

HEX: #D2E3CB
RGB: (210,227,203)

Color info

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

RGB color model

#D2E3CB color RGB value is (210,227,203).

  • red value is 210;
  • green value is 227;
  • blue value is 203.
RGB:
(210,227,203)
(82%,89%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 203 of 255 = 80%

210
227
203

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

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 203 = 640 (100%)
R 210 of 640 ~ 32.81%
G 227 of 640 ~ 35.47%
B 203 of 640 ~ 31.72%

%32.81
%35.47
%31.72

CMYK color model

#D2E3CB color CMYK value is (7,0,11,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(7,0,11,11)
C7M0Y11K11 
(7%,0%,11%,11%)
(0.07/0.00/0.11/0.11)	

CMYK percentages

%7.49
%0
%10.57
%10.98

Codes

Color #D2E3CB in popluar color models

D2E3CB
RGB210227203
HSL103°30.00%84.31%
HSB/HSV103°10.57%89.02%
CMYK7.49%0.00%10.57%
10.98%

Color #D2E3CB in popluar number systems.

HEXD2E3CB
Decimal210227203
Binary110100101110001111001011
Octal322343313

Shades and tints

Shades of #D2E3CB

#D2E3CB
(210,227,203)
#BFCFB9
(191,207,185)
#ACBBA7
(172,187,167)
#99A795
(153,167,149)
#869383
(134,147,131)
#737F71
(115,127,113)
#606B5F
(96,107,95)
#4D574D
(77,87,77)
#3A433B
(58,67,59)
#272F29
(39,47,41)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #D2E3CB

#D2E3CB
(210,227,203)
#D6E5CF
(214,229,207)
#DAE7D3
(218,231,211)
#DEE9D7
(222,233,215)
#E2EBDB
(226,235,219)
#E6EDDF
(230,237,223)
#EAEFE3
(234,239,227)
#EEF1E7
(238,241,231)
#F2F3EB
(242,243,235)
#F6F5EF
(246,245,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E3CB color. Also use rgb(210,227,203) instead hex code.

Text Font Color

.myTextColor { color: #D2E3CB; }

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

This text font color is #D2E3CB.


Background Color

.myBgColor { background-color: #D2E3CB; }

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

This div background color is #D2E3CB.


Border color

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

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

This div border color is #D2E3CB.


Opacity

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

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

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

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

This text has shadow with #D2E3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3CB on black background.


Color preview on white background

This text has color #D2E3CB on white background.



Black color preview on #D2E3CB background

This text has black color on #D2E3CB background.


White color preview on #D2E3CB background

This text has white color on #D2E3CB background.