COLOR #D3E2CD

HEX: #D3E2CD
RGB: (211,226,205)

Color info

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

RGB color model

#D3E2CD color RGB value is (211,226,205).

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

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 205 of 255 = 80%

211
226
205

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

Portions of RGB colors in percentages

R + G + B =
211 + 226 + 205 = 642 (100%)
R 211 of 642 ~ 32.87%
G 226 of 642 ~ 35.2%
B 205 of 642 ~ 31.93%

%32.87
%35.2
%31.93

CMYK color model

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

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 11.37%
CMYK:
(7,0,9,11)
C7M0Y9K11 
(7%,0%,9%,11%)
(0.07/0.00/0.09/0.11)	

CMYK percentages

%6.64
%0
%9.29
%11.37

Codes

Color #D3E2CD in popluar color models

D3E2CD
RGB211226205
HSL103°26.58%84.51%
HSB/HSV103°9.29%88.63%
CMYK6.64%0.00%9.29%
11.37%

Color #D3E2CD in popluar number systems.

HEXD3E2CD
Decimal211226205
Binary110100111110001011001101
Octal323342315

Shades and tints

Shades of #D3E2CD

#D3E2CD
(211,226,205)
#C0CEBB
(192,206,187)
#ADBAA9
(173,186,169)
#9AA697
(154,166,151)
#879285
(135,146,133)
#747E73
(116,126,115)
#616A61
(97,106,97)
#4E564F
(78,86,79)
#3B423D
(59,66,61)
#282E2B
(40,46,43)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #D3E2CD

#D3E2CD
(211,226,205)
#D7E4D1
(215,228,209)
#DBE6D5
(219,230,213)
#DFE8D9
(223,232,217)
#E3EADD
(227,234,221)
#E7ECE1
(231,236,225)
#EBEEE5
(235,238,229)
#EFF0E9
(239,240,233)
#F3F2ED
(243,242,237)
#F7F4F1
(247,244,241)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E2CD color. Also use rgb(211,226,205) instead hex code.

Text Font Color

.myTextColor { color: #D3E2CD; }

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

This text font color is #D3E2CD.


Background Color

.myBgColor { background-color: #D3E2CD; }

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

This div background color is #D3E2CD.


Border color

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

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

This div border color is #D3E2CD.


Opacity

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

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

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

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

This text has shadow with #D3E2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E2CD on black background.


Color preview on white background

This text has color #D3E2CD on white background.



Black color preview on #D3E2CD background

This text has black color on #D3E2CD background.


White color preview on #D3E2CD background

This text has white color on #D3E2CD background.