COLOR #D3DCEB

HEX: #D3DCEB
RGB: (211,220,235)

Color info

#D3DCEB contains red, green and blue colors in about the same proportion. Web safe color of #D3DCEB is #CCCCFF (or #CCF).

RGB color model

#D3DCEB color RGB value is (211,220,235).

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

RGB channels and saturation

R 211 of 255 = 83%
G 220 of 255 = 86%
B 235 of 255 = 92%

211
220
235

R + G + B ~ 87%. #D3DCEB is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 220 + 235 = 666 (100%)
R 211 of 666 ~ 31.68%
G 220 of 666 ~ 33.03%
B 235 of 666 ~ 35.29%

%31.68
%33.03
%35.29

CMYK color model

#D3DCEB color CMYK value is (10,6,0,8).

  • cyan value is 10.21%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,6,0,8)
C10M6Y0K8 
(10%,6%,0%,8%)
(0.10/0.06/0.00/0.08)	

CMYK percentages

%10.21
%6.38
%0
%7.84

Codes

Color #D3DCEB in popluar color models

D3DCEB
RGB211220235
HSL218°37.50%87.45%
HSB/HSV218°10.21%92.16%
CMYK10.21%6.38%0.00%
7.84%

Color #D3DCEB in popluar number systems.

HEXD3DCEB
Decimal211220235
Binary110100111101110011101011
Octal323334353

Shades and tints

Shades of #D3DCEB

#D3DCEB
(211,220,235)
#C0C8D6
(192,200,214)
#ADB4C1
(173,180,193)
#9AA0AC
(154,160,172)
#878C97
(135,140,151)
#747882
(116,120,130)
#61646D
(97,100,109)
#4E5058
(78,80,88)
#3B3C43
(59,60,67)
#28282E
(40,40,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #D3DCEB

#D3DCEB
(211,220,235)
#D7DFEC
(215,223,236)
#DBE2ED
(219,226,237)
#DFE5EE
(223,229,238)
#E3E8EF
(227,232,239)
#E7EBF0
(231,235,240)
#EBEEF1
(235,238,241)
#EFF1F2
(239,241,242)
#F3F4F3
(243,244,243)
#F7F7F4
(247,247,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DCEB; }

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

This text font color is #D3DCEB.


Background Color

.myBgColor { background-color: #D3DCEB; }

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

This div background color is #D3DCEB.


Border color

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

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

This div border color is #D3DCEB.


Opacity

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

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

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

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

This text has shadow with #D3DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DCEB on black background.


Color preview on white background

This text has color #D3DCEB on white background.



Black color preview on #D3DCEB background

This text has black color on #D3DCEB background.


White color preview on #D3DCEB background

This text has white color on #D3DCEB background.