COLOR #D6F8FD

HEX: #D6F8FD
RGB: (214,248,253)

Color info

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

RGB color model

#D6F8FD color RGB value is (214,248,253).

  • red value is 214;
  • green value is 248;
  • blue value is 253.
RGB:
(214,248,253)
(84%,97%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 248 of 255 = 97%
B 253 of 255 = 99%

214
248
253

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

Portions of RGB colors in percentages

R + G + B =
214 + 248 + 253 = 715 (100%)
R 214 of 715 ~ 29.93%
G 248 of 715 ~ 34.69%
B 253 of 715 ~ 35.38%

%29.93
%34.69
%35.38

CMYK color model

#D6F8FD color CMYK value is (15,2,0,1).

  • cyan value is 15.42%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,2,0,1)
C15M2Y0K1 
(15%,2%,0%,1%)
(0.15/0.02/0.00/0.01)	

CMYK percentages

%15.42
%1.98
%0
%0.78

Codes

Color #D6F8FD in popluar color models

D6F8FD
RGB214248253
HSL188°90.70%91.57%
HSB/HSV188°15.42%99.22%
CMYK15.42%1.98%0.00%
0.78%

Color #D6F8FD in popluar number systems.

HEXD6F8FD
Decimal214248253
Binary110101101111100011111101
Octal326370375

Shades and tints

Shades of #D6F8FD

#D6F8FD
(214,248,253)
#C3E2E6
(195,226,230)
#B0CCCF
(176,204,207)
#9DB6B8
(157,182,184)
#8AA0A1
(138,160,161)
#778A8A
(119,138,138)
#647473
(100,116,115)
#515E5C
(81,94,92)
#3E4845
(62,72,69)
#2B322E
(43,50,46)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #D6F8FD

#D6F8FD
(214,248,253)
#D9F8FD
(217,248,253)
#DCF8FD
(220,248,253)
#DFF8FD
(223,248,253)
#E2F8FD
(226,248,253)
#E5F8FD
(229,248,253)
#E8F8FD
(232,248,253)
#EBF8FD
(235,248,253)
#EEF8FD
(238,248,253)
#F1F8FD
(241,248,253)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F8FD color. Also use rgb(214,248,253) instead hex code.

Text Font Color

.myTextColor { color: #D6F8FD; }

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

This text font color is #D6F8FD.


Background Color

.myBgColor { background-color: #D6F8FD; }

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

This div background color is #D6F8FD.


Border color

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

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

This div border color is #D6F8FD.


Opacity

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

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

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

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

This text has shadow with #D6F8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F8FD on black background.


Color preview on white background

This text has color #D6F8FD on white background.



Black color preview on #D6F8FD background

This text has black color on #D6F8FD background.


White color preview on #D6F8FD background

This text has white color on #D6F8FD background.