COLOR #D3F1FE

HEX: #D3F1FE
RGB: (211,241,254)

Color info

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

RGB color model

#D3F1FE color RGB value is (211,241,254).

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

RGB channels and saturation

R 211 of 255 = 83%
G 241 of 255 = 95%
B 254 of 255 = 100%

211
241
254

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

Portions of RGB colors in percentages

R + G + B =
211 + 241 + 254 = 706 (100%)
R 211 of 706 ~ 29.89%
G 241 of 706 ~ 34.14%
B 254 of 706 ~ 35.98%

%29.89
%34.14
%35.98

CMYK color model

#D3F1FE color CMYK value is (17,5,0,0).

  • cyan value is 16.93%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(17,5,0,0)
C17M5Y0K0 
(17%,5%,0%,0%)
(0.17/0.05/0.00/0.00)	

CMYK percentages

%16.93
%5.12
%0
%0.39

Codes

Color #D3F1FE in popluar color models

D3F1FE
RGB211241254
HSL198°95.56%91.18%
HSB/HSV198°16.93%99.61%
CMYK16.93%5.12%0.00%
0.39%

Color #D3F1FE in popluar number systems.

HEXD3F1FE
Decimal211241254
Binary110100111111000111111110
Octal323361376

Shades and tints

Shades of #D3F1FE

#D3F1FE
(211,241,254)
#C0DCE7
(192,220,231)
#ADC7D0
(173,199,208)
#9AB2B9
(154,178,185)
#879DA2
(135,157,162)
#74888B
(116,136,139)
#617374
(97,115,116)
#4E5E5D
(78,94,93)
#3B4946
(59,73,70)
#28342F
(40,52,47)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #D3F1FE

#D3F1FE
(211,241,254)
#D7F2FE
(215,242,254)
#DBF3FE
(219,243,254)
#DFF4FE
(223,244,254)
#E3F5FE
(227,245,254)
#E7F6FE
(231,246,254)
#EBF7FE
(235,247,254)
#EFF8FE
(239,248,254)
#F3F9FE
(243,249,254)
#F7FAFE
(247,250,254)
#FBFBFE
(251,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F1FE; }

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

This text font color is #D3F1FE.


Background Color

.myBgColor { background-color: #D3F1FE; }

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

This div background color is #D3F1FE.


Border color

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

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

This div border color is #D3F1FE.


Opacity

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

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

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

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

This text has shadow with #D3F1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F1FE on black background.


Color preview on white background

This text has color #D3F1FE on white background.



Black color preview on #D3F1FE background

This text has black color on #D3F1FE background.


White color preview on #D3F1FE background

This text has white color on #D3F1FE background.