COLOR #D8FDFF

HEX: #D8FDFF
RGB: (216,253,255)

Color info

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

RGB color model

#D8FDFF color RGB value is (216,253,255).

  • red value is 216;
  • green value is 253;
  • blue value is 255.
RGB:
(216,253,255)
(85%,99%,100%)

RGB channels and saturation

R 216 of 255 = 85%
G 253 of 255 = 99%
B 255 of 255 = 100%

216
253
255

R + G + B ~ 95%. #D8FDFF is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 253 + 255 = 724 (100%)
R 216 of 724 ~ 29.83%
G 253 of 724 ~ 34.94%
B 255 of 724 ~ 35.22%

%29.83
%34.94
%35.22

CMYK color model

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

  • cyan value is 15.29%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,1,0,0)
C15M1Y0K0 
(15%,1%,0%,0%)
(0.15/0.01/0.00/0.00)	

CMYK percentages

%15.29
%0.78
%0
%0

Codes

Color #D8FDFF in popluar color models

D8FDFF
RGB216253255
HSL183°100.00%92.35%
HSB/HSV183°15.29%100.00%
CMYK15.29%0.78%0.00%
0.00%

Color #D8FDFF in popluar number systems.

HEXD8FDFF
Decimal216253255
Binary110110001111110111111111
Octal330375377

Shades and tints

Shades of #D8FDFF

#D8FDFF
(216,253,255)
#C5E6E8
(197,230,232)
#B2CFD1
(178,207,209)
#9FB8BA
(159,184,186)
#8CA1A3
(140,161,163)
#798A8C
(121,138,140)
#667375
(102,115,117)
#535C5E
(83,92,94)
#404547
(64,69,71)
#2D2E30
(45,46,48)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #D8FDFF

#D8FDFF
(216,253,255)
#DBFDFF
(219,253,255)
#DEFDFF
(222,253,255)
#E1FDFF
(225,253,255)
#E4FDFF
(228,253,255)
#E7FDFF
(231,253,255)
#EAFDFF
(234,253,255)
#EDFDFF
(237,253,255)
#F0FDFF
(240,253,255)
#F3FDFF
(243,253,255)
#F6FDFF
(246,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FDFF color. Also use rgb(216,253,255) instead hex code.

Text Font Color

.myTextColor { color: #D8FDFF; }

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

This text font color is #D8FDFF.


Background Color

.myBgColor { background-color: #D8FDFF; }

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

This div background color is #D8FDFF.


Border color

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

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

This div border color is #D8FDFF.


Opacity

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

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

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

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

This text has shadow with #D8FDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FDFF on black background.


Color preview on white background

This text has color #D8FDFF on white background.



Black color preview on #D8FDFF background

This text has black color on #D8FDFF background.


White color preview on #D8FDFF background

This text has white color on #D8FDFF background.