COLOR #D3DEDB

HEX: #D3DEDB RGB: (211,222,219)

Color info

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

RGB color model

#D3DEDB color RGB value is (211,222,219).

RGB: (211,222,219) (83%, 87%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 222 of 255 = 87%
B 219 of 255 = 86%

211
222
219

R + G + B ~ 85%. #D3DEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 222 + 219 = 652 (100%)
R 211 of 652 ~ 32.36%
G 222 of 652 ~ 34.05%
B 219 of 652 ~ 33.59'%

%32.36
%34.05
%33.59

CMYK color model

#D3DEDB color CMYK value is (5,0,1,13).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (5,0,1,13)
C5M0Y1K13 (5%, 0%, 1%, 13%)
(0.05 / 0.00 / 0.01 / 0.13)

CMYK percentages

%4.95
%0
%1.35
%12.94

Codes

Color #D3DEDB in popluar color models

D3 DE DB
RGB 211 222 219
HSL 164° 14.29% 84.90%
HSB/HSV 164° 4.95% 87.06%
CMYK 4.95% 0.00% 1.35%
12.94%

Color #D3DEDB in popluar number systems.

HEX D3 DE DB
Decimal 211 222 219
Binary 11010011 11011110 11011011
Octal 323 336 333

Shades and tints

Shades of #D3DEDB

#D3DEDB
(211,222,219)
#C0CAC8
(192,202,200)
#ADB6B5
(173,182,181)
#9AA2A2
(154,162,162)
#878E8F
(135,142,143)
#747A7C
(116,122,124)
#616669
(97,102,105)
#4E5256
(78,82,86)
#3B3E43
(59,62,67)
#282A30
(40,42,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #D3DEDB

#D3DEDB
(211,222,219)
#D7E1DE
(215,225,222)
#DBE4E1
(219,228,225)
#DFE7E4
(223,231,228)
#E3EAE7
(227,234,231)
#E7EDEA
(231,237,234)
#EBF0ED
(235,240,237)
#EFF3F0
(239,243,240)
#F3F6F3
(243,246,243)
#F7F9F6
(247,249,246)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DEDB; }

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

This text font color is #D3DEDB.

Background Color

.myBgColor { background-color: #D3DEDB; }

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

This div background color is #D3DEDB.

Border color

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

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

This div border color is #D3DEDB.

Opacity

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

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

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

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

This text has shadow with #D3DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DEDB.

Preview

Color preview on black background

This text has color #D3DEDB on black background.


Color preview on white background

This text has color #D3DEDB on white background.


Black color preview on #D3DEDB background

This text has black color on #D3DEDB background.


White color preview on #D3DEDB background

This text has white color on #D3DEDB background.


Related colors

Complementary color

Complementary color for #hex is #2C2124.


I love getcolorcode.com

Triadic colors

1 #DBD3DE and #DEDBD3 with #D3DEDB are triadic colors.

2 #DBDED3 and #DED3DB with #D3DEDB are triadic colors.