COLOR #D3E3F7

HEX: #D3E3F7
RGB: (211,227,247)

Color info

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

RGB color model

#D3E3F7 color RGB value is (211,227,247).

  • red value is 211;
  • green value is 227;
  • blue value is 247.
RGB:
(211,227,247)
(83%,89%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 227 of 255 = 89%
B 247 of 255 = 97%

211
227
247

R + G + B ~ 90%. #D3E3F7 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 227 + 247 = 685 (100%)
R 211 of 685 ~ 30.8%
G 227 of 685 ~ 33.14%
B 247 of 685 ~ 36.06%

%30.8
%33.14
%36.06

CMYK color model

#D3E3F7 color CMYK value is (15,8,0,3).

  • cyan value is 14.57%
  • magenta value is 8.10%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(15,8,0,3)
C15M8Y0K3 
(15%,8%,0%,3%)
(0.15/0.08/0.00/0.03)	

CMYK percentages

%14.57
%8.1
%0
%3.14

Codes

Color #D3E3F7 in popluar color models

D3E3F7
RGB211227247
HSL213°69.23%89.80%
HSB/HSV213°14.57%96.86%
CMYK14.57%8.10%0.00%
3.14%

Color #D3E3F7 in popluar number systems.

HEXD3E3F7
Decimal211227247
Binary110100111110001111110111
Octal323343367

Shades and tints

Shades of #D3E3F7

#D3E3F7
(211,227,247)
#C0CFE1
(192,207,225)
#ADBBCB
(173,187,203)
#9AA7B5
(154,167,181)
#87939F
(135,147,159)
#747F89
(116,127,137)
#616B73
(97,107,115)
#4E575D
(78,87,93)
#3B4347
(59,67,71)
#282F31
(40,47,49)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #D3E3F7

#D3E3F7
(211,227,247)
#D7E5F7
(215,229,247)
#DBE7F7
(219,231,247)
#DFE9F7
(223,233,247)
#E3EBF7
(227,235,247)
#E7EDF7
(231,237,247)
#EBEFF7
(235,239,247)
#EFF1F7
(239,241,247)
#F3F3F7
(243,243,247)
#F7F5F7
(247,245,247)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E3F7 color. Also use rgb(211,227,247) instead hex code.

Text Font Color

.myTextColor { color: #D3E3F7; }

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

This text font color is #D3E3F7.


Background Color

.myBgColor { background-color: #D3E3F7; }

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

This div background color is #D3E3F7.


Border color

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

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

This div border color is #D3E3F7.


Opacity

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

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

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

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

This text has shadow with #D3E3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E3F7 on black background.


Color preview on white background

This text has color #D3E3F7 on white background.



Black color preview on #D3E3F7 background

This text has black color on #D3E3F7 background.


White color preview on #D3E3F7 background

This text has white color on #D3E3F7 background.