COLOR #D3DCE4

HEX: #D3DCE4
RGB: (211,220,228)

Color info

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

RGB color model

#D3DCE4 color RGB value is (211,220,228).

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

RGB channels and saturation

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

211
220
228

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

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 228 = 659 (100%)
R 211 of 659 ~ 32.02%
G 220 of 659 ~ 33.38%
B 228 of 659 ~ 34.6%

%32.02
%33.38
%34.6

CMYK color model

#D3DCE4 color CMYK value is (7,4,0,11).

  • cyan value is 7.46%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(7,4,0,11)
C7M4Y0K11 
(7%,4%,0%,11%)
(0.07/0.04/0.00/0.11)	

CMYK percentages

%7.46
%3.51
%0
%10.59

Codes

Color #D3DCE4 in popluar color models

D3DCE4
RGB211220228
HSL208°23.94%86.08%
HSB/HSV208°7.46%89.41%
CMYK7.46%3.51%0.00%
10.59%

Color #D3DCE4 in popluar number systems.

HEXD3DCE4
Decimal211220228
Binary110100111101110011100100
Octal323334344

Shades and tints

Shades of #D3DCE4

#D3DCE4
(211,220,228)
#C0C8D0
(192,200,208)
#ADB4BC
(173,180,188)
#9AA0A8
(154,160,168)
#878C94
(135,140,148)
#747880
(116,120,128)
#61646C
(97,100,108)
#4E5058
(78,80,88)
#3B3C44
(59,60,68)
#282830
(40,40,48)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #D3DCE4

#D3DCE4
(211,220,228)
#D7DFE6
(215,223,230)
#DBE2E8
(219,226,232)
#DFE5EA
(223,229,234)
#E3E8EC
(227,232,236)
#E7EBEE
(231,235,238)
#EBEEF0
(235,238,240)
#EFF1F2
(239,241,242)
#F3F4F4
(243,244,244)
#F7F7F6
(247,247,246)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCE4; }

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

This text font color is #D3DCE4.


Background Color

.myBgColor { background-color: #D3DCE4; }

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

This div background color is #D3DCE4.


Border color

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

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

This div border color is #D3DCE4.


Opacity

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

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

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

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

This text has shadow with #D3DCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCE4 on black background.


Color preview on white background

This text has color #D3DCE4 on white background.



Black color preview on #D3DCE4 background

This text has black color on #D3DCE4 background.


White color preview on #D3DCE4 background

This text has white color on #D3DCE4 background.