COLOR #D3F5FE

HEX: #D3F5FE
RGB: (211,245,254)

Color info

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

RGB color model

#D3F5FE color RGB value is (211,245,254).

  • red value is 211;
  • green value is 245;
  • blue value is 254.
RGB:
(211,245,254)
(83%,96%,100%)

RGB channels and saturation

R 211 of 255 = 83%
G 245 of 255 = 96%
B 254 of 255 = 100%

211
245
254

R + G + B ~ 93%. #D3F5FE is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 245 + 254 = 710 (100%)
R 211 of 710 ~ 29.72%
G 245 of 710 ~ 34.51%
B 254 of 710 ~ 35.77%

%29.72
%34.51
%35.77

CMYK color model

#D3F5FE color CMYK value is (17,4,0,0).

  • cyan value is 16.93%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(17,4,0,0)
C17M4Y0K0 
(17%,4%,0%,0%)
(0.17/0.04/0.00/0.00)	

CMYK percentages

%16.93
%3.54
%0
%0.39

Codes

Color #D3F5FE in popluar color models

D3F5FE
RGB211245254
HSL193°95.56%91.18%
HSB/HSV193°16.93%99.61%
CMYK16.93%3.54%0.00%
0.39%

Color #D3F5FE in popluar number systems.

HEXD3F5FE
Decimal211245254
Binary110100111111010111111110
Octal323365376

Shades and tints

Shades of #D3F5FE

#D3F5FE
(211,245,254)
#C0DFE7
(192,223,231)
#ADC9D0
(173,201,208)
#9AB3B9
(154,179,185)
#879DA2
(135,157,162)
#74878B
(116,135,139)
#617174
(97,113,116)
#4E5B5D
(78,91,93)
#3B4546
(59,69,70)
#282F2F
(40,47,47)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #D3F5FE

#D3F5FE
(211,245,254)
#D7F5FE
(215,245,254)
#DBF5FE
(219,245,254)
#DFF5FE
(223,245,254)
#E3F5FE
(227,245,254)
#E7F5FE
(231,245,254)
#EBF5FE
(235,245,254)
#EFF5FE
(239,245,254)
#F3F5FE
(243,245,254)
#F7F5FE
(247,245,254)
#FBF5FE
(251,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F5FE color. Also use rgb(211,245,254) instead hex code.

Text Font Color

.myTextColor { color: #D3F5FE; }

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

This text font color is #D3F5FE.


Background Color

.myBgColor { background-color: #D3F5FE; }

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

This div background color is #D3F5FE.


Border color

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

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

This div border color is #D3F5FE.


Opacity

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

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

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

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

This text has shadow with #D3F5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F5FE on black background.


Color preview on white background

This text has color #D3F5FE on white background.



Black color preview on #D3F5FE background

This text has black color on #D3F5FE background.


White color preview on #D3F5FE background

This text has white color on #D3F5FE background.