COLOR #D3E2DB

HEX: #D3E2DB RGB: (211,226,219)

Color info

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

RGB color model

#D3E2DB color RGB value is (211,226,219).

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

RGB channels and saturation

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

211
226
219

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

Portions of RGB colors in percentages

R + G + B = 211 + 226 + 219 = 656 (100%)
R 211 of 656 ~ 32.16%
G 226 of 656 ~ 34.45%
B 219 of 656 ~ 33.38'%

%32.16
%34.45
%33.38

CMYK color model

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

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • 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
%3.1
%11.37

Codes

Color #D3E2DB in popluar color models

D3 E2 DB
RGB 211 226 219
HSL 152° 20.55% 85.69%
HSB/HSV 152° 6.64% 88.63%
CMYK 6.64% 0.00% 3.10%
11.37%

Color #D3E2DB in popluar number systems.

HEX D3 E2 DB
Decimal 211 226 219
Binary 11010011 11100010 11011011
Octal 323 342 333

Shades and tints

Shades of #D3E2DB

#D3E2DB
(211,226,219)
#C0CEC8
(192,206,200)
#ADBAB5
(173,186,181)
#9AA6A2
(154,166,162)
#87928F
(135,146,143)
#747E7C
(116,126,124)
#616A69
(97,106,105)
#4E5656
(78,86,86)
#3B4243
(59,66,67)
#282E30
(40,46,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #D3E2DB

#D3E2DB
(211,226,219)
#D7E4DE
(215,228,222)
#DBE6E1
(219,230,225)
#DFE8E4
(223,232,228)
#E3EAE7
(227,234,231)
#E7ECEA
(231,236,234)
#EBEEED
(235,238,237)
#EFF0F0
(239,240,240)
#F3F2F3
(243,242,243)
#F7F4F6
(247,244,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E2DB; }

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

This text font color is #D3E2DB.

Background Color

.myBgColor { background-color: #D3E2DB; }

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

This div background color is #D3E2DB.

Border color

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

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

This div border color is #D3E2DB.

Opacity

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

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

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

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

This text has shadow with #D3E2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E2DB.

Preview

Color preview on black background

This text has color #D3E2DB on black background.


Color preview on white background

This text has color #D3E2DB on white background.


Black color preview on #D3E2DB background

This text has black color on #D3E2DB background.


White color preview on #D3E2DB background

This text has white color on #D3E2DB background.


Related colors

Complementary color

Complementary color for #hex is #2C1D24.


I love getcolorcode.com

Triadic colors

1 #DBD3E2 and #E2DBD3 with #D3E2DB are triadic colors.

2 #DBE2D3 and #E2D3DB with #D3E2DB are triadic colors.