COLOR #D3E3CB

HEX: #D3E3CB
RGB: (211,227,203)

Color info

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

RGB color model

#D3E3CB color RGB value is (211,227,203).

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

RGB channels and saturation

R 211 of 255 = 83%
G 227 of 255 = 89%
B 203 of 255 = 80%

211
227
203

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

Portions of RGB colors in percentages

R + G + B =
211 + 227 + 203 = 641 (100%)
R 211 of 641 ~ 32.92%
G 227 of 641 ~ 35.41%
B 203 of 641 ~ 31.67%

%32.92
%35.41
%31.67

CMYK color model

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

  • cyan value is 7.05%
  • 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.05
%0
%10.57
%10.98

Codes

Color #D3E3CB in popluar color models

D3E3CB
RGB211227203
HSL100°30.00%84.31%
HSB/HSV100°10.57%89.02%
CMYK7.05%0.00%10.57%
10.98%

Color #D3E3CB in popluar number systems.

HEXD3E3CB
Decimal211227203
Binary110100111110001111001011
Octal323343313

Shades and tints

Shades of #D3E3CB

#D3E3CB
(211,227,203)
#C0CFB9
(192,207,185)
#ADBBA7
(173,187,167)
#9AA795
(154,167,149)
#879383
(135,147,131)
#747F71
(116,127,113)
#616B5F
(97,107,95)
#4E574D
(78,87,77)
#3B433B
(59,67,59)
#282F29
(40,47,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #D3E3CB

#D3E3CB
(211,227,203)
#D7E5CF
(215,229,207)
#DBE7D3
(219,231,211)
#DFE9D7
(223,233,215)
#E3EBDB
(227,235,219)
#E7EDDF
(231,237,223)
#EBEFE3
(235,239,227)
#EFF1E7
(239,241,231)
#F3F3EB
(243,243,235)
#F7F5EF
(247,245,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E3CB; }

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

This text font color is #D3E3CB.


Background Color

.myBgColor { background-color: #D3E3CB; }

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

This div background color is #D3E3CB.


Border color

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

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

This div border color is #D3E3CB.


Opacity

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

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

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

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

This text has shadow with #D3E3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E3CB on black background.


Color preview on white background

This text has color #D3E3CB on white background.



Black color preview on #D3E3CB background

This text has black color on #D3E3CB background.


White color preview on #D3E3CB background

This text has white color on #D3E3CB background.