COLOR #D3D8DB

HEX: #D3D8DB
RGB: (211,216,219)

Color info

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

RGB color model

#D3D8DB color RGB value is (211,216,219).

  • red value is 211;
  • green value is 216;
  • blue value is 219.
RGB:
(211,216,219)
(83%,85%,86%)

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 219 of 255 = 86%

211
216
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 216 + 219 = 646 (100%)
R 211 of 646 ~ 32.66%
G 216 of 646 ~ 33.44%
B 219 of 646 ~ 33.9%

%32.66
%33.44
%33.9

CMYK color model

#D3D8DB color CMYK value is (4,1,0,14).

  • cyan value is 3.65%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,1,0,14)
C4M1Y0K14 
(4%,1%,0%,14%)
(0.04/0.01/0.00/0.14)	

CMYK percentages

%3.65
%1.37
%0
%14.12

Codes

Color #D3D8DB in popluar color models

D3D8DB
RGB211216219
HSL203°10.00%84.31%
HSB/HSV203°3.65%85.88%
CMYK3.65%1.37%0.00%
14.12%

Color #D3D8DB in popluar number systems.

HEXD3D8DB
Decimal211216219
Binary110100111101100011011011
Octal323330333

Shades and tints

Shades of #D3D8DB

#D3D8DB
(211,216,219)
#C0C5C8
(192,197,200)
#ADB2B5
(173,178,181)
#9A9FA2
(154,159,162)
#878C8F
(135,140,143)
#74797C
(116,121,124)
#616669
(97,102,105)
#4E5356
(78,83,86)
#3B4043
(59,64,67)
#282D30
(40,45,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #D3D8DB

#D3D8DB
(211,216,219)
#D7DBDE
(215,219,222)
#DBDEE1
(219,222,225)
#DFE1E4
(223,225,228)
#E3E4E7
(227,228,231)
#E7E7EA
(231,231,234)
#EBEAED
(235,234,237)
#EFEDF0
(239,237,240)
#F3F0F3
(243,240,243)
#F7F3F6
(247,243,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D8DB; }

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

This text font color is #D3D8DB.


Background Color

.myBgColor { background-color: #D3D8DB; }

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

This div background color is #D3D8DB.


Border color

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

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

This div border color is #D3D8DB.


Opacity

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

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

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

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

This text has shadow with #D3D8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D8DB on black background.


Color preview on white background

This text has color #D3D8DB on white background.



Black color preview on #D3D8DB background

This text has black color on #D3D8DB background.


White color preview on #D3D8DB background

This text has white color on #D3D8DB background.