COLOR #D4FDFF

HEX: #D4FDFF RGB: (212,253,255)

Color info

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

RGB color model

#D4FDFF color RGB value is (212,253,255).

RGB: (212,253,255) (83%, 99%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 253 of 255 = 99%
B 255 of 255 = 100%

212
253
255

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

Portions of RGB colors in percentages

R + G + B = 212 + 253 + 255 = 720 (100%)
R 212 of 720 ~ 29.44%
G 253 of 720 ~ 35.14%
B 255 of 720 ~ 35.42'%

%29.44
%35.14
%35.42

CMYK color model

#D4FDFF color CMYK value is (17,1,0,0).

  • cyan value is 16.86%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (17,1,0,0)
C17M1Y0K0 (17%, 1%, 0%, 0%)
(0.17 / 0.01 / 0.00 / 0.00)

CMYK percentages

%16.86
%0.78
%0
%0

Codes

Color #D4FDFF in popluar color models

D4 FD FF
RGB 212 253 255
HSL 183° 100.00% 91.57%
HSB/HSV 183° 16.86% 100.00%
CMYK 16.86% 0.78% 0.00%
0.00%

Color #D4FDFF in popluar number systems.

HEX D4 FD FF
Decimal 212 253 255
Binary 11010100 11111101 11111111
Octal 324 375 377

Shades and tints

Shades of #D4FDFF

#D4FDFF
(212,253,255)
#C1E6E8
(193,230,232)
#AECFD1
(174,207,209)
#9BB8BA
(155,184,186)
#88A1A3
(136,161,163)
#758A8C
(117,138,140)
#627375
(98,115,117)
#4F5C5E
(79,92,94)
#3C4547
(60,69,71)
#292E30
(41,46,48)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #D4FDFF

#D4FDFF
(212,253,255)
#D7FDFF
(215,253,255)
#DAFDFF
(218,253,255)
#DDFDFF
(221,253,255)
#E0FDFF
(224,253,255)
#E3FDFF
(227,253,255)
#E6FDFF
(230,253,255)
#E9FDFF
(233,253,255)
#ECFDFF
(236,253,255)
#EFFDFF
(239,253,255)
#F2FDFF
(242,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FDFF; }

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

This text font color is #D4FDFF.

Background Color

.myBgColor { background-color: #D4FDFF; }

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

This div background color is #D4FDFF.

Border color

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

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

This div border color is #D4FDFF.

Opacity

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

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

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

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

This text has shadow with #D4FDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FDFF.

Preview

Color preview on black background

This text has color #D4FDFF on black background.


Color preview on white background

This text has color #D4FDFF on white background.


Black color preview on #D4FDFF background

This text has black color on #D4FDFF background.


White color preview on #D4FDFF background

This text has white color on #D4FDFF background.


Related colors

Complementary color

Complementary color for #hex is #2B0200.


I love getcolorcode.com

Triadic colors

1 #FFD4FD and #FDFFD4 with #D4FDFF are triadic colors.

2 #FFFDD4 and #FDD4FF with #D4FDFF are triadic colors.