COLOR #D3E2DC

HEX: #D3E2DC RGB: (211,226,220)

Color info

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

RGB color model

#D3E2DC color RGB value is (211,226,220).

RGB: (211,226,220) (83%, 89%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 220 of 255 = 86%

211
226
220

R + G + B ~ 86%. #D3E2DC is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 226 + 220 = 657 (100%)
R 211 of 657 ~ 32.12%
G 226 of 657 ~ 34.4%
B 220 of 657 ~ 33.49'%

%32.12
%34.4
%33.49

CMYK color model

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

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%

CMYK: (7,0,3,11)
C7M0Y3K11 (7%, 0%, 3%, 11%)
(0.07 / 0.00 / 0.03 / 0.11)

CMYK percentages

%6.64
%0
%2.65
%11.37

Codes

Color #D3E2DC in popluar color models

D3 E2 DC
RGB 211 226 220
HSL 156° 20.55% 85.69%
HSB/HSV 156° 6.64% 88.63%
CMYK 6.64% 0.00% 2.65%
11.37%

Color #D3E2DC in popluar number systems.

HEX D3 E2 DC
Decimal 211 226 220
Binary 11010011 11100010 11011100
Octal 323 342 334

Shades and tints

Shades of #D3E2DC

#D3E2DC
(211,226,220)
#C0CEC8
(192,206,200)
#ADBAB4
(173,186,180)
#9AA6A0
(154,166,160)
#87928C
(135,146,140)
#747E78
(116,126,120)
#616A64
(97,106,100)
#4E5650
(78,86,80)
#3B423C
(59,66,60)
#282E28
(40,46,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #D3E2DC

#D3E2DC
(211,226,220)
#D7E4DF
(215,228,223)
#DBE6E2
(219,230,226)
#DFE8E5
(223,232,229)
#E3EAE8
(227,234,232)
#E7ECEB
(231,236,235)
#EBEEEE
(235,238,238)
#EFF0F1
(239,240,241)
#F3F2F4
(243,242,244)
#F7F4F7
(247,244,247)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E2DC; }

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

This text font color is #D3E2DC.

Background Color

.myBgColor { background-color: #D3E2DC; }

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

This div background color is #D3E2DC.

Border color

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

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

This div border color is #D3E2DC.

Opacity

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

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

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

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

This text has shadow with #D3E2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E2DC.

Preview

Color preview on black background

This text has color #D3E2DC on black background.


Color preview on white background

This text has color #D3E2DC on white background.


Black color preview on #D3E2DC background

This text has black color on #D3E2DC background.


White color preview on #D3E2DC background

This text has white color on #D3E2DC background.


Related colors

Complementary color

Complementary color for #hex is #2C1D23.


I love getcolorcode.com

Triadic colors

1 #DCD3E2 and #E2DCD3 with #D3E2DC are triadic colors.

2 #DCE2D3 and #E2D3DC with #D3E2DC are triadic colors.