COLOR #D4FCFF

HEX: #D4FCFF RGB: (212,252,255)

Color info

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

RGB color model

#D4FCFF color RGB value is (212,252,255).

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

RGB channels and saturation

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

212
252
255

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

Portions of RGB colors in percentages

R + G + B = 212 + 252 + 255 = 719 (100%)
R 212 of 719 ~ 29.49%
G 252 of 719 ~ 35.05%
B 255 of 719 ~ 35.47'%

%29.49
%35.05
%35.47

CMYK color model

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

  • cyan value is 16.86%
  • magenta value is 1.18%
  • 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
%1.18
%0
%0

Codes

Color #D4FCFF in popluar color models

D4 FC FF
RGB 212 252 255
HSL 184° 100.00% 91.57%
HSB/HSV 184° 16.86% 100.00%
CMYK 16.86% 1.18% 0.00%
0.00%

Color #D4FCFF in popluar number systems.

HEX D4 FC FF
Decimal 212 252 255
Binary 11010100 11111100 11111111
Octal 324 374 377

Shades and tints

Shades of #D4FCFF

#D4FCFF
(212,252,255)
#C1E6E8
(193,230,232)
#AED0D1
(174,208,209)
#9BBABA
(155,186,186)
#88A4A3
(136,164,163)
#758E8C
(117,142,140)
#627875
(98,120,117)
#4F625E
(79,98,94)
#3C4C47
(60,76,71)
#293630
(41,54,48)
#162019
(22,32,25)
#000000
(0,0,0)

Tints of #D4FCFF

#D4FCFF
(212,252,255)
#D7FCFF
(215,252,255)
#DAFCFF
(218,252,255)
#DDFCFF
(221,252,255)
#E0FCFF
(224,252,255)
#E3FCFF
(227,252,255)
#E6FCFF
(230,252,255)
#E9FCFF
(233,252,255)
#ECFCFF
(236,252,255)
#EFFCFF
(239,252,255)
#F2FCFF
(242,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FCFF; }

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

This text font color is #D4FCFF.

Background Color

.myBgColor { background-color: #D4FCFF; }

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

This div background color is #D4FCFF.

Border color

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

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

This div border color is #D4FCFF.

Opacity

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

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

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

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

This text has shadow with #D4FCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FCFF.

Preview

Color preview on black background

This text has color #D4FCFF on black background.


Color preview on white background

This text has color #D4FCFF on white background.


Black color preview on #D4FCFF background

This text has black color on #D4FCFF background.


White color preview on #D4FCFF background

This text has white color on #D4FCFF background.


Related colors

Complementary color

Complementary color for #hex is #2B0300.


I love getcolorcode.com

Triadic colors

1 #FFD4FC and #FCFFD4 with #D4FCFF are triadic colors.

2 #FFFCD4 and #FCD4FF with #D4FCFF are triadic colors.