COLOR #D3DCDD

HEX: #D3DCDD
RGB: (211,220,221)

Color info

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

RGB color model

#D3DCDD color RGB value is (211,220,221).

  • red value is 211;
  • green value is 220;
  • blue value is 221.
RGB:
(211,220,221)
(83%,86%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 220 of 255 = 86%
B 221 of 255 = 87%

211
220
221

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

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 221 = 652 (100%)
R 211 of 652 ~ 32.36%
G 220 of 652 ~ 33.74%
B 221 of 652 ~ 33.9%

%32.36
%33.74
%33.9

CMYK color model

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

  • cyan value is 4.52%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,0,0,13)
C5M0Y0K13 
(5%,0%,0%,13%)
(0.05/0.00/0.00/0.13)	

CMYK percentages

%4.52
%0.45
%0
%13.33

Codes

Color #D3DCDD in popluar color models

D3DCDD
RGB211220221
HSL186°12.82%84.71%
HSB/HSV186°4.52%86.67%
CMYK4.52%0.45%0.00%
13.33%

Color #D3DCDD in popluar number systems.

HEXD3DCDD
Decimal211220221
Binary110100111101110011011101
Octal323334335

Shades and tints

Shades of #D3DCDD

#D3DCDD
(211,220,221)
#C0C8C9
(192,200,201)
#ADB4B5
(173,180,181)
#9AA0A1
(154,160,161)
#878C8D
(135,140,141)
#747879
(116,120,121)
#616465
(97,100,101)
#4E5051
(78,80,81)
#3B3C3D
(59,60,61)
#282829
(40,40,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #D3DCDD

#D3DCDD
(211,220,221)
#D7DFE0
(215,223,224)
#DBE2E3
(219,226,227)
#DFE5E6
(223,229,230)
#E3E8E9
(227,232,233)
#E7EBEC
(231,235,236)
#EBEEEF
(235,238,239)
#EFF1F2
(239,241,242)
#F3F4F5
(243,244,245)
#F7F7F8
(247,247,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCDD; }

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

This text font color is #D3DCDD.


Background Color

.myBgColor { background-color: #D3DCDD; }

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

This div background color is #D3DCDD.


Border color

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

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

This div border color is #D3DCDD.


Opacity

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

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

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

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

This text has shadow with #D3DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCDD on black background.


Color preview on white background

This text has color #D3DCDD on white background.



Black color preview on #D3DCDD background

This text has black color on #D3DCDD background.


White color preview on #D3DCDD background

This text has white color on #D3DCDD background.