COLOR #D3DFF6

HEX: #D3DFF6
RGB: (211,223,246)

Color info

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

RGB color model

#D3DFF6 color RGB value is (211,223,246).

  • red value is 211;
  • green value is 223;
  • blue value is 246.
RGB:
(211,223,246)
(83%,87%,96%)

RGB channels and saturation

R 211 of 255 = 83%
G 223 of 255 = 87%
B 246 of 255 = 96%

211
223
246

R + G + B ~ 89%. #D3DFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 223 + 246 = 680 (100%)
R 211 of 680 ~ 31.03%
G 223 of 680 ~ 32.79%
B 246 of 680 ~ 36.18%

%31.03
%32.79
%36.18

CMYK color model

#D3DFF6 color CMYK value is (14,9,0,4).

  • cyan value is 14.23%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,9,0,4)
C14M9Y0K4 
(14%,9%,0%,4%)
(0.14/0.09/0.00/0.04)	

CMYK percentages

%14.23
%9.35
%0
%3.53

Codes

Color #D3DFF6 in popluar color models

D3DFF6
RGB211223246
HSL219°66.04%89.61%
HSB/HSV219°14.23%96.47%
CMYK14.23%9.35%0.00%
3.53%

Color #D3DFF6 in popluar number systems.

HEXD3DFF6
Decimal211223246
Binary110100111101111111110110
Octal323337366

Shades and tints

Shades of #D3DFF6

#D3DFF6
(211,223,246)
#C0CBE0
(192,203,224)
#ADB7CA
(173,183,202)
#9AA3B4
(154,163,180)
#878F9E
(135,143,158)
#747B88
(116,123,136)
#616772
(97,103,114)
#4E535C
(78,83,92)
#3B3F46
(59,63,70)
#282B30
(40,43,48)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #D3DFF6

#D3DFF6
(211,223,246)
#D7E1F6
(215,225,246)
#DBE3F6
(219,227,246)
#DFE5F6
(223,229,246)
#E3E7F6
(227,231,246)
#E7E9F6
(231,233,246)
#EBEBF6
(235,235,246)
#EFEDF6
(239,237,246)
#F3EFF6
(243,239,246)
#F7F1F6
(247,241,246)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DFF6 color. Also use rgb(211,223,246) instead hex code.

Text Font Color

.myTextColor { color: #D3DFF6; }

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

This text font color is #D3DFF6.


Background Color

.myBgColor { background-color: #D3DFF6; }

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

This div background color is #D3DFF6.


Border color

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

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

This div border color is #D3DFF6.


Opacity

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

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

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

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

This text has shadow with #D3DFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DFF6 on black background.


Color preview on white background

This text has color #D3DFF6 on white background.



Black color preview on #D3DFF6 background

This text has black color on #D3DFF6 background.


White color preview on #D3DFF6 background

This text has white color on #D3DFF6 background.