COLOR #D3E7F1

HEX: #D3E7F1
RGB: (211,231,241)

Color info

#D3E7F1 contains red, green and blue colors in about the same proportion. Web safe color of #D3E7F1 is #CCFFFF (or #CFF).

RGB color model

#D3E7F1 color RGB value is (211,231,241).

  • red value is 211;
  • green value is 231;
  • blue value is 241.
RGB:
(211,231,241)
(83%,91%,95%)

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 241 of 255 = 95%

211
231
241

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

Portions of RGB colors in percentages

R + G + B =
211 + 231 + 241 = 683 (100%)
R 211 of 683 ~ 30.89%
G 231 of 683 ~ 33.82%
B 241 of 683 ~ 35.29%

%30.89
%33.82
%35.29

CMYK color model

#D3E7F1 color CMYK value is (12,4,0,5).

  • cyan value is 12.45%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,4,0,5)
C12M4Y0K5 
(12%,4%,0%,5%)
(0.12/0.04/0.00/0.05)	

CMYK percentages

%12.45
%4.15
%0
%5.49

Codes

Color #D3E7F1 in popluar color models

D3E7F1
RGB211231241
HSL200°51.72%88.63%
HSB/HSV200°12.45%94.51%
CMYK12.45%4.15%0.00%
5.49%

Color #D3E7F1 in popluar number systems.

HEXD3E7F1
Decimal211231241
Binary110100111110011111110001
Octal323347361

Shades and tints

Shades of #D3E7F1

#D3E7F1
(211,231,241)
#C0D2DC
(192,210,220)
#ADBDC7
(173,189,199)
#9AA8B2
(154,168,178)
#87939D
(135,147,157)
#747E88
(116,126,136)
#616973
(97,105,115)
#4E545E
(78,84,94)
#3B3F49
(59,63,73)
#282A34
(40,42,52)
#15151F
(21,21,31)
#000000
(0,0,0)

Tints of #D3E7F1

#D3E7F1
(211,231,241)
#D7E9F2
(215,233,242)
#DBEBF3
(219,235,243)
#DFEDF4
(223,237,244)
#E3EFF5
(227,239,245)
#E7F1F6
(231,241,246)
#EBF3F7
(235,243,247)
#EFF5F8
(239,245,248)
#F3F7F9
(243,247,249)
#F7F9FA
(247,249,250)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E7F1 color. Also use rgb(211,231,241) instead hex code.

Text Font Color

.myTextColor { color: #D3E7F1; }

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

This text font color is #D3E7F1.


Background Color

.myBgColor { background-color: #D3E7F1; }

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

This div background color is #D3E7F1.


Border color

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

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

This div border color is #D3E7F1.


Opacity

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

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

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

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

This text has shadow with #D3E7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E7F1 on black background.


Color preview on white background

This text has color #D3E7F1 on white background.



Black color preview on #D3E7F1 background

This text has black color on #D3E7F1 background.


White color preview on #D3E7F1 background

This text has white color on #D3E7F1 background.