COLOR #D1FCFD

HEX: #D1FCFD
RGB: (209,252,253)

Color info

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

RGB color model

#D1FCFD color RGB value is (209,252,253).

  • red value is 209;
  • green value is 252;
  • blue value is 253.
RGB:
(209,252,253)
(82%,99%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 252 of 255 = 99%
B 253 of 255 = 99%

209
252
253

R + G + B ~ 93%. #D1FCFD is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 252 + 253 = 714 (100%)
R 209 of 714 ~ 29.27%
G 252 of 714 ~ 35.29%
B 253 of 714 ~ 35.43%

%29.27
%35.29
%35.43

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,0,0,1)
C17M0Y0K1 
(17%,0%,0%,1%)
(0.17/0.00/0.00/0.01)	

CMYK percentages

%17.39
%0.4
%0
%0.78

Codes

Color #D1FCFD in popluar color models

D1FCFD
RGB209252253
HSL181°91.67%90.59%
HSB/HSV181°17.39%99.22%
CMYK17.39%0.40%0.00%
0.78%

Color #D1FCFD in popluar number systems.

HEXD1FCFD
Decimal209252253
Binary110100011111110011111101
Octal321374375

Shades and tints

Shades of #D1FCFD

#D1FCFD
(209,252,253)
#BEE6E6
(190,230,230)
#ABD0CF
(171,208,207)
#98BAB8
(152,186,184)
#85A4A1
(133,164,161)
#728E8A
(114,142,138)
#5F7873
(95,120,115)
#4C625C
(76,98,92)
#394C45
(57,76,69)
#26362E
(38,54,46)
#132017
(19,32,23)
#000000
(0,0,0)

Tints of #D1FCFD

#D1FCFD
(209,252,253)
#D5FCFD
(213,252,253)
#D9FCFD
(217,252,253)
#DDFCFD
(221,252,253)
#E1FCFD
(225,252,253)
#E5FCFD
(229,252,253)
#E9FCFD
(233,252,253)
#EDFCFD
(237,252,253)
#F1FCFD
(241,252,253)
#F5FCFD
(245,252,253)
#F9FCFD
(249,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1FCFD color. Also use rgb(209,252,253) instead hex code.

Text Font Color

.myTextColor { color: #D1FCFD; }

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

This text font color is #D1FCFD.


Background Color

.myBgColor { background-color: #D1FCFD; }

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

This div background color is #D1FCFD.


Border color

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

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

This div border color is #D1FCFD.


Opacity

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

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

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

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

This text has shadow with #D1FCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FCFD on black background.


Color preview on white background

This text has color #D1FCFD on white background.



Black color preview on #D1FCFD background

This text has black color on #D1FCFD background.


White color preview on #D1FCFD background

This text has white color on #D1FCFD background.