COLOR #D3DCE2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

211
220
226

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

Portions of RGB colors in percentages

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

%32.12
%33.49
%34.4

CMYK color model

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

  • cyan value is 6.64%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,3,0,11)
C7M3Y0K11 
(7%,3%,0%,11%)
(0.07/0.03/0.00/0.11)	

CMYK percentages

%6.64
%2.65
%0
%11.37

Codes

Color #D3DCE2 in popluar color models

D3DCE2
RGB211220226
HSL204°20.55%85.69%
HSB/HSV204°6.64%88.63%
CMYK6.64%2.65%0.00%
11.37%

Color #D3DCE2 in popluar number systems.

HEXD3DCE2
Decimal211220226
Binary110100111101110011100010
Octal323334342

Shades and tints

Shades of #D3DCE2

#D3DCE2
(211,220,226)
#C0C8CE
(192,200,206)
#ADB4BA
(173,180,186)
#9AA0A6
(154,160,166)
#878C92
(135,140,146)
#74787E
(116,120,126)
#61646A
(97,100,106)
#4E5056
(78,80,86)
#3B3C42
(59,60,66)
#28282E
(40,40,46)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #D3DCE2

#D3DCE2
(211,220,226)
#D7DFE4
(215,223,228)
#DBE2E6
(219,226,230)
#DFE5E8
(223,229,232)
#E3E8EA
(227,232,234)
#E7EBEC
(231,235,236)
#EBEEEE
(235,238,238)
#EFF1F0
(239,241,240)
#F3F4F2
(243,244,242)
#F7F7F4
(247,247,244)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCE2; }

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

This text font color is #D3DCE2.


Background Color

.myBgColor { background-color: #D3DCE2; }

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

This div background color is #D3DCE2.


Border color

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

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

This div border color is #D3DCE2.


Opacity

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

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

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

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

This text has shadow with #D3DCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCE2 on black background.


Color preview on white background

This text has color #D3DCE2 on white background.



Black color preview on #D3DCE2 background

This text has black color on #D3DCE2 background.


White color preview on #D3DCE2 background

This text has white color on #D3DCE2 background.