COLOR #D4F3FD

HEX: #D4F3FD RGB: (212,243,253)

Color info

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

RGB color model

#D4F3FD color RGB value is (212,243,253).

RGB: (212,243,253) (83%, 95%, 99%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 253 of 255 = 99%

212
243
253

R + G + B ~ 92%. #D4F3FD is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 243 + 253 = 708 (100%)
R 212 of 708 ~ 29.94%
G 243 of 708 ~ 34.32%
B 253 of 708 ~ 35.73'%

%29.94
%34.32
%35.73

CMYK color model

#D4F3FD color CMYK value is (16,4,0,1).

  • cyan value is 16.21%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (16,4,0,1)
C16M4Y0K1 (16%, 4%, 0%, 1%)
(0.16 / 0.04 / 0.00 / 0.01)

CMYK percentages

%16.21
%3.95
%0
%0.78

Codes

Color #D4F3FD in popluar color models

D4 F3 FD
RGB 212 243 253
HSL 195° 91.11% 91.18%
HSB/HSV 195° 16.21% 99.22%
CMYK 16.21% 3.95% 0.00%
0.78%

Color #D4F3FD in popluar number systems.

HEX D4 F3 FD
Decimal 212 243 253
Binary 11010100 11110011 11111101
Octal 324 363 375

Shades and tints

Shades of #D4F3FD

#D4F3FD
(212,243,253)
#C1DDE6
(193,221,230)
#AEC7CF
(174,199,207)
#9BB1B8
(155,177,184)
#889BA1
(136,155,161)
#75858A
(117,133,138)
#626F73
(98,111,115)
#4F595C
(79,89,92)
#3C4345
(60,67,69)
#292D2E
(41,45,46)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #D4F3FD

#D4F3FD
(212,243,253)
#D7F4FD
(215,244,253)
#DAF5FD
(218,245,253)
#DDF6FD
(221,246,253)
#E0F7FD
(224,247,253)
#E3F8FD
(227,248,253)
#E6F9FD
(230,249,253)
#E9FAFD
(233,250,253)
#ECFBFD
(236,251,253)
#EFFCFD
(239,252,253)
#F2FDFD
(242,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F3FD; }

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

This text font color is #D4F3FD.

Background Color

.myBgColor { background-color: #D4F3FD; }

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

This div background color is #D4F3FD.

Border color

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

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

This div border color is #D4F3FD.

Opacity

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

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

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

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

This text has shadow with #D4F3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F3FD.

Preview

Color preview on black background

This text has color #D4F3FD on black background.


Color preview on white background

This text has color #D4F3FD on white background.


Black color preview on #D4F3FD background

This text has black color on #D4F3FD background.


White color preview on #D4F3FD background

This text has white color on #D4F3FD background.


Related colors

Complementary color

Complementary color for #hex is #2B0C02.


I love getcolorcode.com

Triadic colors

1 #FDD4F3 and #F3FDD4 with #D4F3FD are triadic colors.

2 #FDF3D4 and #F3D4FD with #D4F3FD are triadic colors.