COLOR #D0F7FD

HEX: #D0F7FD
RGB: (208,247,253)

Color info

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

RGB color model

#D0F7FD color RGB value is (208,247,253).

  • red value is 208;
  • green value is 247;
  • blue value is 253.
RGB:
(208,247,253)
(82%,97%,99%)

RGB channels and saturation

R 208 of 255 = 82%
G 247 of 255 = 97%
B 253 of 255 = 99%

208
247
253

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

Portions of RGB colors in percentages

R + G + B =
208 + 247 + 253 = 708 (100%)
R 208 of 708 ~ 29.38%
G 247 of 708 ~ 34.89%
B 253 of 708 ~ 35.73%

%29.38
%34.89
%35.73

CMYK color model

#D0F7FD color CMYK value is (18,2,0,1).

  • cyan value is 17.79%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(18,2,0,1)
C18M2Y0K1 
(18%,2%,0%,1%)
(0.18/0.02/0.00/0.01)	

CMYK percentages

%17.79
%2.37
%0
%0.78

Codes

Color #D0F7FD in popluar color models

D0F7FD
RGB208247253
HSL188°91.84%90.39%
HSB/HSV188°17.79%99.22%
CMYK17.79%2.37%0.00%
0.78%

Color #D0F7FD in popluar number systems.

HEXD0F7FD
Decimal208247253
Binary110100001111011111111101
Octal320367375

Shades and tints

Shades of #D0F7FD

#D0F7FD
(208,247,253)
#BEE1E6
(190,225,230)
#ACCBCF
(172,203,207)
#9AB5B8
(154,181,184)
#889FA1
(136,159,161)
#76898A
(118,137,138)
#647373
(100,115,115)
#525D5C
(82,93,92)
#404745
(64,71,69)
#2E312E
(46,49,46)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #D0F7FD

#D0F7FD
(208,247,253)
#D4F7FD
(212,247,253)
#D8F7FD
(216,247,253)
#DCF7FD
(220,247,253)
#E0F7FD
(224,247,253)
#E4F7FD
(228,247,253)
#E8F7FD
(232,247,253)
#ECF7FD
(236,247,253)
#F0F7FD
(240,247,253)
#F4F7FD
(244,247,253)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F7FD color. Also use rgb(208,247,253) instead hex code.

Text Font Color

.myTextColor { color: #D0F7FD; }

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

This text font color is #D0F7FD.


Background Color

.myBgColor { background-color: #D0F7FD; }

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

This div background color is #D0F7FD.


Border color

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

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

This div border color is #D0F7FD.


Opacity

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

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

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

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

This text has shadow with #D0F7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F7FD on black background.


Color preview on white background

This text has color #D0F7FD on white background.



Black color preview on #D0F7FD background

This text has black color on #D0F7FD background.


White color preview on #D0F7FD background

This text has white color on #D0F7FD background.