COLOR #D3F1FB

HEX: #D3F1FB
RGB: (211,241,251)

Color info

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

RGB color model

#D3F1FB color RGB value is (211,241,251).

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

RGB channels and saturation

R 211 of 255 = 83%
G 241 of 255 = 95%
B 251 of 255 = 98%

211
241
251

R + G + B ~ 92%. #D3F1FB is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 241 + 251 = 703 (100%)
R 211 of 703 ~ 30.01%
G 241 of 703 ~ 34.28%
B 251 of 703 ~ 35.7%

%30.01
%34.28
%35.7

CMYK color model

#D3F1FB color CMYK value is (16,4,0,2).

  • cyan value is 15.94%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,4,0,2)
C16M4Y0K2 
(16%,4%,0%,2%)
(0.16/0.04/0.00/0.02)	

CMYK percentages

%15.94
%3.98
%0
%1.57

Codes

Color #D3F1FB in popluar color models

D3F1FB
RGB211241251
HSL195°83.33%90.59%
HSB/HSV195°15.94%98.43%
CMYK15.94%3.98%0.00%
1.57%

Color #D3F1FB in popluar number systems.

HEXD3F1FB
Decimal211241251
Binary110100111111000111111011
Octal323361373

Shades and tints

Shades of #D3F1FB

#D3F1FB
(211,241,251)
#C0DCE5
(192,220,229)
#ADC7CF
(173,199,207)
#9AB2B9
(154,178,185)
#879DA3
(135,157,163)
#74888D
(116,136,141)
#617377
(97,115,119)
#4E5E61
(78,94,97)
#3B494B
(59,73,75)
#283435
(40,52,53)
#151F1F
(21,31,31)
#000000
(0,0,0)

Tints of #D3F1FB

#D3F1FB
(211,241,251)
#D7F2FB
(215,242,251)
#DBF3FB
(219,243,251)
#DFF4FB
(223,244,251)
#E3F5FB
(227,245,251)
#E7F6FB
(231,246,251)
#EBF7FB
(235,247,251)
#EFF8FB
(239,248,251)
#F3F9FB
(243,249,251)
#F7FAFB
(247,250,251)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F1FB; }

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

This text font color is #D3F1FB.


Background Color

.myBgColor { background-color: #D3F1FB; }

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

This div background color is #D3F1FB.


Border color

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

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

This div border color is #D3F1FB.


Opacity

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

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

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

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

This text has shadow with #D3F1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F1FB on black background.


Color preview on white background

This text has color #D3F1FB on white background.



Black color preview on #D3F1FB background

This text has black color on #D3F1FB background.


White color preview on #D3F1FB background

This text has white color on #D3F1FB background.