COLOR #D4FBFF

HEX: #D4FBFF
RGB: (212,251,255)

Color info

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

RGB color model

#D4FBFF color RGB value is (212,251,255).

  • red value is 212;
  • green value is 251;
  • blue value is 255.
RGB:
(212,251,255)
(83%,98%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 255 of 255 = 100%

212
251
255

R + G + B ~ 94%. #D4FBFF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 251 + 255 = 718 (100%)
R 212 of 718 ~ 29.53%
G 251 of 718 ~ 34.96%
B 255 of 718 ~ 35.52%

%29.53
%34.96
%35.52

CMYK color model

#D4FBFF color CMYK value is (17,2,0,0).

  • cyan value is 16.86%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,2,0,0)
C17M2Y0K0 
(17%,2%,0%,0%)
(0.17/0.02/0.00/0.00)	

CMYK percentages

%16.86
%1.57
%0
%0

Codes

Color #D4FBFF in popluar color models

D4FBFF
RGB212251255
HSL186°100.00%91.57%
HSB/HSV186°16.86%100.00%
CMYK16.86%1.57%0.00%
0.00%

Color #D4FBFF in popluar number systems.

HEXD4FBFF
Decimal212251255
Binary110101001111101111111111
Octal324373377

Shades and tints

Shades of #D4FBFF

#D4FBFF
(212,251,255)
#C1E5E8
(193,229,232)
#AECFD1
(174,207,209)
#9BB9BA
(155,185,186)
#88A3A3
(136,163,163)
#758D8C
(117,141,140)
#627775
(98,119,117)
#4F615E
(79,97,94)
#3C4B47
(60,75,71)
#293530
(41,53,48)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #D4FBFF

#D4FBFF
(212,251,255)
#D7FBFF
(215,251,255)
#DAFBFF
(218,251,255)
#DDFBFF
(221,251,255)
#E0FBFF
(224,251,255)
#E3FBFF
(227,251,255)
#E6FBFF
(230,251,255)
#E9FBFF
(233,251,255)
#ECFBFF
(236,251,255)
#EFFBFF
(239,251,255)
#F2FBFF
(242,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FBFF color. Also use rgb(212,251,255) instead hex code.

Text Font Color

.myTextColor { color: #D4FBFF; }

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

This text font color is #D4FBFF.


Background Color

.myBgColor { background-color: #D4FBFF; }

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

This div background color is #D4FBFF.


Border color

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

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

This div border color is #D4FBFF.


Opacity

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

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

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

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

This text has shadow with #D4FBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FBFF on black background.


Color preview on white background

This text has color #D4FBFF on white background.



Black color preview on #D4FBFF background

This text has black color on #D4FBFF background.


White color preview on #D4FBFF background

This text has white color on #D4FBFF background.